nmap:find_live_hosts_in_a_network
Differences
This shows you the differences between two versions of the page.
nmap:find_live_hosts_in_a_network [2016/07/07 23:39] – created peter | nmap:find_live_hosts_in_a_network [2019/12/01 10:53] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== nmap - Find Live hosts in a Network ====== | ||
- | |||
- | With the help of the **" | ||
- | |||
- | This option causes nmap to skip port detection and other things. | ||
- | |||
- | <code bash> | ||
- | sudo nmap -sP 192.168.1.* | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | Starting Nmap 6.40 ( http:// | ||
- | Nmap scan report for router.asus.com (192.168.1.1) | ||
- | Host is up (0.0023s latency). | ||
- | MAC Address: 08: | ||
- | Nmap scan report for 192.168.1.2 | ||
- | Host is up (0.011s latency). | ||
- | MAC Address: 44: | ||
- | Nmap scan report for Felix-Laptop (192.168.1.80) | ||
- | Host is up (-0.060s latency). | ||
- | MAC Address: 34: | ||
- | Nmap scan report for android-d8443dafc4d5d365 (192.168.1.141) | ||
- | Host is up (-0.12s latency). | ||
- | MAC Address: 14: | ||
- | Nmap scan report for android-166a0df867e23819 (192.168.1.157) | ||
- | Host is up (0.17s latency). | ||
- | MAC Address: 14: | ||
- | Nmap scan report for RP-AC52 (192.168.1.169) | ||
- | Host is up (0.010s latency). | ||
- | MAC Address: 14: | ||
- | Nmap scan report for peter-laptop-1 (192.168.1.69) | ||
- | Host is up. | ||
- | Nmap done: 256 IP addresses (7 hosts up) scanned in 5.84 seconds | ||
- | </ | ||
nmap/find_live_hosts_in_a_network.1467934760.txt.gz · Last modified: 2020/07/15 09:30 (external edit)