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 [desc] Posted
    Thread: PMKID Generates Wrong ESSID And Password From Hash
Post: RE: PMKID Generates Wrong ESSID And Password From ...

I think, I got a solution for your "problem". By latest hcxtools commit https://github.com/ZerBea/hcxtools/commit/358264200bb60b1f5196b4a58429e18da0a8fd0a I added a new option to hcxpcaptool to filt...
ZerBea hashcat 10 3,628 06-10-2019, 03:46 PM
    Thread: Hashcat not cracking even though dictionary has the password (wifi wpa)
Post: RE: Hashcat not cracking even though dictionary ha...

To find out, what's going on, we also need the cap file (uncleaned). Please compress it with zip and attach it here.
ZerBea hashcat 7 3,666 06-22-2019, 03:31 PM
    Thread: Hashcat not cracking even though dictionary has the password (wifi wpa)
Post: RE: Hashcat not cracking even though dictionary ha...

Thanks for the info.
ZerBea hashcat 7 3,666 06-23-2019, 10:46 AM
    Thread: Hashcat not cracking even though dictionary has the password (wifi wpa)
Post: RE: Hashcat not cracking even though dictionary ha...

Yes, cap file and hccapx is ok: $ hcxpcaptool -o test.hccapx test.cap reading from test.cap summary: file name........................: test.cap file typ...
ZerBea hashcat 7 3,666 06-22-2019, 05:32 PM
    Thread: hcdumptool + airodump-ng auto script
Post: RE: hcdumptool + airodump-ng auto script

Why do you change the mac_address, every 60 seconds? There is no need to do this. hcxdumptool use it's own random generated mac_address_space and will ignore your changes. You only waste CPU time. ...
ZerBea User Contributions 1 3,755 09-07-2018, 02:40 PM
    Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt

If you didn't captured a valid PMKID, your file PMKID.txt (-z) remains empty. The same applies for your file hcxdump.hccapx (-o) if you didn't captured a valid handshake.
ZerBea hashcat 6 3,928 02-03-2019, 05:54 PM
    Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt

Please post the output of: $ hcxpcaptool -V hcxdump.pcapng output (from hcxdumptool and hcxpcaptool) should look like this one here: https://hashcat.net/forum/thread-6661-post-42993.html#pid42993
ZerBea hashcat 6 3,928 02-03-2019, 06:08 PM
    Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt

No problem - but your post reminds me to update hcxtools thread.
ZerBea hashcat 6 3,928 02-03-2019, 06:28 PM
    Thread: Cannot generate PMKID.txt
Post: RE: Cannot generate PMKID.txt

By latest hcxtools commit, https://github.com/ZerBea/hcxtools/commit/a55e58ecbf328fe5f140d892f16c9b72fa4e1401 now, hcxpcaptool will show a warning if no captures are loaded: $ hcxpcaptool -z PMKI...
ZerBea hashcat 6 3,928 02-03-2019, 07:12 PM
    Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx

hashcat online converter run cap2hccapx from hashcat-utils. You should know that cap2hccapx will convert more than one hash to the hccapx file. Therefore it takes every good message pair and convert ...
ZerBea hashcat 15 3,945 02-01-2020, 09:38 PM
    Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx

No, you have to code it by yourself. It is very simple: https://github.com/ZerBea/hcxtools/issues/121#issuecomment-581013958
ZerBea hashcat 15 3,945 02-04-2020, 04:34 PM
    Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx

Does it work with the example hash from here if the PSK is in passlist1.txt? https://hashcat.net/misc/example_hashes/hashcat.hccapx 64 -m 2500 -t 25 --remove -o cracked.txt 1.hccapx pass/passlist1...
ZerBea hashcat 15 3,945 01-27-2020, 06:05 PM
    Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx

msalman Wrote: (01-28-2020, 03:58 PM) -- the pass is in my first wordlist 11223344 -- The attached hccapx file is a multi hash file. It contain 15 hashes (6 of them are dupes). If one of them is n...
ZerBea hashcat 15 3,945 01-28-2020, 04:44 PM
    Thread: need batch stop after pass found hccapx
Post: RE: need batch stop after pass found hccapx

One last question: Which options have you used to capture the dumpfile? I noticed that all(!) undirected proberequest frames are not present (filtered out). This frames may contain information abo...
ZerBea hashcat 15 3,945 02-06-2020, 11:52 AM
    Thread: hashcat v6.1.0
Post: RE: hashcat v6.1.0

Thanks for this update. Good work.
ZerBea hashcat 10 4,016 07-28-2020, 01:06 PM
    Thread: hcxpcaptool - output possible WPA/WPA2 plainmasterkey list
Post: RE: hcxpcaptool - output possible WPA/WPA2 plainma...

If you have a PMK and an ESSID, you can try to retrieve the PSK using hashmode 12000. Read more here: https://hashcat.net/forum/thread-6661-post-35843.html#pid35843
ZerBea General Talk 1 4,245 08-07-2018, 01:20 AM
    Thread: Worldlist Clean up
Post: RE: Worldlist Clean up

awk is your friend: awk 'BEGIN { FS = ":" } ; { print $NF }' potfile or cat potfile | awk 'BEGIN { FS = ":" } ; { print $NF }' should do this job depending on the delimiter (":", " ", ....) ...
ZerBea General Talk 5 4,336 09-05-2017, 12:14 PM
    Thread: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 PMK (2501)
Post: RE: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 P...

You can't compare 2500 to 2501 and 16800 to 16801. 2500 and 16800 are hash modes to get a PSK, while 2501 and 16801 hash modes are used to verify a given(!) PMK. BTW: Both modes 250x and 1680x ar...
ZerBea hashcat 9 4,597 01-06-2020, 02:34 PM
    Thread: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 PMK (2501)
Post: RE: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 P...

Speed depend on count of hashes inside the hash file and/or nonce-error-correction value. How have you measured the 20%? I can't reproduce such a big difference running an example hash from here: ...
ZerBea hashcat 9 4,597 03-23-2020, 09:36 AM
    Thread: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 PMK (2501)
Post: RE: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 P...

Great, thanks for posting your result. Some words about nonce error corrections (NC): NC values have a deep impact on hashcat speed. Within hccapx and 22000 hash records the message pair field is use...
ZerBea hashcat 9 4,597 03-23-2020, 03:22 PM