Skip to content

Instantly share code, notes, and snippets.

@nilsmagnus
Created October 5, 2016 19:25
Show Gist options
  • Save nilsmagnus/0a42f40ea51b71227dc120187112b311 to your computer and use it in GitHub Desktop.
Save nilsmagnus/0a42f40ea51b71227dc120187112b311 to your computer and use it in GitHub Desktop.
scan for probe requests
sudo apt-get install tshark
sudo ifconfig wlp2s0 down
sudo iwconfig wlp2s0 mode monitor
sudo ifconfig wlp2s0 up
tshark -i wlp2s0 -N m -T fields -e eth.addr_resolved -e eth.addr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment