A port is a virtual point where network connections start and end. They help identify specific processes or types of network services.
An open port means a service is actively listening for incoming connections on that port.
Ports that are not needed should be closed to reduce the attack surface. Only ports for necessary services (like 80 for HTTP) should remain open.
By default, we scan common ports like 21 (FTP), 22 (SSH), 25 (SMTP), 80 (HTTP), 443 (HTTPS), and database ports.
Yes, you can enter a comma-separated list of specific ports you want to check in the input field.