🥷
TryHackMe
  • 🥷TryHackMe
  • Web Hacking Fundamentals
    • OWASP Top10
      • Task 5
      • Task 7
      • Task 8~11
      • Task 12~16
      • Task 20
      • Task 21~26
      • Task 29
  • Jr Penetration Tester
    • Introduction to Cyber Security
  • Red Teaming
    • Red Team Fundamentals
  • EXTRA
    • Advent of Cyber 2022
      • Day 1
      • Day 2
      • Day 3
      • Day 4
      • Day 5
      • Day 6
      • Day 7
      • Day 8
      • Day 9
      • Day 10
      • Day 11
Powered by GitBook
On this page
  • Use Hydra to find the VNC password of the target with IP address MACHINE_IP. What is the password?
  • 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?
  1. EXTRA
  2. Advent of Cyber 2022

Day 5

PreviousDay 4NextDay 6

Last updated 2 years ago

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

1q2w3e4r

  • 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?

Connect to vnc with the credentials found in the step above

THM{I_SEE_YOUR_SCREEN}