Skip to content

Commit c72a02d

Browse files
committed
Swapping the port number and the descriptions. Adding to the easy ports lists.
1 parent d21404d commit c72a02d

File tree

1 file changed

+52
-51
lines changed

1 file changed

+52
-51
lines changed

references/ports.md

Lines changed: 52 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -3,61 +3,62 @@
33

44
## TCP Discovery Ports: ##
55
* easy copy - `7,21,22,23,25,80,88,110,111,139,143,389,443,445,514,515,631,1352,2049,3000,3389,4949,5060,5631,5632,5666,5900-5905,6000-6009,8000,8006,8080,8089,8443,8834,9080,9100,9443,17500`
6-
* FTP: 21
7-
* SSH: 22
8-
* Telnet: 23
9-
* SMTP: 25
10-
* Finger: 7
11-
* HTTP: 80
12-
* Kerberos: 88
13-
* POP3: 110
14-
* SUNRPC (Unix RPC): 111 (think: rpcinfo)
15-
* NetBIOS: 139
16-
* IMAP 143
17-
* LDAP: 389
18-
* HTTPS: 443
19-
* LotusNotes: 1352
20-
* Microsoft DS: 445
21-
* RSH: 514
22-
* CUPS: 631
23-
* NFS: 2049
24-
* Webrick(Ruby Webserver): 3000
25-
* RDP: 3389
26-
* Munin: 4949
27-
* SIP: 5060
28-
* PCAnywhere: 5631 (5632)
29-
* NRPE (*nix) /NSCLIENT++ (win): 5666 (evidence of Nagios server on network)
30-
* Alt-HTTP: 8080
31-
* Alt-HTTP tomcat: 9080
32-
* Another HTTP: 8000 (mezzanine in development mode for example)
33-
* Nessus HTTPS: 8834
34-
* Proxmox: 8006
35-
* Splunk: 8089 (also on 8000)
36-
* Alt HTTPS: 8443
37-
* vSphere: 9443
38-
* X11: 6000-6009 (+1 to portnum for additional displays) (see xspy, xwd, xkey for exploitation)
39-
* VNC: 5900, 5901+ (Same as X11; +1 to portnum for each user/dipslay over VNC. SPICE is usually in this range as well)
40-
Printers: 9100, 515
41-
* Dropbox lansync: 17500
6+
* 7 Finger
7+
* 21 FTP
8+
* 22 SSH
9+
* 23 Telnet
10+
* 25 SMTP
11+
* 80 HTTP
12+
* 88 Kerberos
13+
* 110 POP3
14+
* 111 SUNRPC(UnixRPC)
15+
* 139 NetBIOS
16+
* 143 IMAP
17+
* 389 LDAP
18+
* 443 HTTPS
19+
* 445 MicrosoftDS
20+
* 514 RSH
21+
* 515 Printers
22+
* 631 CUPS
23+
* 1352 LotusNotes
24+
* 2049 NFS
25+
* 3000 Webrick (Ruby Webserver)
26+
* 3389 RDP
27+
* 4949 Munin
28+
* 5060 SIP
29+
* 5631-5632 PCAnywhere
30+
* 5666(evidence of Nagios server on network) NRPE(*nix)/NSCLIENT++(win)
31+
* 5900-5906 (Same as X11; display over VNC. SPICE is usually in this range as well) VNC
32+
* 6000-6009 (seexspy, xwd, xkeyforexploitation) X11
33+
* 8006 Proxmox
34+
* 8080 Alt-HTTP
35+
* 8089(also on 8000) Splunk
36+
* 8000(mezzanine in development mode for example) AnotherHTTP
37+
* 8834 Nessus HTTPS
38+
* 8443 AltHTTPS
39+
* 9080 Alt-HTTPtomcat
40+
* 9443 vSphere
41+
* 9100 Printers
42+
* 17500 Dropbox lansync
4243

4344
## UDP Discovery: ##
44-
* easy copy - `53,123,161,1434`
45-
* DNS: 53
46-
* XDMCP: 177 (via NSE script --script broadcast-xdmcp-discover, discover nix boxes hosting X)
47-
* OpenVPN: 1194
48-
* MSSQL Ping: 1434
49-
* SUNRPC (Unix RPC): 111 (yeah, it's UDP, too)
50-
* SNMP 161
51-
* Network Time Protocol (NTP): 123
52-
* syslog : 514
53-
* UPNP: 1900
54-
* Isakmp - 500 (ike PSK Attack)
55-
* vxworks debug: 17185 (udp)
45+
* easy copy - `53,111,123,161,177,500,514,1194,1434,1900,17185`
46+
* 53 DNS
47+
* 111 SUNRPC (Unix RPC)
48+
* 123 Network Time Protocol (NTP)
49+
* 161 SNMP
50+
* 177 XDMCP (via NSE script --script broadcast-xdmcp-discover, discover *nix boxes hosting X)
51+
* 500 Isakmp (ike PSK Attack)
52+
* 514 syslog
53+
* 1194 OpenVPN
54+
* 1434 MSSQL Ping
55+
* 1900 UPNP
56+
* 17185 vxworks debug
5657

57-
## Authentication Ports (other than ones already listed): ##
58-
* easy copy - `1494`
58+
## Authentication Ports: ##
59+
* easy copy - `80,902,1494,5985,5986,6129,8200,9084`
5960
* Citrix: 1494
60-
* WinRM: 80,5985 (HTTP), 5986 (HTTPS)
61+
* WinRM: 80, 5985 (HTTP), 5986 (HTTPS)
6162
* VMware Server: 8200, 902, 9084
6263
* DameWare: 6129
6364

0 commit comments

Comments
 (0)