Skip to content

Instantly share code, notes, and snippets.

@nixon1333
Created May 24, 2017 16:35
Show Gist options
  • Save nixon1333/2c561ff24cf40fff527f5f39d89ad7d9 to your computer and use it in GitHub Desktop.
Save nixon1333/2c561ff24cf40fff527f5f39d89ad7d9 to your computer and use it in GitHub Desktop.
scan connected devices in your wifi router
#to intstall
sudo apt-get install arp-scan
#to scan the connected wifi network
arp-scan --interface=wlan0 --localnet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment