Olympus Writeup by Saiyajin

Check this out, i just published it:
https://0xsaiyajin.github.io/writeup/2018/09/25/hackthebox-olympus-writeup-eng.html

Hello @Saiyajin,

nice write-up.

I used the airgeddon offline cracker that is included with the tool, maybe is a bit faster than john.
I also used a small bash line to do the port knocking, I paste it to give another alternative:

for x in 3456 8234 62431; do nmap -Pn --host_timeout 201 --max-retries 0 -p $x 10.10.10.83; done

Good job :slight_smile:

Regards.

Thank you @Saiyajin , nice write-up!

Regards

Good attempt.

Thank you for writing.

Please avoid using Metasploit because OSCP puts limitations on the use of Metasploit .

Try using manual methods instead of Metasploit.

Otherwise a good effort.

Thanks.