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 [desc] Replies Views Posted
    Thread: RTX 2080 Low performance
Post: RE: RTX 2080 Low performance

did you actually read what the output says ? it literally said that you should use -w 3 and -O
philsmd hashcat 7 3,930 04-08-2019, 09:10 PM
    Thread: Asus ROG Strix GTX 1070 does not work
Post: RE: Asus ROG Strix GTX 1070 does not work

did you try following this guide to re-install the driver (completely uninstall and install again): https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_install...
philsmd hashcat 2 1,666 04-13-2019, 01:42 PM
    Thread: Slow bcrypt
Post: RE: Slow bcrypt

the cost factor is encoded in the hash The example hash for instance starts with "$2a$05$" (hashcat -m 3200 --example-hashes) and therefore has an exponent of 5 (cost factor) and therefore uses 2^...
philsmd hashcat 4 2,604 04-15-2019, 12:17 PM
    Thread: token length exception
Post: RE: token length exception

sha1 is -m 100 see https://hashcat.net/wiki/example_hashes
philsmd hashcat 2 2,485 04-15-2019, 06:41 PM
    Thread: Blockchain hash
Post: RE: Blockchain hash

I've modified your latest post, because you shouldn't post private/sensitive info here (the forum rules say do not post hashes in public). If the the wallet has double_encryption enabled you probab...
philsmd hashcat 10 4,442 04-16-2019, 10:10 PM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

The first step, i.e. implementing the basic DiskCryptor AES module + kernel + test was successfully done: see https://github.com/hashcat/hashcat/commit/60c255a69dd007c02c6514496fe99fce891dae22 and htt...
philsmd hashcat 8 4,266 04-07-2019, 08:37 PM
    Thread: Diskcryptor password
Post: RE: Diskcryptor password

with our latest commit https://github.com/hashcat/hashcat/commit/8f62085ea49d19a2f0e0bebf1ee5ad27f4e51210 we added the support for all the 7 combinations of aes/twofish/serpent (3 pure, 3 with 2 algos...
philsmd hashcat 8 4,266 04-08-2019, 07:49 PM
    Thread: Blockchain second pass decrypt error
Post: RE: Blockchain second pass decrypt error

Thanks to Proxerboss I was able to troubleshoot this problem (he has send me an empty encrypted wallet with 2nd password that fails for him to accept the password with btcrecover). I've now analyze...
philsmd hashcat 2 1,750 04-13-2019, 03:49 PM
    Thread: Slow bcrypt
Post: RE: Slow bcrypt

you can't change the iteration count (cost settings) without making the hash uncrackable. Therefore, technically you could change it, but it won't crack for sure with wrong settings. btw. you didn'...
philsmd hashcat 4 2,604 04-15-2019, 02:15 PM
    Thread: Blockchain hash
Post: RE: Blockchain hash

crack the hashes you obtain with with extract-blockchain-second-hash.py -m 18800 = Blockchain, My Wallet, Second Password (SHA256) if you have removed the double encryption (BOTH encryptions), you ...
philsmd hashcat 10 4,442 04-16-2019, 11:12 PM
    Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...

see: https://hashcat.net/forum/thread-6638.html https://hashcat.net/forum/thread-2563-post-15255.html#pid15255
philsmd hashcat 8 3,607 04-18-2019, 02:43 PM
    Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...

the domain is actually not used in computing the response and therefore can be skipped/ignored/anything, but the client challenge must be specified (e.g. 338d08f8e26de933000000000000000000000000000000...
philsmd hashcat 8 3,607 04-18-2019, 08:26 PM
    Thread: Blockchain hash
Post: RE: Blockchain hash

maybe you should contact your email service provider and/or the blockchain support !? There is also no such thing as decoded blockchain hash or decrypted hash. hashes can sometimes be cracked (but ...
philsmd hashcat 10 4,442 04-16-2019, 08:42 PM
    Thread: Blockchain hash
Post: RE: Blockchain hash

as explained here: https://hashcat.net/forum/thread-8288-post-44420.html#pid44420 the only way to obtain the second hash for -m 18800 (you of course need to crack the second hash for the second passw...
philsmd hashcat 10 4,442 04-16-2019, 10:43 PM
    Thread: Brain is much slower than expected
Post: RE: Brain is much slower than expected

I would suggest starting with reading this: https://hashcat.net/forum/thread-7903.html (most importantly the section "Major Feature: The hashcat brain"). of course the brain is most efficient and I...
philsmd hashcat 5 2,964 04-16-2019, 10:55 PM
    Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...

maybe you just didn't understand the posts. depending on the output you get from your capture tool/dump (i.e. if it is NetNTLMv1 / NetNTLMv1+ESS or NetNTLMv2), you need to use -m 5500 or -m 5600. ...
philsmd hashcat 8 3,607 04-18-2019, 07:27 PM
    Thread: Module 5500 - different results for same hash (with or without client challenge part)
Post: RE: Module 5500 - different results for same hash ...

I guess this is just because you didn't test with the correct password candidate. hashcat only tries the passwords that you tell it to run. Maybe this specific hash is harder to crack and you need...
philsmd hashcat 8 3,607 04-19-2019, 11:44 AM
    Thread: Problem with token length exceptions
Post: RE: Problem with token length exceptions

make sure that the args.txt file only contains the arguments starting with -a 3 (not the binary "hashcat32.exe" too) also make sure that the file "hashes.txt" only contains valid MD5 hashes you ...
philsmd hashcat 2 1,718 04-25-2019, 07:48 PM
    Thread: iTunes backup help...
Post: RE: iTunes backup help...

I think brute-force is a very bad strategy here. I would stick with dictionary attacks (-a 0) and only if you are sure about a very specific pattern or did already try all possibilities (likely pas...
philsmd hashcat 10 4,436 04-30-2019, 07:05 PM
    Thread: can't supress error messages in a txt
Post: RE: can't supress error messages in a txt

you can use the --outfile (short -o) option and redirect all errors to /dev/null Code: -- hashcat -m 0 --show -o outfile.txt hashes.txt 2> /dev/null > /dev/null -- on windows it's very simil...
philsmd hashcat 5 2,706 05-02-2019, 02:00 PM