Hack The Box: Gavel
Description Gavel is a medium Hack The Box machine that features: Webpage enumeration to find a Git repository with the source code of the web application Brute force of a login form with a found username to access to the administrator dashboard Remote Command Execution in web application allowing the entering of PHP code entered by the user User Pivoting by password reuse Privilege Escalation via bypassing PHP disallowed functions and the web application vulnerability with commands executed as root user. Footprinting First, we are going to check with ping command if the machine is active and the system operating system. The target machine IP address is 10.129.19.185. ...