derv82/wifite2

`hs` directory not found

ajmeese7 opened this issue · 1 comments

Whenever I run sudo wifite --check ./Hidden.cap, aircrack finds a handshake in the packet capture file. But when I run sudo wifite --crack, I get the error message "directory not found: hs".

Any suggestions on how to proceed?

If you don't specify a specific filepath (i.e ./Hidden.cap as provided in your example), this command searches and checks all captured handshake files inside the ./hs directory.
This is because all handshakes captured by Wifite are saved inside ./hs/.

This directory should be created automatically by Wifite when a handshake is captured, or you can create it yourself and move the files there.