Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [desc] Posted
    Thread: HMAC-SHA1
Post: RE: HMAC-SHA1

Never saw this before... but it seems that the "Killed" error comes from you operating system (it's defintely not from hashcat itself) and means that you do not have enough RAM. How much RAM do you h...
philsmd hashcat 5 5,692 09-19-2017, 03:03 PM
    Thread: multi rules debugging
Post: RE: multi rules debugging

What's the problem of using a single file then? Code: -- $ sort -u 1.rule 2.rule -o myrules.rule $ ./hashcat-cli64.bin -r myrules.rule --stdout --
philsmd Old hashcat Support 2 5,701 08-27-2013, 01:29 PM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

please test also with the beta version from https://hashcat.net/beta btw: there are also example hashes from https://hashcat.net/wiki/example_hashes (including tests with PIM)
philsmd hashcat 13 5,712 03-11-2019, 11:35 PM
    Thread: VeraCrypt with PIM/keyfile seems to be ignored
Post: RE: VeraCrypt with PIM/keyfile seems to be ignored

thanks guys for confirming. I did some commit history tests and found out that this (admittedly very huge) commit has fixed the PIM feature: https://github.com/hashcat/hashcat/commit/c9e796fcf061...
philsmd hashcat 13 5,712 03-14-2019, 12:09 PM
    Thread: mask question
Post: RE: mask question

Hi, please read https://hashcat.net/wiki/doku.php?id=mask_attack and --help. What you should investigate is what custom charsets do (--custom-charset1, --custom-charset2, --custom-charset3, --custom-...
philsmd General Talk 2 5,715 09-23-2013, 09:36 AM
    Thread: ERROR: clGetDeviceIDs()
Post: RE: ERROR: clGetDeviceIDs()

From a terminal not connected over SSH you need to run: xhost + This is also explained in the setup guide: https://hashcat.net/wiki/doku.php?id=linux_server_howto Basically the SSH terminal cur...
philsmd Old oclHashcat Support 2 5,717 08-06-2014, 11:23 AM
    Thread: Cannot commuincate with oclHashcat process
Post: RE: Cannot commuincate with oclHashcat process

reading the restore file is one possibility, the other one would be (and afaik most "wrappers" choose this way) to use --status --status-automat (see also https://hashcat.net/trac/ticket/406 ). Btw. ...
philsmd Old oclHashcat Support 3 5,718 02-15-2015, 03:27 PM
    Thread: Can someone confirm this command?
Post: RE: Can someone confirm this command?

The mask, in your case ?1?1?1?1?1?1?1?1 must be at least the length specified by --increment-max (or longer). How else would oclHashcat know what it should do after the position @ end of mask Your ma...
philsmd Old oclHashcat Support 3 5,723 10-28-2014, 09:52 PM
    Thread: Performance increasing relative to variation
Post: RE: Performance increasing relative to variation

First of all, it seems that you are using the wrong hash mode, i.e. the algorithm is (or at least seems to be) salted MD5 e.g. -m 10 = md5 ($pass . $salt) and not raw-md5 (-m 0 = MD5). The speed diff...
philsmd Old oclHashcat Support 3 5,725 03-06-2016, 10:31 AM
    Thread: Performance increasing relative to variation
Post: RE: Performance increasing relative to variation

Todeskuss Wrote: (03-08-2016, 01:54 AM) -- 0.9:c0XXXX906aXXXXc1XXcdXX0bXXXXf4XX -- This just confirms that you are not familiar with the very basics of oclHashcat/hashcat and are not willing to lear...
philsmd Old oclHashcat Support 3 5,725 03-08-2016, 10:31 AM
    Thread: --remove switch with WPA
Post: RE: --remove switch with WPA

Like with all other hash types the file (in this case the .hccap file) should be empty if and only if all "hashes" were cracked. The size of the hash file should therefore be 0 bytes if each and ever...
philsmd Old oclHashcat Support 2 5,738 09-17-2014, 03:41 PM
    Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...

what is the name of the software that was used to encrypt the drive ?
philsmd hashcat 10 5,754 01-31-2019, 10:38 PM
    Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...

first you need to find out if the algorithm is veracrypt or truecrypt or diskcryptor. These are 3 different algorithms. I would suggest to find out what you see (in case you need to input the passw...
philsmd hashcat 10 5,754 02-11-2019, 11:12 PM
    Thread: Hash-encoding exception ?
Post: RE: Hash-encoding exception ?

These hashes are md5crypt hashes. See https://hashcat.net/wiki/doku.php?id=example_hashes and the help (it's the hash mode -m 500 = md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5 ). You sohuldn't...
philsmd hashcat 2 5,756 01-25-2017, 10:55 PM
    Thread: oclHashcat v1.32 - ERROR: cuModuleLoad() 209
Post: RE: oclHashcat v1.32 - ERROR: cuModuleLoad() 209

Which version of the NVidia driver do you have? According to https://hashcat.net/oclhashcat/ you need to have at least 346.x or later "NV users require ForceWare 346.x or later" to use cudaHashca...
philsmd Old oclHashcat Support 2 5,764 01-19-2015, 10:42 PM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

you need to add --increment too the --increment command line switch enables the increment feature (and min/max options are further restrictions/limits)
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-19-2019, 01:35 PM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

?1 is not the same as ?l and ?! is completely wrong you need to be more careful about what you see and what you type. ?1 is dollar ONE and ?l is dollar lower-case ELL maskprocessor is not ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-19-2019, 07:50 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

Maybe it depends on the mask you use in step #1 ? It's difficult to say without a more detailed example for each step. As you might have already noticed, hashcat prefers a mask attack (see https://h...
philsmd hashcat 6 5,792 03-01-2017, 04:12 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

This: Code: -- hashcat64.exe -m 1000 -a 3 test.txt -- means that hashcat should use the default mask: https://hashcat.net/wiki/hashcat#default_values which is not a "full-bruteforce" (but currentl...
philsmd hashcat 6 5,792 03-01-2017, 04:22 PM
    Thread: Hashes getting skipped
Post: RE: Hashes getting skipped

All of this information is documented in the wiki, I even linked it. I will try to explain it anyway: 1. --custom-charset2 ?l?d means "define a custom charset with all lower letters and digits" ...
philsmd hashcat 6 5,792 03-01-2017, 05:41 PM