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 [asc] Replies Views Posted
    Thread: No duplicated characters when cracking wpa2 password
Post: RE: No duplicated characters when cracking wpa2 pa...

It's a known bug: https://github.com/hashcat/hashcat/issues/1705 As a workaround you can either switch to linux or use an older hashcat version.
atom General Talk 7 5,193 09-29-2018, 09:24 AM
    Thread: Help with optimizing dict attack
Post: RE: Help with optimizing dict attack

Try with prince and use the words in the basewords with and without spaces at the end
atom General Talk 2 2,486 10-25-2018, 07:21 AM
    Thread: 2 computers
Post: RE: 2 computers

If you stick to --brain-client-functions=2 it will work on every computer and with as many computers as you want. Since --brain-client-functions=3 is the default and therefore this enables --brain-cli...
atom General Talk 5 4,235 11-09-2018, 02:01 PM
    Thread: 2 computers
Post: RE: 2 computers

That's not how it works because that's not the real purpose of the brain. If you want a real distributed solution for hashcat, use hashtopolis.
atom General Talk 5 4,235 11-11-2018, 03:03 PM
    Thread: word combinations with masks between
Post: RE: word combinations with masks between

If you use 6223 you don't need to use 6221. IOW, there's a just a total of 3 modes to check: 6213 6223 6233
atom General Talk 2 2,118 11-17-2018, 12:42 AM
    Thread: Hashcat with AMD FX 8320 and AMD RX 480
Post: RE: Hashcat with AMD FX 8320 and AMD RX 480

Use the AMD driver from their site
atom General Talk 1 1,566 01-16-2019, 06:47 AM
    Thread: why Hybrid mask +dict is so fucking slow !!
Post: RE: why Hybrid mask +dict is so fucking slow !!

Hashcat is a tool not a single-click solution. If you use it incorrectly, it will produce incorrect results. You maybe want to understand this first before you continue: https://hashcat.net/wiki/doku....
atom General Talk 3 2,430 01-31-2019, 10:12 AM
    Thread: why Hybrid mask +dict is so fucking slow !!
Post: RE: why Hybrid mask +dict is so fucking slow !!

Yes, -a 6 and -a 7 are not supported by -S atm, but that's not the point. You can find the solution here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for...
atom General Talk 3 2,430 02-05-2019, 09:42 AM
    Thread: newbie - how do I open/view the example hash .vc file?
Post: RE: newbie - how do I open/view the example hash ....

You cannot, it's encrypted.
atom General Talk 3 2,710 02-16-2019, 04:26 PM
    Thread: no such directory after make install
Post: RE: no such directory after make install

This should explain it better, note that the apt-get remove in this case represents the rm command: Quote: -- root@ro:~# touch /usr/bin/bla root@ro:~# chmod +x /usr/bin/bla root@ro:~# rm /usr/...
atom General Talk 2 2,399 03-03-2019, 11:40 AM
    Thread: AES128 is this possible ?
Post: RE: AES128 is this possible ?

It can not. People attack the KDF, which is used to create the AES key. But that's not the fault of AES.
atom General Talk 2 1,973 03-14-2019, 08:39 AM
    Thread: Cracking SSD password
Post: RE: Cracking SSD password

I remember this from last year: https://www.tomshardware.com/news/crucial-samsung-ssd-encryption-bypassed,38025.html No Password = not relevant for hashcat
atom General Talk 2 2,113 03-23-2019, 06:21 PM
    Thread: BruteForce with specific patterns
Post: RE: BruteForce with specific patterns

Use -a 1 with the left wordlist having ?w?s?w?s and the right wordlist having ?w?s will give you full GPU acceleration
atom General Talk 2 1,915 04-02-2019, 01:37 PM
    Thread: mask processor
Post: RE: mask processor

The maskprocessor options -q and -r are not supported by hashcat.
atom General Talk 3 2,104 04-05-2019, 04:33 PM
    Thread: A couple of Qs about PMK
Post: RE: A couple of Qs about PMK

Most important: no defective handshakes
atom General Talk 4 2,794 04-14-2019, 07:18 AM
    Thread: md5($salt.$pass) vs md5($pass.$salt) speeds
Post: RE: md5($salt.$pass) vs md5($pass.$salt) speeds

There's multiple reasons. The way how hashcat exploits some weakness in MD5 to get additional acceleration requires it to change only the first 4 bytes of the input data. Since this part is fixed (bec...
atom General Talk 2 1,729 05-22-2019, 11:09 AM
    Thread: Newbie Fury
Post: RE: Newbie Fury

This is a good hint. Since CPU do not have a real shared memory anyway we should remove this error detection for them. I'll update the code.
atom General Talk 4 2,610 06-22-2019, 03:54 PM
    Thread: Newbie Fury
Post: RE: Newbie Fury

Done: https://github.com/hashcat/hashcat/commit/2cda236a183576fc2ebd7c3384f076fae28e7884 New beta is available, too: https://hashcat.net/beta/
atom General Talk 4 2,610 06-22-2019, 04:07 PM
    Thread: Determine if PKMID is dynamic?
Post: RE: Determine if PKMID is dynamic?

If you have a traditional WPA handshake captured it's possible the capture is broken and even with the correct password you can not crack it. With PMKID this is not possible. IF you have used the righ...
atom General Talk 5 2,379 08-14-2019, 11:11 AM
    Thread: Fast to know truecrypt container hash alg
Post: RE: Fast to know truecrypt container hash alg

No, it's not. Only check you can do is entropy check but this tells you only that data is either compressed or encrypted. Another thing is that entire file has to be 512 byte multiple. If system is bo...
atom General Talk 1 1,092 08-22-2019, 11:15 AM