Hack The Box: Mentor
Description Mentor is a medium Hack The Box machine that features: Subdomain Enumerating to discover an API domain API domain endpoint discovery SNMP enumeration to discover community string and credentials API Command Injection to get a shell in a Docker container Docker container escape by using Postgres database credentials Privilege Escalation by using credential leaked in SNMP server configuration file 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.193. ...