ARP枚举主机
模块在 aux / scanner / discovery / arp_sweep
use auxiliary/scanner/discovery/arp_sweep
参数为主机目标IP地址,或者是网段
UDP数据包发现
模块在aux / scanner / discovery / udp_sweep
use auxiliary/scanner/discovery/udp_sweep
参数为目标主机网段
使用nmap扫描
nmap -sS -sV -Pn -O 目标地址
nmap -sS -sV -Pn -O 192.168.30.129
-sV 查看服务版本信息
-sS TCP-SYN扫描
-Pn 不使用ping扫描
-O 查看服务器操作系统
效果是一样的。