Skip to content

Instantly share code, notes, and snippets.

@wellsie
Created August 5, 2013 15:08
Show Gist options
  • Save wellsie/6156651 to your computer and use it in GitHub Desktop.
Save wellsie/6156651 to your computer and use it in GitHub Desktop.
scan local subnet ports 80 and 22
sudo nmap -sS -p22,80 192.168.10.0/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment