wpa/wpa2 crack of multiple hccap - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: wpa/wpa2 crack of multiple hccap (/thread-4890.html) |
wpa/wpa2 crack of multiple hccap - bgeorgalas - 12-07-2015 Goodevening all, i have different wpa/wpa2 handsakes in hccap format that i would like have them merged into a single hccap file so i would be able to run a dictionary attack (instead of multiple). i copied all the handsakes in the same folder and executed (accordind to https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_crack_multiple_wpa_handshakes_at_once): copy *.hccap all_handsakes.hccap The problem that i am encountering now is that when i execute the dictionary attack i am not able to recover any hash (one hash is already inside the dictionary). If i run the dictionary attack on each single hccap file i am able to recover the hash contained in the dictionary for the known network. Am i doing something wrong? Is this because i merged wpa and wpa2 handsakes together? the command line i use for the dictionary attack is: hashcat-cli64 -m 2500 --status -o recoverd.txt all_handsakes.hccap wordlist.txt thank you very much for your time! RE: wpa/wpa2 crack of multiple hccap - rico - 12-08-2015 I had the same or similar problem with the Windows version of that command a few months back - can't remember the details exactly but the "fix" is to use the Linux version instead, i.e. : $ cat single_hccaps/*.hccap > all_in_one/multi.hccap RE: wpa/wpa2 crack of multiple hccap - bgeorgalas - 12-08-2015 Rico thank you for your insight, I used the "linux" version but it did not work either, As it turns out: "Attention: currently only oclHashcat supports loading and cracking of muliple networks at once. Multi-hccap support is currently not available in hashcat (CPU-based version). " under oclhascat the "linux" version of the hccap file works fine as far as i can tell RE: wpa/wpa2 crack of multiple hccap - rico - 12-08-2015 No problem. n00bs gotta help n00bs... |