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 [desc] Views Posted
    Thread: Restoring session skips words
Post: RE: Restoring session skips words

You can restore only from valid checkpoints (the one stored in the .restore file) or the checkpoint listed in the status view. Otherwise you risk valid candidates to not crack the handshakes.
atom General Talk 2 3,227 11-20-2017, 08:32 PM
    Thread: New ISP
Post: RE: New ISP

No problems so far. Looks good, thanks!
atom Organisation and Events 2 4,965 11-20-2017, 08:39 PM
    Thread: What mode is md5(md5($pass).$salt) salt is > 30char and < 30char
Post: RE: What mode is md5(md5($pass).$salt) salt is > ...

I think he's talking about cracking vbull hashes. You can crack them with hashcat v4.0.1 in mode 2611 (not 2711) when not using -O.
atom hashcat 2 3,046 11-20-2017, 08:48 PM
    Thread: hashcat v4.0.0 and -w 3
Post: RE: hashcat v4.0.0 and -w 3

Which hash-mode are you talking about?
atom hashcat 2 3,389 12-08-2017, 11:03 AM
    Thread: Possible 16 digit combinations
Post: RE: Possible 16 digit combinations

It's a bad attack if you run a Fixed value in the beginning of the "Password". Use -m 20 instead, you will get a speedup of at least 100.
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,712 02-07-2018, 07:21 PM
    Thread: PCIe transfer compression
Post: PCIe transfer compression

While trying to find the cause of the performance loss of WPA in version 4.x discussed in this thread https://hashcat.net/forum/thread-7251.html we found the root of the problem and were able to build...
atom User Contributions 2 4,729 02-05-2018, 06:18 PM
    Thread: Output text doubt
Post: RE: Output text doubt

It just means that your wordlist contains words which are not UTF-8 encoded or that one of the rules (for example + and - have that potential) to break UTF-8 encoding.
atom hashcat 2 2,303 02-15-2018, 02:02 PM
    Thread: Newbie question on using hashcat64
Post: RE: Newbie question on using hashcat64

What wrong with toggle rules (in rules folder)? Also note that a wordlist that has 10 words is too less to keep your gpu busy. I'd suggest using toggle rules in stdout mode and redirect the output int...
atom hashcat 2 3,165 02-15-2018, 02:05 PM
    Thread: can a WPA hash be cracked with other than "2500" hash mode?
Post: RE: can a WPA hash be cracked with other than "250...

Why MD5? MD4!
atom hashcat 2 3,349 02-15-2018, 04:52 PM
    Thread: Call custom algorithm form hashcat
Post: RE: Call custom algorithm form hashcat

Of course it's possible. You just need to rewrite the algorithm as kernel in OpenCL (basically strong reduced C language). There's no official documentation about the process adding a new algorithm,...
atom hashcat 2 3,661 06-16-2018, 02:13 PM
    Thread: Custom cracking algorithm
Post: RE: Custom cracking algorithm

I'm not 100% certain I've understood your question correctly. But I think what you want to do is to use hashcat hook functionality. You need to write the hook function in C. See seven_zip_hook_func() ...
atom hashcat 2 2,303 06-21-2018, 01:51 PM
    Thread: Can`t find NTLMv2 Hash
Post: RE: Can`t find NTLMv2 Hash

I think most people don't use wireshark to capture NTLMv2 (but should be possible), they use some sort of layer 2 attack tools or modified samba services.
atom hashcat 2 2,361 06-28-2018, 04:28 PM
    Thread: Salted vs Unsalted SHA-512
Post: RE: Salted vs Unsalted SHA-512

The purpose of a salt is not to make it slower but to defeat multihash techniques and any forms of precomputation (like RT). In some cases salted hashes are exactly as fast as unsalted ones (if cracki...
atom General Talk 2 2,404 07-04-2018, 06:58 PM
    Thread: word list + 2 msk
Post: RE: word list + 2 msk

Appending mask and prepending mask?
atom General Talk 2 2,484 07-05-2018, 11:13 AM
    Thread: [Newb] Mask attack on FNV1a-32
Post: RE: [Newb] Mask attack on FNV1a-32

There's no way to get back the original string, since there's too much data lost. All you can do is to collide it. Since it's a 32 bit checksum, you will be flooded with possible collisions, even on C...
atom General Talk 2 2,437 07-14-2018, 11:03 PM
    Thread: stdin mode..
Post: RE: stdin mode..

hashcat can not know how many password candiates are fed to stdin mode, thus it can not calculate finishing time.
atom General Talk 2 4,038 07-17-2018, 07:27 PM
    Thread: Skipping mask
Post: RE: Skipping mask

You can not fix this. If an algorithm has a minimum password length then you can not have shorter passwords.
atom General Talk 2 2,565 07-29-2018, 01:20 PM
    Thread: can't crack PBKDF2-HMAC-SHA1 with sample provided
Post: RE: can't crack PBKDF2-HMAC-SHA1 with sample provi...

Can not reproduce: Quote: -- root@ht:~/hashcat# echo sha1:1000:MzU4NTA4MzIzNzA1MDQ=:19ofiY+ahBXhvkDsp0j2ww== > sup root@ht:~/hashcat# echo hashcat > dic root@ht:~/hashcat# ./hashcat -m 12000 s...
atom hashcat 2 2,250 07-28-2018, 04:57 PM
    Thread: hcxdumptool status
Post: RE: hcxdumptool status

The enable status syntax changed in latest version. You need to add a number, see the help menu. About the mask, please check the mask attack page on wiki: https://hashcat.net/wiki/doku.php?id=mask...
atom hashcat 2 4,733 08-09-2018, 12:27 PM
    Thread: Software Encrypted Files
Post: RE: Software Encrypted Files

There's a lot of SHA256 checksums (not hashes passwords) in the file. Sometimes they are paired with an IV, which doesn't make sense, since SHA256 does not use an IV. So the speculation would be that ...
atom General Talk 2 2,218 09-08-2018, 10:18 AM