Aircrack-ng on either Alpine:Edge or Debian:Buster
961
5 Layers, ~18 MB
6 Layers, ~163 MB
Aircrack-ng
Latest Debian maintained release of Aircrack-ng provided by PackageCloud.io (Official)
ca-certificates, libssl-dev, gnupg, curl, debian-archive-ring, apt-transport-https
net-tools OR iproute2, kmod, pciutils, procps
docker run --rm -it \
--net host \
--privileged \
-v ${PWD}:/tester \
-w="/tester" \
brokenscripts/aircrack
Add in --entrypoint airmon-ng prior to calling the image to use airmon.
Add in --entrypoint airodump-ng prior to calling the image to use airodump.
etc.
Or just entrypoint into /bin/bash if debian, /bin/ash if Alpine and manually do it.
If you set airmon-ng into start mode, ensure you stop it since it is tied directly to your host WiFi adapter.
--privileged${PWD}, consider moving to a specific directy inside home dir ~/.aircrackContent type
Image
Digest
Size
7.1 MB
Last updated
over 7 years ago
docker pull brokenscripts/aircrack