5900 - VNC
Virtual Network Computing (VNC) is a graphical desktop sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. It transmits the keyboard and mouse events
Nmap:
Script: vnc-info
Example Usage
Connect to VNC:
vncviewer $IP:5901
Brute Force with Metasploit
use auxiliary/scanner/vnc/vnc_login
Last updated