Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Created June 11, 2020 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gregjhogan/b3cd00172e5f0c9e2a051fc92979f774 to your computer and use it in GitHub Desktop.
Save gregjhogan/b3cd00172e5f0c9e2a051fc92979f774 to your computer and use it in GitHub Desktop.
nmap scan for port open and only show open results
nmap -p <port> 192.168.0.*|grep -B3 open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment