A docker container to perform rogue AP attacks
The container has:
To create the image just:
docker build -t RogueAp .
To create an AP without authentication:
docker run --net host --privileged -e AP_INTERFACE=wlan1 -e INT_INTERFACE=wlan0 -e SSID=MySSID RogueAp
To create it with WPA2 auth:
docker run -it --net host --privileged -e AP_INTERFACE=wlan1 -e INT_INTERFACE=wlan0 -e SSID=McDonalds -e SECURE=wpa2 -e PASSPHRASE=testtest RogueAp
Environment variables:
At the moment, it only has WPA2
The image is available at:
Content type
Image
Digest
Size
53.2 MB
Last updated
almost 6 years ago
docker pull litios/rogueap