06 Jan 2023
This is leveraging SMTP information to gain SSH access to the system. The previous enumeration revealed an open SSH port, a username, and the type of SMTP server and OS running.
Hyrda syntax:
hydra -t 16 -l [username] -P /path/to/wordlist.txt -vV [ip address] protocol
Login through SSH and grab the flag.
Done and done.