1607 shaares
1 lien privé
1 lien privé
Using Ubuntu 10.10 command line, how can I list all IPs connected to my home network?
nmap -sn 192.168.1.0/24
nmap -sn 192.168.1.1-254/24 | egrep "scan report" | awk '{print $5}'
Using Ubuntu 10.10 command line, how can I list all IPs connected to my home network?
nmap -sn 192.168.1.0/24
nmap -sn 192.168.1.1-254/24 | egrep "scan report" | awk '{print $5}'