-
Notifications
You must be signed in to change notification settings - Fork 1
Writeup: Advent of Cyber 4 Day 5
AtomicMaya edited this page Dec 5, 2022
·
1 revision
Link: Advent Of Cyber 4 on TryHackMe
Use Hydra to find the VNC password of the target with IP address
$MACHINE_IP
. What is the password?
We run nmap
in service discovery mode like so: nmap -sS $IP
to check that VNC is running on the machine.
We then run hydra
to find the password for mark
: hydra -P /usr/share/wordlists/rockyou.txt $IP vnc
Answer: 1q2w3e4r
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?
We use Remmina:
We enter the password that we found before:
We then find the password:
Answer: THM{I_SEE_YOUR_SCREEN}