nmap:scan_network_excluding_remote_hosts
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
nmap:scan_network_excluding_remote_hosts [2019/12/01 11:27] – removed peter | nmap:scan_network_excluding_remote_hosts [2020/07/20 13:10] (current) – old revision restored (2016/07/08 00:02) 192.99.10.47 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== nmap - Scan Network Excluding Remote Hosts ====== | ||
+ | |||
+ | Exclude some hosts while performing a full network scan or when you are scanning with wildcards with the **" | ||
+ | |||
+ | <code bash> | ||
+ | nmap 192.168.1.100-200 --exclude 192.168.1.141 | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | Starting Nmap 6.40 ( http:// | ||
+ | Nmap scan report for 192.168.1.100 | ||
+ | Host is up (0.049s 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-166a0df867e23819 (192.168.1.157) | ||
+ | Host is up (0.040s latency). | ||
+ | All 1000 scanned ports on android-166a0df867e23819 (192.168.1.157) are closed | ||
+ | |||
+ | Nmap scan report for RP-AC52 (192.168.1.169) | ||
+ | Host is up (0.011s latency). | ||
+ | Not shown: 998 closed ports | ||
+ | PORT STATE SERVICE | ||
+ | 53/tcp open domain | ||
+ | 80/tcp open http | ||
+ | |||
+ | Nmap done: 100 IP addresses (3 hosts up) scanned in 14.57 seconds | ||
+ | </ | ||
nmap/scan_network_excluding_remote_hosts.1575199679.txt.gz · Last modified: 2020/07/15 09:30 (external edit)