Created
May 9, 2018 19:56
-
-
Save derozic/35655ec82df3c996b6e03252c87fea15 to your computer and use it in GitHub Desktop.
Discover IP addresses of devices on your local network (mac)
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
arp -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Results of the arp command include the MAC addres.
Type:
ipconfig /all
which yields information for the specific IP devices on an address we just found.