nmap:perform_a_fast_scan
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
nmap:perform_a_fast_scan [2016/07/08 01:00] – peter | nmap:perform_a_fast_scan [2019/12/01 11:00] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== nmap - Perform a Fast Scan ====== | ||
- | |||
- | Perform a fast scan with **" | ||
- | |||
- | <code bash> | ||
- | sudo nmap -F 192.168.1.69 | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | Starting Nmap 6.40 ( http:// | ||
- | Nmap scan report for peter-laptop-1 (192.168.1.69) | ||
- | Host is up (0.0000090s latency). | ||
- | Not shown: 97 closed ports | ||
- | PORT STATE SERVICE | ||
- | 80/ | ||
- | 139/tcp open netbios-ssn | ||
- | 445/tcp open microsoft-ds | ||
- | |||
- | Nmap done: 1 IP address (1 host up) scanned in 2.27 seconds | ||
- | </ | ||
- | |||
- | |||
- | With more info: | ||
- | |||
- | This scan is faster than a normal scan because it uses the aggressive timing template and scans fewer ports. | ||
- | |||
- | <code bash> | ||
- | sudo nmap -T4 -F 192.168.1.69 | ||
- | </ | ||
- | |||
- | Result: | ||
- | |||
- | < | ||
- | Starting Nmap 6.40 ( http:// | ||
- | Nmap scan report for peter-laptop-1 (192.168.1.69) | ||
- | Host is up (0.0000060s latency). | ||
- | Not shown: 97 closed ports | ||
- | PORT STATE SERVICE | ||
- | 80/ | ||
- | 139/tcp open netbios-ssn | ||
- | 445/tcp open microsoft-ds | ||
- | |||
- | Nmap done: 1 IP address (1 host up) scanned in 1.87 seconds | ||
- | </ | ||
nmap/perform_a_fast_scan.1467939609.txt.gz · Last modified: 2020/07/15 09:30 (external edit)