nmap:check_most_commonly_used_ports_with_tcp_syn
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
nmap:check_most_commonly_used_ports_with_tcp_syn [2019/12/01 10:51] – removed peter | nmap:check_most_commonly_used_ports_with_tcp_syn [2020/07/18 09:46] (current) – old revision restored (2016/07/08 01:33) 192.99.15.33 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== nmap - Check most commonly used Ports with TCP Syn ====== | ||
+ | |||
+ | <code bash> | ||
+ | sudo nmap -sT 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.00023s 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 0.05 seconds | ||
+ | </ | ||
nmap/check_most_commonly_used_ports_with_tcp_syn.1575197464.txt.gz · Last modified: 2020/07/15 09:30 (external edit)