Skip to content

Instantly share code, notes, and snippets.

@palawer
Last active May 26, 2024 09:02
Show Gist options
  • Save palawer/890d966c9dfd099e0f838d2a27d9774d to your computer and use it in GitHub Desktop.
Save palawer/890d966c9dfd099e0f838d2a27d9774d to your computer and use it in GitHub Desktop.
nmap
# scan ports
nmap -p- --open -sT --min-rate 5000 -vvv -n -Pn <ip> -oG allPorts
# find services
nmap -sCV -p80,139,445 <ip> -oN targeted
nmap -sCV -p <ip> -oN targeted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment