Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to view SSID of cracked PMKID (16800) PCAP?
Post: RE: How to view SSID of cracked PMKID (16800) PCAP...

Print ESSIDs from all.pmkid: Code: -- cat all.pmkid | cut -f 4 -d : | sed 's/\([0-9a-f]\{2\}\)/\\\\\\x\1/gI' | xargs -n 1 echo -e -- Print ESSIDs from results.txt: Code: -- cat results.txt | cut -f...
reese_wang hashcat 6 13,691 04-01-2020, 01:49 PM
    Thread: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 PMK (2501)
Post: RE: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 P...

ZerBea Wrote: (03-23-2020, 09:36 AM) -- Please post your complete comparison, $ time hashcat -m 2500 + your options versus $ time hashcat -m 22000 + your options to find out what is going wrong. ...
reese_wang hashcat 9 36,096 03-23-2020, 02:37 PM
    Thread: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 PMK (2501)
Post: RE: Speed comparison WPA/WPA2 (2500) vs WPA/WPA2 P...

ZerBea Wrote: (01-06-2020, 02:34 PM) -- 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(!) P...
reese_wang hashcat 9 36,096 03-23-2020, 05:39 AM