A Dockerized tool for cracking WPA/WPA2 passwords using Hashcat.
$ git clone https://github.com/bastiansg/hcat-wpa-cracker.git
$ sudo apt update
$ sudo apt install make
Follow the instructions here to install Docker and include the compose plugin
. Ensure that Buildkit is enabled as described here.
Follow the installation guide here.
To build the Docker image, run:
$ make build
To run the WPA cracker, use:
$ make run PCAP_FILE=[PCAP_FILE] DICT_FILE=[DICT_FILE]
Replace PCAP_FILE with the path to the capture file containing at least one handshake, and DICT_FILE with the path to the dictionary file used for cracking.
$ make run PCAP_FILE=handshake.cap DICT_FILE=dictionary.txt