Chatterbox - Hackthebox.eu

This box was just retired on Hackthebox.eu. It involves getting to exploit the infamous achat application. Lets see how to get root on this machine! Enumeration As always, we start with an nmap scan: [bash] nmap -sV -sC -oA initial-nmap 10.10.10.74 [/bash] The -sU triggers all…