nmap:scan_a_whole_subnet
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
nmap:scan_a_whole_subnet [2016/07/07 22:43] – created peter | nmap:scan_a_whole_subnet [2019/12/01 11:20] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== nmap - Scan a whole Subnet ====== | ||
- | |||
- | Scan a whole subnet or IP range with Nmap by providing the ' | ||
- | |||
- | <code bash> | ||
- | nmap 192.168.0.* | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | Starting Nmap 6.40 ( http:// | ||
- | Nmap scan report for router.asus.com (192.168.1.1) | ||
- | Host is up (0.016s latency). | ||
- | Not shown: 544 closed ports, 453 filtered ports | ||
- | PORT STATE SERVICE | ||
- | 53/ | ||
- | 80/ | ||
- | 9998/tcp open distinct32 | ||
- | |||
- | Nmap scan report for 192.168.1.2 | ||
- | Host is up (0.0081s latency). | ||
- | Not shown: 987 closed ports | ||
- | PORT STATE SERVICE | ||
- | 21/ | ||
- | 22/ | ||
- | 25/ | ||
- | 53/ | ||
- | 80/ | ||
- | 110/tcp open pop3 | ||
- | 139/tcp open netbios-ssn | ||
- | 143/tcp open imap | ||
- | 443/tcp open https | ||
- | 445/tcp open microsoft-ds | ||
- | 587/tcp open submission | ||
- | 993/tcp open imaps | ||
- | 995/tcp open pop3s | ||
- | |||
- | Nmap scan report for peter-laptop-1 (192.168.1.69) | ||
- | Host is up (0.00028s latency). | ||
- | Not shown: 997 closed ports | ||
- | PORT STATE SERVICE | ||
- | 80/ | ||
- | 139/tcp open netbios-ssn | ||
- | 445/tcp open microsoft-ds | ||
- | |||
- | Nmap scan report for 192.168.1.100 | ||
- | Host is up (0.071s latency). | ||
- | Not shown: 989 closed ports | ||
- | PORT STATE SERVICE | ||
- | 80/ | ||
- | 139/ | ||
- | 443/ | ||
- | 445/ | ||
- | 515/ | ||
- | 631/ | ||
- | 6839/tcp open unknown | ||
- | 7435/tcp open unknown | ||
- | 8080/tcp open http-proxy | ||
- | 9100/tcp open jetdirect | ||
- | 9220/tcp open unknown | ||
- | |||
- | Nmap scan report for android-d8443dafc4d5d365 (192.168.1.141) | ||
- | Host is up (0.083s latency). | ||
- | All 1000 scanned ports on android-d8443dafc4d5d365 (192.168.1.141) are closed | ||
- | |||
- | Nmap scan report for RP-AC52 (192.168.1.169) | ||
- | Host is up (0.047s latency). | ||
- | Not shown: 998 closed ports | ||
- | PORT STATE SERVICE | ||
- | 53/tcp open domain | ||
- | 80/tcp open http | ||
- | |||
- | Nmap done: 256 IP addresses (6 hosts up) scanned in 77.55 seconds | ||
- | </ | ||
nmap/scan_a_whole_subnet.1467931423.txt.gz · Last modified: 2020/07/15 09:30 (external edit)