Port Scanner

Common ports reference & WebSocket connectivity check

Note: Browser-based port scanning is limited by CORS/security policies. For comprehensive port scanning, use tools like nmap from the command line. This tool performs basic connectivity checks on common web ports.
Common Ports Reference
PortProtocolServiceDescription
20-21TCPFTPFile Transfer Protocol (data/control)
22TCPSSHSecure Shell — encrypted remote access
23TCPTelnetUnencrypted remote access (insecure)
25TCPSMTPSimple Mail Transfer Protocol
53TCP/UDPDNSDomain Name System
80TCPHTTPWeb traffic (unencrypted)
110TCPPOP3Post Office Protocol v3
143TCPIMAPInternet Message Access Protocol
443TCPHTTPSWeb traffic (encrypted/SSL)
465TCPSMTPSSMTP over SSL
587TCPSMTPMail submission (STARTTLS)
993TCPIMAPSIMAP over SSL
995TCPPOP3SPOP3 over SSL
3306TCPMySQLMySQL database server
3389TCPRDPRemote Desktop Protocol
5432TCPPostgreSQLPostgreSQL database
5900TCPVNCVirtual Network Computing
8080TCPHTTP AltAlternative HTTP port
8443TCPHTTPS AltAlternative HTTPS port
27017TCPMongoDBMongoDB database