Skip to content

Instantly share code, notes, and snippets.

@alvaro893
Created June 18, 2019 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvaro893/5f294538ce5d948ed655b345ef27907f to your computer and use it in GitHub Desktop.
Save alvaro893/5f294538ce5d948ed655b345ef27907f to your computer and use it in GitHub Desktop.
Get all mac and their IP addresses on a network interface
#install it first
sudo apt install arp-scan
sudo arp-scan --interface enp0s25 -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment