Skip to content

Instantly share code, notes, and snippets.

@JosephGregg
Last active August 8, 2016 23:15
Show Gist options
  • Save JosephGregg/31004eb8ec05dda2d5047a0051f7b652 to your computer and use it in GitHub Desktop.
Save JosephGregg/31004eb8ec05dda2d5047a0051f7b652 to your computer and use it in GitHub Desktop.
#1 ./tshark -I -i mon0 -T fields -e frame.time -t ad -e wlan.sa -e radiotap.channel.freq -e radiotap.dbm_antsignal -e wlan_mgt.ssid -a duration:500 -l subtype probe-req
#2 tshark -S -l -i mon0 -a duration:120 -Y 'wlan.fc.type_subtype eq 4 and wlan_mgt.ssid != xfinitywifi and wlan_mgt.ssid != "" ' -T fields -e wlan.ta -e frame.len -e wlan_mgt.ssid -e radiotap.channel.freq -e radiotap.dbm_antsignal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment