Waldo - Hackthebox.eu

Box just got retired. For the points it gets on HTB.eu, I found it quite challenging… Enumeration As always, nmap to get going: [bash] sudo nmap -sC -sV -oA inital -p- 10.10.10.87 Starting Nmap 7.70 ( <a href="https:…

Hawk - Hackthebox.eu

This box requires you to fumble around with SSL and .enc files. Takes some bruteforcing and luck… Enumeration Nmap ftw. [bash] nmap -sC -sV -o- -oA initial 10.10.10.102 Nmap 7.70 scan initiated Wed Jul 18 18:42:26 2018 as: nmap -sC -sV -p- -oA…