nmap:perform_a_stealth_scan
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
nmap:perform_a_stealth_scan [2019/12/01 11:03] – removed peter | nmap:perform_a_stealth_scan [2020/07/20 13:36] (current) – old revision restored (2016/07/08 01:31) 95.91.74.120 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== nmap - Perform a Stealth Scan ====== | ||
+ | |||
+ | <code bash> | ||
+ | sudo nmap -sS 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.0000040s latency). | ||
+ | Not shown: 997 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.44 seconds | ||
+ | </ | ||
nmap/perform_a_stealth_scan.1575198239.txt.gz · Last modified: 2020/07/15 09:30 (external edit)