Created
March 13, 2019 10:15
-
-
Save KilianB/e13ec4f2612e8c94f371a2e28c3c934d to your computer and use it in GitHub Desktop.
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
Query all devices on network | |
1. grep broadcast address of network | |
ifconfig | grep broadcast | |
2. ping broadcast address to resolve all devices on network | |
ping .... | |
3. resolve names via arp | |
arp - a | grep : | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment