Skip to content

Instantly share code, notes, and snippets.

@imneonizer
Created January 5, 2021 09:38
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 imneonizer/cb5d917b47cc346411c895d52f2f4a41 to your computer and use it in GitHub Desktop.
Save imneonizer/cb5d917b47cc346411c895d52f2f4a41 to your computer and use it in GitHub Desktop.
Useful Nmap commands

Scan network for open ports and list their IP address

nmap -p 80 192.168.0.179/24 | grep -B 4 -i open | grep -i report
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment