Skip to content

Instantly share code, notes, and snippets.

@mikerr
Last active July 29, 2017 22:05
Show Gist options
  • Save mikerr/fcfa268c44667eb26295cc52c362fd7b to your computer and use it in GitHub Desktop.
Save mikerr/fcfa268c44667eb26295cc52c362fd7b to your computer and use it in GitHub Desktop.
tshark scan disconnected wifi devices
sudo iwconfig wlan0 mode monitor
sudo iwconfig wlan0 channel 1
...
sudo iwconfig wlan0 channel 6
sudo tshark -i wlan0 -f "subtype probe-req"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment