Sign inSign up

brokenscripts/aircrack

By brokenscripts

Updated over 7 years ago

Aircrack-ng on either Alpine:Edge or Debian:Buster

Image
0

961

brokenscripts/aircrack repository overview

Alpine:Edge / Latest

5 Layers, ~18 MB

Debian:Buster-Slim

6 Layers, ~163 MB

Info

Aircrack-ng
Latest Debian maintained release of Aircrack-ng provided by PackageCloud.io (Official)

Requirements for PackageCloud.io installer script:
ca-certificates, libssl-dev, gnupg, curl, debian-archive-ring, apt-transport-https
Requirements for airmong-ng and other tidbits:
net-tools OR iproute2, kmod, pciutils, procps

Examples

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.

Notes:

If you set airmon-ng into start mode, ensure you stop it since it is tied directly to your host WiFi adapter.

To Do:

  • Address --privileged
  • Instead of ${PWD}, consider moving to a specific directy inside home dir ~/.aircrack
  • Paste bash wrapper here for others to use

Tag summary

Content type

Image

Digest

Size

7.1 MB

Last updated

over 7 years ago

docker pull brokenscripts/aircrack