Skip to content

Instantly share code, notes, and snippets.

View steintore's full-sized avatar

Stein Tore Tøsse steintore

  • Kodemaker Systemutvikling AS
  • Oslo
View GitHub Profile
@nilsmagnus
nilsmagnus / scan.sh
Created October 5, 2016 19:25
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