互联网
sudo nmap -sn -PE -T4 -oG nmap -iL c.txt | grep -o '\(\([0-9]\|[1-9][0-9]\|1[0-9]\{2\}\|2[0-4][0-9]\|25[0-5]\)\.\)\{3\}\([0-9]\|[1-9][0-9]\|1[0-9]\{2\}\|2[0-4][0-9]\|25[0-5]\)' >ip.txt
内网
nmap -sn -PR 192.168.3.0/24
互联网
sudo nmap -sn -PE -T4 -oG nmap -iL c.txt | grep -o '\(\([0-9]\|[1-9][0-9]\|1[0-9]\{2\}\|2[0-4][0-9]\|25[0-5]\)\.\)\{3\}\([0-9]\|[1-9][0-9]\|1[0-9]\{2\}\|2[0-4][0-9]\|25[0-5]\)' >ip.txt
内网
nmap -sn -PR 192.168.3.0/24