User Tools

Site Tools


nmap:find_live_hosts_in_a_network

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

nmap:find_live_hosts_in_a_network [2016/07/07 23:39] – created peternmap: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 **"-sP" option nmap can check which hosts are live and up in Network. 
- 
-This option causes nmap to skip port detection and other things. 
- 
-<code bash> 
-sudo nmap -sP 192.168.1.* 
-</code> 
- 
-Result: 
- 
-<code> 
-Starting Nmap 6.40 ( http://nmap.org ) at 2016-07-08 00:38 BST 
-Nmap scan report for router.asus.com (192.168.1.1) 
-Host is up (0.0023s latency). 
-MAC Address: 08:62:66:8E:D1:78 (Unknown) 
-Nmap scan report for 192.168.1.2 
-Host is up (0.011s latency). 
-MAC Address: 44:A8:42:34:16:49 (Unknown) 
-Nmap scan report for Felix-Laptop (192.168.1.80) 
-Host is up (-0.060s latency). 
-MAC Address: 34:E6:AD:B0:5C:2F (Unknown) 
-Nmap scan report for android-d8443dafc4d5d365 (192.168.1.141) 
-Host is up (-0.12s latency). 
-MAC Address: 14:DD:A9:2D:86:C1 (Unknown) 
-Nmap scan report for android-166a0df867e23819 (192.168.1.157) 
-Host is up (0.17s latency). 
-MAC Address: 14:32:D1:71:82:ED (Unknown) 
-Nmap scan report for RP-AC52 (192.168.1.169) 
-Host is up (0.010s latency). 
-MAC Address: 14:DD:A9:2D:86:C1 (Unknown) 
-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 
-</code> 
  
nmap/find_live_hosts_in_a_network.1467934760.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki