Skip to content

Instantly share code, notes, and snippets.

@vallettea
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save vallettea/e4915621ddc4380a0862 to your computer and use it in GitHub Desktop.

Select an option

Save vallettea/e4915621ddc4380a0862 to your computer and use it in GitHub Desktop.
arp-scan
# install arp-scan
sudo apt-get install libpcap-dev
wget http://www.nta-monitor.com/files/arp-scan/arp-scan-1.9.tar.gz
tar xf arp-scan-1.9.tar.gz
rm arp-scan-1.9.tar.gz
cd arp-scan-1.9
./configure
make
sudo make install
sudo arp-scan --ouifile= --retry=8 --ignoredups -I wlan0 10.33.0.0/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment