Basic Scans
Nmap
Do the following
Ping sweep first
Scan top 100 TCP ports
Scan all ports
Scan top 100 UDP ports
Network Scan
The following command scan the entire network
Port Scan
The following command scan the top 100 ports of a specific IP address
The following command scan all ports of a specific IP address, outputting open ports
The following command scan the top 100 ports of a specific IP address aggressively and output open ports to target.fullmap. It does OS detection, version detection, script scanning and traceroute.
The following command scan all ports of a specific IP address aggressively and output open ports to target.fullmap. It does OS detection, version detection, script scanning and traceroute.
The following command scan all ports of a specific IP address aggressively stealthily, outputting open ports
Vulnerability Scan
The following command identify the services and versions running, and then runs vulnerability-checking scripts
UDP Scan
The following command scan for top 100 UDP ports of a specific IP address and output to target.udp
S1REN Scan
The following performs S1REN scan on a specific IP address and output to target.s1ren
Last updated