Skip to content

Instantly share code, notes, and snippets.

@mattonit
Created October 31, 2018 11:35
Show Gist options
  • Save mattonit/c3536e6f8e8b4793664eba7cea846fd8 to your computer and use it in GitHub Desktop.
Save mattonit/c3536e6f8e8b4793664eba7cea846fd8 to your computer and use it in GitHub Desktop.
Find devices on your local network
nmap -sn 192.168.1.1-254/24 | egrep "scan report"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment