Last active
August 29, 2015 14:09
-
-
Save vallettea/e4915621ddc4380a0862 to your computer and use it in GitHub Desktop.
arp-scan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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