- Run this from a Linux box or have GNU Tools installed on Mac.
- Clone this repo to your filesytem, it setups the folder structure nicely.
- Download some word lists and put them in
wordlists
- Gather some pcap files from something like a pwnagotchi and put them in
pcap
(With the file extention .pcap) - Ensure you have Hashcat installed.
- Ensure you have Hashcat Utils installed.
- cd into pcap and run
convert2hccapx.sh
- This should generate all of your hccapx files from pcap
- cd into hccapx and run
crack_away.sh
- This will start cracking (I highly recommend running this in a tmux window as this could take a long time)