Port Scanner
Check which ports are open on a server
Why scan ports?
Port scanning lets you check which network services are accessible from the internet. Every open port is a potential entry point — best practice is to close unused ports with a firewall.
! Warning: ports 3306 (MySQL) and 5432 (PostgreSQL) should never be publicly accessible.