一. 主机发现1. 扫描/综合扫描nmap -A 192.168.1.103
2. Ping扫描nmap -sP 192.168.1.1/24
3. 免Ping扫描,穿透防火墙,避免被防火墙发现nmap -P0 192.168.1.103
2022-07-30