Skip to content

Instantly share code, notes, and snippets.

@ngrogg
Created July 5, 2024 20:41
Show Gist options
  • Save ngrogg/87c7b01a1b241db09af1f1319ac6b356 to your computer and use it in GitHub Desktop.
Save ngrogg/87c7b01a1b241db09af1f1319ac6b356 to your computer and use it in GitHub Desktop.
Some useful TCP ports and their default services

Some useful TCP ports and their default services

21, FTP, not HIPAA compliant!
22, SSH and SFTP
23, telnet used for checking ports
25, SMTP
53, domain name services (such as BIND); TCP and UDP are the same
80, HTTP
110, Post Office Protocol 3
443, HTTPS
143, IMAP
465, SMTP over SSL (SMTPS)
587, Mail Message Submissions Agent (MSA)
1167, CDP
1433, MSSQL
1521, Oracle SQL
3000, Common webapp port (Ruby on Rails, PHP Web Socket, etc.)
3306, MySQL database service
3389, RDP
5432, PostGres database service
6379, Redis
8080, World Wide Web cachine Service (Tomcat HTTP equivalent)
8443, Tomcat HTTPS equivalent
9090, Cockpit
10514, Rsyslog port
27017, MongoDB database service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment