Sign inSign up

deanturpin/mon

By deanturpin

Updated over 7 years ago

Alpine airodump on a second WiFi interface

Image
Networking
Security
0

374

deanturpin/mon repository overview

Docker

Fetches the latest vendor list and runs airodump on the second WiFi network interface (wlan1). Make sure to run in prvileged. Ctrl-C to exit.

docker run --net host --rm --privileged deanturpin/mon

Command line (cloned repo)

Run make to put wlan1 into promiscuous mode and start collecting.

Run make crack to analyse the collection. Also fetches a word list.

Assumes you're using a USB WiFi dongle as a second wireless network interface. To use another interface pass an environment variable to make.

INTERFACE=wlan0 make

To fetch a word list.

make all.txt

Tag summary

Content type

Image

Digest

Size

7.9 MB

Last updated

over 7 years ago

docker pull deanturpin/mon