How to increase hashcat's cracking speed on wpa/wpa2 by using wlandump forced handshakes only:
1. use wlandump-ng or wlanresponse to capture wlan traffic
2. increase cracking speed:
use wlancap2hcx to convert cap to hccapx (option -w <file> : write only wlandump forced to hccapx file)
wlancap2hcx -W test1.hccapx *.cap
at this point you can use hashcat -m 2500 --nonce-error-corrections=0 test1.hccapx wordlist
3. increase cracking speed further:
use wlanhcx2ssid to make nets unique (option -n <file> : output stripped file (only one record each mac_sta, essid)
wlanhcx2ssid -i test1.hccapx -n test2.hccapx
at this point you can use hashcat -m 2500 --nonce-error-corrections=0 test2.hccapx wordlist
That will work on hash-modes 2500 and 2501.
1. use wlandump-ng or wlanresponse to capture wlan traffic
2. increase cracking speed:
use wlancap2hcx to convert cap to hccapx (option -w <file> : write only wlandump forced to hccapx file)
wlancap2hcx -W test1.hccapx *.cap
at this point you can use hashcat -m 2500 --nonce-error-corrections=0 test1.hccapx wordlist
3. increase cracking speed further:
use wlanhcx2ssid to make nets unique (option -n <file> : output stripped file (only one record each mac_sta, essid)
wlanhcx2ssid -i test1.hccapx -n test2.hccapx
at this point you can use hashcat -m 2500 --nonce-error-corrections=0 test2.hccapx wordlist
That will work on hash-modes 2500 and 2501.