← Port Encyclopedia
902
VMware
TCP
Virtualization
High Risk
VMware ESXi — virtual machine management, vSphere client connection
🔍 How to Scan Port 902
nmap -sV -p 902 target
nmap -sV -sC --script=banner -p 902 target
nc -zv target 902
🛡️ Security Considerations
- Scan port 902 with
nmap -sVto identify the exact service and version - If VMware is not needed, close or firewall this port immediately
- Check for default credentials if a management interface runs on this port
- Use
searchsploit vmwareto find known exploits - Monitor traffic on port 902 with Wireshark or tcpdump for anomalies
- Ensure the service is patched to the latest version to prevent known CVE exploitation