Hack The Box: Awkward
Description Awkward is a medium Hack The Box machine that features: API Enumeration to obtain web application credentials Server Side Request Forgery in web application to discover internal web application hosting documentation Reading documentation about an insecure endpoint vulnerable to file reading vulnerability leading to credential gathering Privilege Escalation via file writing in web server permission and mail command injection 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.10.11.185. ...