Post 32 - Soggy Morning Toilet Paper

06 Jan 2023

Exploiting SMTP

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

The Task

Login through SSH and grab the flag.

Done and done.