Post 05 - Being a brute

05 Dec 2022

Task 10, Day 05, Brute-Forcing He knows when you’re awake

Remote Access Services

Authentication

Make claim, like owner of username, and prove claim.

Attacking Passwords

Some types of attacks:

The Task

Find VNC password of target and get flag through VNC connection.

Methodology

Scan target with nmap to find ssh/vnc services. Use Hydra to try common passwords against protocols including SSH, VNC, FTP, POP3, IMAP, SMTP, and all HTTP related methods. Syntax: hydra -l username -P wordlist.txt server service or hydra -l username -P wordlist.txt service://server

Optional arguments:

Flag captured.