Skip to content

Instantly share code, notes, and snippets.

@mikerr
Last active August 29, 2015 14:00
Show Gist options
  • Save mikerr/285ede334a57d82bb589 to your computer and use it in GitHub Desktop.
Save mikerr/285ede334a57d82bb589 to your computer and use it in GitHub Desktop.
Grab MAC addresses, signal strength and SSIDs from wifi devices
sudo stdbuf -oL tshark -i wlan0 -I -R 'wlan.fc.type_subtype != 0x08' -T fields
-E separator=, -E quote=d -e wlan.sa -e wlan_mgt.ssid -e frame.time -e radiotap.
dbm_antsignal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment