Day 5
Use Hydra to find the VNC password of the target with IP address MACHINE_IP. What is the password?
Section titled “Use Hydra to find the VNC password of the target with IP address MACHINE_IP. What is the password?”hydra -P /usr/share/wordlists/rockyou.txt vnc://10.10.185.111 -V -f -t 4
- Alternative method with nmap scripts

Using a VNC client on the AttackBox, connect to the target of IP address MACHINE_IP. What is the flag written on the target’s screen?
Section titled “Using a VNC client on the AttackBox, connect to the target of IP address MACHINE_IP. What is the flag written on the target’s screen?”Connect to vnc with the credentials found in the step above
