掃描主機的操做系統和端口開發狀況
-O: Enable OS detection
nmap -O <target_ip>
ide
掃描主機ping是存活 (-P 表明的是ping的意思)
-sP 是使用ICMP協議發送echo請求數據包
nmap -sP <target_ip>
nmap -sP <network address> </CIDR>操作系統
常組合參數
-v 詳細信息
-n 不dns反向解析blog
nmap -sV -Pn -p1-65535 <target_ip> -v -n
nmap -sV -Pn -p1-65535 192.168.203.0/24 -n -vdns