网络 # 扫描主机存活端口 nmap 192.168.200.10 -sS -p 21,23,80,8080 # 能够快速扫描网络中存活主机 nmap -nsP 192.168.1.0/24 192.168.2.0/24
网络