May 2017
Intermediate to advanced
416 pages
21h 33m
English
Open your terminal and enter the following command:
# nmap -sn -PA <target>
The result is a list of hosts that responded to the TCP ACK packets sent, therefore, online:
# nmap -sn -PA 192.168.0.1/24 Nmap scan report for 192.168.0.1 Host is up (0.060s latency). Nmap scan report for 192.168.0.60 Host is up (0.00014s latency). Nmap done: 256 IP addresses (2 hosts up) scanned in 6.11 seconds
Read now
Unlock full access