Created
June 10, 2019 20:07
-
-
Save avogel3/9d1675ebdf5c6a27be1764e01c8d5d89 to your computer and use it in GitHub Desktop.
List all devices on your network
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
# brew install nmap (if you're on OSX) | |
nmap --script smb-os-discovery -p 445 192.168.1.0/24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment