1、过滤 ping 不通的 IP
fping -u -f IP.txt
2、过滤 80 端口 close 的 IP
nmap -p80 -iL IP.txt | grep -B 3 "close" | grep 'for' | awk '{print $NF}'