![]() |
Multiple Handshake in a file. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Multiple Handshake in a file. (/thread-7410.html) |
Multiple Handshake in a file. - Evaexe117 - 04-01-2018 Hello, I have a question about Hashcat, If i have a cap file with multiple handshake, Its possible to launch a tread of hashcat wich will try one per one to found the password ? For example : wpa.cap -> contain 5 handshake, used tool cap2hccapx to convert the .cap file to a .cap2hccapx without option. And launch a Hashcat thread with this .cap2hccapx. Hashcat will try all handshake ? or just the first ? And, how its possible to open a cap2hccapx file ? for see what is content. Thanks alot ! RE: Multiple Handshake in a file. - undeath - 04-02-2018 hashcat will try to crack all handshakes if you concatenate them into a single file. It's a binary format and documented here: https://hashcat.net/wiki/doku.php?id=hccapx |