Skip to content

Instantly share code, notes, and snippets.

@avogel3
Created June 10, 2019 20:07
Show Gist options
  • Save avogel3/9d1675ebdf5c6a27be1764e01c8d5d89 to your computer and use it in GitHub Desktop.
Save avogel3/9d1675ebdf5c6a27be1764e01c8d5d89 to your computer and use it in GitHub Desktop.
List all devices on your network
# 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