Quick reference for common ports, services, and security implications
Showing 73 of 73 ports
80
TCP
Hypertext Transfer Protocol
Unencrypted web traffic
443
TCP
HTTP over TLS/SSL
Encrypted web traffic
8080
TCP
Alternative HTTP port
Often used for proxies or dev servers
8443
TCP
Alternative HTTPS port
3000
TCP
Common Node.js development port
5000
TCP
Python Flask default port
8000
TCP
Django/Alternative HTTP
3306
TCP
MySQL Database Server
Database exposure is high risk
5432
TCP
PostgreSQL Database Server
27017
TCP
MongoDB Database Server
Often misconfigured with no auth
6379
TCP
Redis Key-Value Store
Often exposed without authentication
11211
TCP/UDP
Memcached Object Caching
Can be used for DDoS amplification
9200
TCP
Elasticsearch REST API
9300
TCP
Elasticsearch Node Communication
1433
TCP
Microsoft SQL Server
1521
TCP
Oracle Database
5984
TCP
Apache CouchDB
26257
TCP
CockroachDB
7000
TCP
Apache Cassandra
7001
TCP
Apache Cassandra SSL
25
TCP
Simple Mail Transfer Protocol
Often blocked by ISPs
465
TCP
SMTP over SSL (deprecated)
587
TCP
SMTP Submission
110
TCP
Post Office Protocol v3
995
TCP
POP3 over SSL
143
TCP
Internet Message Access Protocol
993
TCP
IMAP over SSL
20
TCP
FTP Data Transfer
21
TCP
FTP Control
Credentials sent in plaintext
22
TCP
Secure Shell / SFTP
Secure but targeted by brute force
69
UDP
Trivial File Transfer Protocol
No authentication
445
TCP
Server Message Block
WannaCry/EternalBlue target
139
TCP
NetBIOS Session Service
873
TCP
rsync File Synchronization
2049
TCP/UDP
Network File System
23
TCP
Telnet Remote Access
Unencrypted - never use!
3389
TCP
Remote Desktop Protocol
Common ransomware entry point
5900
TCP
Virtual Network Computing
5901
TCP
VNC Display :1
5902
TCP
VNC Display :2
5985
TCP
Windows Remote Management HTTP
5986
TCP
Windows Remote Management HTTPS
53
TCP/UDP
Domain Name System
DNS can be used for tunneling
88
TCP/UDP
Kerberos Authentication
123
UDP
Network Time Protocol
Can be used for DDoS amplification
161
UDP
Simple Network Management Protocol
Often uses default communities
162
UDP
SNMP Trap
389
TCP/UDP
Lightweight Directory Access Protocol
636
TCP
LDAP over SSL
1080
TCP
SOCKS Proxy
8888
TCP
HTTP Proxy
2375
TCP
Docker unencrypted
Unauth Docker API = full host access
2376
TCP
Docker encrypted
2377
TCP
Docker Swarm cluster
10250
TCP
Kubernetes Kubelet API
10255
TCP
Kubernetes Kubelet Read-Only
6443
TCP
Kubernetes API Server
4243
TCP
Docker (older)
67
UDP
DHCP Server
68
UDP
DHCP Client
111
TCP/UDP
RPC Portmapper
179
TCP
Border Gateway Protocol
514
UDP
System Logging
1194
UDP
OpenVPN
1723
TCP
Point-to-Point Tunneling Protocol
Deprecated, insecure
1883
TCP
Message Queuing Telemetry Transport
4444
TCP
Metasploit default handler
Common reverse shell port
5672
TCP
RabbitMQ AMQP
8161
TCP
Apache ActiveMQ Web Console
9000
TCP
PHP FastCGI Process Manager
9090
TCP
Prometheus Monitoring
9092
TCP
Apache Kafka
50070
TCP
Hadoop NameNode Web UI