User Tools

Site Tools


nmap:check_most_commonly_used_ports_with_tcp_syn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
nmap:check_most_commonly_used_ports_with_tcp_syn [2019/12/01 10:51] – removed peternmap: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
 +</code>
 +
 +Result:
 +
 +<code>
 +Starting Nmap 6.40 ( http://nmap.org ) at 2016-07-08 01:32 BST
 +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/tcp  open  http
 +139/tcp open  netbios-ssn
 +445/tcp open  microsoft-ds
 +
 +Nmap done: 1 IP address (1 host up) scanned in 0.05 seconds
 +</code>
  
nmap/check_most_commonly_used_ports_with_tcp_syn.1575197464.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki