Skip to content

Instantly share code, notes, and snippets.

@rotemtam
Created October 25, 2014 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rotemtam/e4e0c84d9dd6fbac5ec2 to your computer and use it in GitHub Desktop.
Save rotemtam/e4e0c84d9dd6fbac5ec2 to your computer and use it in GitHub Desktop.
activate-airodump-on-pi
#!/bin/bash
# put wlan0 in monitoring mode
sudo airmon-ng start wlan0
# activate airodump and have it output data to /tmp directory
sudo airodump-ng --output-format csv --write /tmp/capture mon0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment