WPA-Sec Docker (Nvidia)
This docker container runs latest the help_crack.py from the wpa-sec, a "Distributed WPA PSK auditor". The docker container utilizes the ubuntu 22.04 hashcat binary.
The docker container currently only supports NVIDIA GPUs. Feel free to PR support for AMD
You need the NVIDIA Container Toolkit
in order to run this container.
First install it from HERE and restart your docker daemon sudo systemctl restart docker
docker pull jakami/wpa-sec-docker-nvidia:latest
docker run -it --gpus all -v $HOME/.docker-data/wpa-sec-docker:/app/data -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all jakami/wpa-sec-docker-nvidia:latest
git clone https://github.com/JAKAMI99/wpa-sec-docker-nvidia.git
cd wpa-sec-docker-nvidia
docker-compose build
docker-compose up
git clone https://github.com/JAKAMI99/wpa-sec-docker-nvidia
cd wpa-sec-docker-nvidia
docker build -t jakami/wpa-sec-docker-nvidia:latest .
docker run -it --gpus all -v $HOME/.docker-data/wpa-sec-docker:/app/data -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=all jakami/wpa-sec-docker-nvidia:latest
pwnamap
When using the supplied run command or the Docker Compose file, the container will put a file "cracked.pot" into the data directory which gets mounted at $HOME/.docker-data/wpa-sec-docker
. The file will store all your loot :3