Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
-p-
-sV -sC
# Fast full TCP nmap -p- --min-rate 5000 -T4 $IP # Service + scripts nmap -sV -sC -p <ports> $IP # UDP top 100 nmap -sU --top-ports 100 $IP # All formats output nmap -sV -sC -p <ports> $IP -oA scan # NSE scripts nmap --script smb-vuln* $IP nmap --script http-enum $IP nmap --script ftp-anon $IP