πŸ‘οΈβ€πŸ—¨οΈ

NMAP Cheatsheet

Tags
Tools
Date
Apr 28, 2022
the command that I mostly used
# quick and easy nmap -T4 -sV --top-ports 2000 <ip_target> # more time consuming nmap -T4 -sC -sV -p- --min-rate=9326 -vv <ip_target>
Β 
Cheatsheet can be found here:
Β