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 [asc] Posted
    Thread: Please Help
Post: RE: Please Help

If you have the wallet.dat file, you could just use the normal steps: 1. use bitcoin2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/bitcoin2john.py) to extra...
philsmd hashcat 5 4,722 08-07-2017, 08:14 AM
    Thread: ERROR: Use of -r/--rules-file and -g/--rules-generate only allowed in attack mode 0.
Post: RE: ERROR: Use of -r/--rules-file and -g/--rules-g...

you need to use -a 0 to use --rules-file (or short -r). The same is true for --rules-generate (or short -g), it is only supported with straight/dictionary attack (-a 0).
philsmd hashcat 4 4,702 08-24-2017, 08:23 PM
    Thread: ERROR: Use of -r/--rules-file and -g/--rules-generate only allowed in attack mode 0.
Post: RE: ERROR: Use of -r/--rules-file and -g/--rules-g...

Within this video hashcat-legacy (https://github.com/hashcat/hashcat-legacy) is being used and not the new hashcat. Yeah, 2 of the differences we notice here between hashcat-legacy and hashcat is t...
philsmd hashcat 4 4,702 08-24-2017, 08:46 PM
    Thread: weird rule issue..
Post: RE: weird rule issue..

-m 2500 = WPA/WPA2 has a minimum password length of 8 (included). Therefore the word "amanda" will be rejected because it is too small (6 characters long). You can use pipes (e.g. from cpu hashcat --...
philsmd Old oclHashcat Support 2 4,693 02-29-2016, 10:07 PM
    Thread: 8gb wordlist for cracking a Rar3
Post: RE: 8gb wordlist for cracking a Rar3

the command should look something like: Code: -- hashcat -m 12500 -a 0 hash.txt dict.txt -- that means that you also need to specify the hash file, not just the word list BTW: the hash form...
philsmd hashcat 2 4,688 07-25-2018, 07:15 AM
    Thread: multi charset
Post: RE: multi charset

1. it's not allowed to post hashes 2. you need to specify a mask (see https://hashcat.net/wiki/?id=mask_attack) if you use -a 3 (otherwise the default one will be used, which is probably not exactly ...
philsmd hashcat 3 4,680 08-23-2017, 03:15 PM
    Thread: brain-server
Post: RE: brain-server

there was a problem with starting the hashcat brain with version 5.0.0 on windows (see https://github.com/hashcat/hashcat/issues/1738#issuecomment-434274579). This problem is already fixed and the la...
philsmd hashcat 4 4,680 11-19-2018, 11:46 AM
    Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: RE: how can i fix Gpu reaching the abort temp afte...

-w 1 or -u 1 -n 1 --force but you should use --force only if you know what you are doing and do not report any problems when using --force (you can change the -u and -n values slightly if you...
philsmd hashcat 13 4,679 06-06-2019, 01:08 PM
    Thread: how can i fix Gpu reaching the abort temp after a while ?
Post: RE: how can i fix Gpu reaching the abort temp afte...

most of the time the best thing to do is to fix the main problem instead of trying really hard (and failing horrendously in doing so) to bypass/avoid it. Fan/cooling/throttling issues are serious p...
philsmd hashcat 13 4,679 06-06-2019, 12:05 PM
    Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...

(you should use ?1 if you set -1 )
philsmd hashcat 7 4,636 11-23-2018, 11:41 AM
    Thread: hashcat-3.00 Toggle attack produces duplicates
Post: RE: hashcat-3.00 Toggle attack produces duplicates

Well, in this specific case some rules are applied, since hashcat was instructed to apply all these rules, but they/some didn't change the password candidate because the toggles should take place at p...
philsmd hashcat 4 4,634 08-10-2016, 08:18 AM
    Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) and oclHashcat
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...

The catalyst driver version 14.12 is broken, see here: https://hashcat.net/forum/thread-3915.html Furthermore, this has nothing to do with The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)...
philsmd Old oclHashcat Support 2 4,631 05-13-2015, 07:26 PM
    Thread: Itunes Backup line length
Post: RE: Itunes Backup line length

Let's start with this: Code: -- Hash 'manifest.txt': Line-length exception -- This message clearly says that the string "manifest.txt" is not a valid hash. This means that the character m, follo...
philsmd hashcat 6 4,626 12-14-2017, 10:12 AM
    Thread: Salt-value exception
Post: RE: Salt-value exception

Please make sure you are using the newest version of hashcat and 7z2hashcat
philsmd General Talk 2 4,621 04-04-2017, 02:13 PM
    Thread: Is it a MD5 hash?
Post: RE: Is it a MD5 hash?

1. you should be very careful to post hashes here, because it is not allowed according to the forum rules, see for instance https://hashcat.net/forum/announcement-2.html 2. since you provided the plai...
philsmd General Talk 1 4,620 04-04-2015, 06:49 PM
    Thread: 7-Zip Hash Length
Post: RE: 7-Zip Hash Length

I'm guessing that you used 7z2hashcat to extract the "hash"... well generally I would assume that whenever 7z2hashcat extracts a valid hash and hashcat can load it, you shouldn't worry about the corre...
philsmd hashcat 2 4,615 05-07-2017, 11:02 AM
    Thread: [HELP] Hashcat Mask
Post: RE: [HELP] Hashcat Mask

for points 1 to 3 you could use maskprocessor. It supports the -q and -r command line arguments that filter out exactly the password candidates that do not match the policy that you described above. ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,613 02-13-2018, 10:15 AM
    Thread: [HELP] Hashcat Mask
Post: RE: [HELP] Hashcat Mask

That is just a hint how long WPA/WPA2 hashes could be in general (maximum allowed password length for WPA/WPA2). For some hash types there are even 2 different kernel files (optimized vs pure). For...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 4,613 02-13-2018, 12:30 PM
    Thread: Help with output
Post: RE: Help with output

Unfortunately cpu hashcat doesn't support --username together with --show/--left/--remove yet. That means, if you use --username with --remove, the user names won't end up in the new/modified hash li...
philsmd Old hashcat Support 1 4,607 01-20-2015, 08:37 PM
    Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...

Of course you need to use maskprocessor correctly (depending on the shell you use). E.g. if you use windows, you might need to quote differently, e.g. like this: Code: -- mp64 "i5?d i6?d i7?d i...
philsmd General Talk 3 4,606 05-15-2017, 08:01 PM