Skip to content

Instantly share code, notes, and snippets.

@liddiard
Last active November 29, 2020 19:52
Show Gist options
  • Save liddiard/1786d51f47d0089628217c236d2bbcb4 to your computer and use it in GitHub Desktop.
Save liddiard/1786d51f47d0089628217c236d2bbcb4 to your computer and use it in GitHub Desktop.
Scan local network for open port 22 (SSH) in the range 192.168.0.1 – 192.168.0.64
nmap --open -v -p 22 192.168.0.1-64 | grep Discovered
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment