Skip to content

Commit 2b63825

Browse files
committed
Merge pull request #60 from pwnwiki/issue50
Issue50
2 parents 7b4206d + 84ced89 commit 2b63825

File tree

2 files changed

+113
-0
lines changed

2 files changed

+113
-0
lines changed

navigation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868

6969
* [How to Contribute](references/contribute.md)
7070
* [Links](references/links.md)
71+
* [Network Ports](references/ports.md)
7172
* [Unix Rosetta Stone](references/rosetta.htm)
7273

7374
[gimmick:themechooser](Wiki Theme)

references/ports.md

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
# Networking Port Reference #
2+
*TODO* - Switch the NAME: and the PORT # so the port numbers go first.
3+
4+
## TCP Discovery Ports: ##
5+
* 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+
* 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 Microsoft DS
20+
* 514 RSH
21+
* 515 Printers
22+
* 631 CUPS
23+
* 1352 Lotus Notes
24+
* 2049 NFS
25+
* 3000 Webrick (Ruby Webserver)
26+
* 3389 RDP
27+
* 4949 Munin
28+
* 5060 SIP
29+
* 5631-5632 PCAnywhere
30+
* 5666 Nagios server/NRPE(*nix)/NSCLIENT++(win)
31+
* 5900-5906 VNC (Same as X11; display over VNC. SPICE is usually in this range as well)
32+
* 6000-6009 Xll (seexspy, xwd, xkeyforexploitation)
33+
* 8006 Proxmox
34+
* 8080 Alt-HTTP
35+
* 8089 Splunk (also on 8000)
36+
* 8000 Another HTTP (mezzanine in development mode for example)
37+
* 8834 Nessus HTTPS
38+
* 8443 AltHTTPS
39+
* 9080 Alt-HTTPtomcat
40+
* 9443 vSphere
41+
* 9100 Printers
42+
* 17500 Dropbox lansync
43+
44+
## UDP Discovery: ##
45+
* easy copy - `53,111,123,161,177,500,514,623,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+
* 623 IPMI (easy crack or auth bypass)
54+
* 1194 OpenVPN
55+
* 1434 MSSQL Ping
56+
* 1900 UPNP
57+
* 17185 vxworks debug
58+
59+
## Authentication Ports: ##
60+
* easy copy - `80,902,1494,5985,5986,6129,8200,9084`
61+
* 80,5985,5986 WinRM (5985 (HTTP), 5986 (HTTPS))
62+
* 902,8200,9084 VMware Server
63+
* 1494 Citrix
64+
* 6129 DameWare
65+
66+
## Easy-win Ports: ##
67+
* easy copy - `1098-1099,3299,3632,4848,6002,7002,8500,9060,10000,11211`
68+
* 1098-1099 Java RMI
69+
* 3299 SAP Router
70+
* 3632 DistCC
71+
* 4848 GlassFish
72+
* 6002,7002 (Sentinel license monitor (reverse dir traversal, sometimes as SYSTEM))
73+
* 8500 Coldfusion default stand alone
74+
* 9060 IBM Web Sphere
75+
* 10000 Webmin or BackupExec
76+
* 11211 memcached
77+
78+
## Database Ports: ##
79+
* easy copy - `1433,1521-1527,1583,3351,2100,3050,3306,5000,5432,5433,8471,9471`
80+
* 1433 MSSQL
81+
* 1521-1527 Oracle TNS Listener
82+
* 1583,3351 PervasiveSQL
83+
* 2100 Oracle XDB
84+
* 3050 Firebird/Interbase
85+
* 3306 MySQL
86+
* 5000 Sybase
87+
* 5432 PostgreSQL
88+
* 5433 PostgreSQL 9.2
89+
* 8471,9471 DB2/AS400
90+
91+
## SCADA / ICS:##
92+
(source: http://www.digitalbond.com/tools/the-rack/control-system-port-list/ )
93+
* BACnet/IP: UDP/47808
94+
* DNP3: TCP/20000, UDP/20000
95+
* EtherCAT: UDP/34980
96+
* Ethernet/IP: TCP/44818, UDP/2222, UDP/44818
97+
* FL-net: UDP/55000-55003
98+
* Foundation Fieldbus HSETCP/1089-1091, UDP/1089-1091
99+
* ICCP: TCP/102
100+
* Modbus TCP: TCP/502
101+
* OPC UA Binary: Vendor Application Specific
102+
* OPC UA Discovery Server: TCP/4840
103+
* OPC UA XML: TCP/80, TCP/443
104+
* PROFINET: TCP/34962-34964, UDP/34962-34964
105+
* ROC PLus: TCP/UDP 4000
106+
107+
## Interesting Port Ranges: ##
108+
* 8000-9000 HTTP(S) Ports
109+
110+
## Web easy-win URLs: ##
111+
(moved to: https://etherpad.mozilla.org/weburl-easywins )
112+
`awk '$2~/tcp$/' nmap-services | sort -r -k3 | head -n 1000` # same for udp

0 commit comments

Comments
 (0)