📄️ SSH - 22
SSH (Secure Shell) is a protocol used to securely connect to remote computers over a network. It encrypts data to keep communication private and safe.
📄️ FTP - 21
The File Transfer Protocol (FTP) serves as a standard protocol for file transfer across a computer network between a server and a client.
📄️ DNS - 53
The Domain Name System (DNS) is a hierarchical and decentralized naming system used to resolve human-readable domain names (like example.com) into IP addresses that computers use to identify each other on the network.
📄️ SMB - 139/445
SMB (Server Message Block) is a network protocol for sharing files, printers, and more between computers.
📄️ NFS - 2049
The Network File System (NFS) is a distributed file system protocol that allows a user on a client computer to access files over a network much like local storage is accessed.
📄️ SMTP - 25/465/587
The Simple Mail Transfer Protocol (SMTP) is a protocol used for sending and routing emails between mail servers over the internet.
📄️ IMAP - 143/993
The Internet Message Access Protocol (IMAP) is a protocol used by email clients to retrieve and manage email messages stored on a mail server.
📄️ POP3 - 110/995
The Post Office Protocol version 3 (POP3) is a protocol used by email clients to retrieve emails from a remote mail server.
📄️ SNMP - 161
The Simple Network Management Protocol (SNMP) is a protocol used for monitoring, managing, and configuring network devices such as routers, switches, and servers.
🗃️ Database Services
2 items
📄️ RDP - 3389
The Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft that allows users to connect to and control a remote computer over a network.
📄️ LDAP - 389/636
LDAP (Lightweight Directory Access Protocol) is an open, vendor-neutral protocol used for accessing and managing directory services over a network. It provides a structured way to store, retrieve, and modify directory information, such as user credentials, organizational hierarchies, and access control lists.