I have captured a handshake on my test Wifi Router, saved in a .cap file
I can crack it using aircrack-ng, with the following command:
aircrack-ng -w wordlist -b XX:XX:XX:XX:XX:XX test.cap (where the XXs are the actual BSSID)
I converted it to a .hccap file using three different methods:
1. "wpaclean test-out.cap test.cap" command and then "aircrack-ng test-out.cap -J test" which results in test.hccap
2. Using https://hashcat.net/cap2hccap/
3. The Windows "CapConverter.exe" app
All three generate exactly the same .hccap file (did a binary compare using UltraCompare)
I have tried both hashcat on linux with the following command:
"hashcat -m 2500 test.hccap wordlist.txt"
and
cudaHashcat on Windows with the following command
"cudaHashcat64 -m 2500 test.hccap wordlist.txt"
Both come back as "Exhausted" even though the password is in the wordlist.txt file.
I have also tried downloading the sample hashcat.hccap file and cracked it without any issues.
test.cap >> [url=<a href=http://www.filedropper.com >upload files free</a></div> src=http://www.filedropper.com/download_button.png width=127 height=145 border=0/></a><br /><div style=font-size:9px;font-family:Arial, Helvetica, sans-serif;width:127px;font-color:#44a854;> <a]http://www.filedropper.com/test[/url]
test.hccap >> http://www.filedropper.com/test_2
wordlist.txt >> http://www.filedropper.com/wordlist
Any help would be appreciated.
I can crack it using aircrack-ng, with the following command:
aircrack-ng -w wordlist -b XX:XX:XX:XX:XX:XX test.cap (where the XXs are the actual BSSID)
I converted it to a .hccap file using three different methods:
1. "wpaclean test-out.cap test.cap" command and then "aircrack-ng test-out.cap -J test" which results in test.hccap
2. Using https://hashcat.net/cap2hccap/
3. The Windows "CapConverter.exe" app
All three generate exactly the same .hccap file (did a binary compare using UltraCompare)
I have tried both hashcat on linux with the following command:
"hashcat -m 2500 test.hccap wordlist.txt"
and
cudaHashcat on Windows with the following command
"cudaHashcat64 -m 2500 test.hccap wordlist.txt"
Both come back as "Exhausted" even though the password is in the wordlist.txt file.
I have also tried downloading the sample hashcat.hccap file and cracked it without any issues.
test.cap >> [url=<a href=http://www.filedropper.com >upload files free</a></div> src=http://www.filedropper.com/download_button.png width=127 height=145 border=0/></a><br /><div style=font-size:9px;font-family:Arial, Helvetica, sans-serif;width:127px;font-color:#44a854;> <a]http://www.filedropper.com/test[/url]
test.hccap >> http://www.filedropper.com/test_2
wordlist.txt >> http://www.filedropper.com/wordlist
Any help would be appreciated.