Skip to content

Instantly share code, notes, and snippets.

@Mattosx
Forked from gregjhogan/nmap-scan-show-open.sh
Created January 24, 2021 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mattosx/faff850ceb4ef359873fd8cc6a4ccef7 to your computer and use it in GitHub Desktop.
Save Mattosx/faff850ceb4ef359873fd8cc6a4ccef7 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