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 Posted [asc]
    Thread: Issue with same inputs. One worked, the other not
Post: RE: Issue with same inputs. One worked, the other ...

This is a typical error which occours if there's an OpenCL runtime problem, not a hashcat problem. The only way to deal with it is to create a workaround. To find the workaround, we need to know the ...
atom hashcat 7 4,755 07-22-2018, 11:42 AM
    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: Binary hashlist
Post: RE: Binary hashlist

WPA supports multiple handshakes TC/VC does not
atom hashcat 3 3,106 07-16-2018, 08:57 PM
    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: Masks for Multiple Language Charsets in UTF-8
Post: RE: Masks for Multiple Language Charsets in UTF-8

You can do mask attack with UTF-8 like this: Quote: -- root@ht:~/hashcat# echo -n ä | xxd 00000000: c3a4                                     .. root@ht:~/hashcat# echo -n ä...
atom hashcat 3 2,947 07-14-2018, 10:48 PM
    Thread: hashcat deletes restore on CL_OUT_OF_RESOURCES
Post: RE: hashcat deletes restore on CL_OUT_OF_RESOURCES

We've fixed this with commit 82457d290469db2b125e6ae3ebcc922aaf7f9235 New beta is up for test at htts://hashcat.net/beta/
atom hashcat 5 3,573 07-10-2018, 01:33 PM
    Thread: Launch hashcat with conrete letters in password counts
Post: RE: Launch hashcat with conrete letters in passwor...

Note that because of markov optimization "aaaaaaa" will not be the first candidate.
atom hashcat 5 3,290 07-08-2018, 03:33 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: 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: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...

-1 ?l?d?u -2 ?l?d -3 ?l?d*!$@_ ?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d
atom hashcat 5 3,493 07-01-2018, 09:38 AM
    Thread: How is the prompt consistently at the bottom of the screen?
Post: RE: How is the prompt consistently at the bottom o...

Depends on your OS. The tty_* functions are important to make the console unbuffered.
atom General Talk 1 1,783 06-30-2018, 11:22 PM
    Thread: hashcat performance dropped after a day of using.
Post: RE: hashcat performance dropped after a day of usi...

If you have a static prefix in your mask, the speed is low. If you have multiple salts at the same time the effect with static prefix is mitigated until they get cracked (as in your case). Then the bo...
atom hashcat 3 2,398 06-30-2018, 11:18 PM
    Thread: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...

If there's no mask supplied in -a 3 mode, then the default mask is selected. This is a local OpenCL runtime problem. Please post clinfo output.
atom hashcat 5 3,493 06-29-2018, 05:07 PM
    Thread: Cracking partial hex seed for Ethreum Presale
Post: RE: Cracking partial hex seed for Ethreum Presale

Keccak is just a last step. Use -m 16300 to crack Ethreum Presale wallets (extract with ethereum2john.py).
atom hashcat 10 6,395 06-29-2018, 05:05 PM
    Thread: -m 16700 Filevault
Post: RE: -m 16700 Filevault

I didn't try myself, but this could work: https://github.com/kholia/fvde2john
atom hashcat 8 7,696 06-29-2018, 04:51 PM
    Thread: Mix of single and multi byte in wordlist
Post: RE: Mix of single and multi byte in wordlist

From technical perspective there's no problem with utf8 used with PBKDF2 (the KDF of WPA/WPA2). The same goes with passwords < length 8. If a client or AP ignores the policies from WPA on passwords it...
atom hashcat 6 4,575 06-28-2018, 04:42 PM
    Thread: Axcrypt support
Post: RE: Axcrypt support

Fist0urs (the guy who added Axcrypt support to hashcat) said he'll add Axcrypt keyfile support to hashcat after he saw this post. Depends on his free time I guess.
atom hashcat 28 15,225 06-28-2018, 04:38 PM
    Thread: MD5 mask for password
Post: RE: MD5 mask for password

It would be much easier to patch the init kernel to MD5 the password first before processing it with pbkdf2. Easy win?
atom hashcat 3 2,959 06-28-2018, 04:32 PM
    Thread: How to obtain a list of emails?
Post: RE: How to obtain a list of emails?

You mean you have a list of hashes that are hashes of email addresses or entire emails? If it's email addresses I'd suggest combinator attack. If it's really emails you're lost.
atom hashcat 1 1,760 06-28-2018, 04:31 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,359 06-28-2018, 04:28 PM