Created
July 31, 2018 09:28
-
-
Save CDRO/e0d2744a7f9a6d3635a63976543f23c6 to your computer and use it in GitHub Desktop.
This is a collection of handy networking on-liners
This file contains 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
# Find all registered machines in your network | |
for i in $(seq 1 254); nslookup 192.168.23.$i | grep "name = " | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment