WPA/WPA2 hash help - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: WPA/WPA2 hash help (/thread-4519.html) Pages:
1
2
|
RE: WPA/WPA2 hash help - vom - 07-13-2015 I'm thinking maybe a bad cap/hccap file. I can tell you my box works just fine on WPA - and your hccap fails. My command line: Code: oclHashcat64.bin -m 2500 -a 3 1813_1436134092\ -\ Copy.hccap 041?d?d?d?d?d?d?d --outfile=snowman.txt Results: Code: Session.Name...: oclHashcat Can you post the original cap file as well ? RE: WPA/WPA2 hash help - newntk - 07-13-2015 I'm thinking too a bad cap/hccap file. c:\HC>hashcat-cli32.exe -a 3 -m 2500 -p : --outfile-format=3 -n 2 -c 64 "C:\HC \traces\1813_1436134092-Copy.hccap" -1 01234 041160441?d Initializing hashcat v0.50 with 2 threads and 64mb segment-size... Added hashes from file C:\HC\traces\1813_1436134092-Copy.hccap: 1 (1 salts) Activating quick-digest mode for single-hash with salt [s]tatus [p]ause [r]esume [b]ypass [q]uit => Input.Mode: Mask (041160441?d) [10] Index.....: 0/1 (segment), 10 (words), 0 (bytes) Recovered.: 0/1 hashes, 0/1 salts Speed/sec.: - plains, - words Progress..: 10/10 (100.00%) Running...: --:--:--:-- Estimated.: --:--:--:-- Started: Mon Jul 13 18:53:24 2015 Stopped: Mon Jul 13 18:53:25 2015 RE: WPA/WPA2 hash help - tehSn0wman - 07-14-2015 Thanks for all the help you guys. Here's the original cap file if anyone would like to take a look: https://drive.google.com/file/d/0B_ZO3nMTyvSJMW1CVWtkcnZsZ3M/view?usp=sharing RE: WPA/WPA2 hash help - vom - 07-14-2015 So here's my results: Your original HCCAP file - Exhausted Your .cap file you just posted - cracked through aircrack-ng (appended your key to small wordlist) - Cracked Your .cap file - converted through cap2hccap (locally running this in Linux) - Cracked Your .cap file - converted through aircack-ng (-J) - Cracked So it's looking like your hccap file is corrupt in some way. I'm PM'ing you a link to download the hccap file I made which cracks in ocl. RE: WPA/WPA2 hash help - tehSn0wman - 07-14-2015 Appreciate everyone's help. Huge shout out to vom and newntk! Finally cracked it successfully myself using the hccap you PM'd me vom. Seems the file became corrupted somewhere between The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) VM and Windows. Guess it's better to convert the cap file to hccap in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) instead of getting it to Windows first then converting it. Again, can't thank you guys enough for your assistance. |