Hack The Box: VariaType
Description VariaType is a medium Hack The Box machine that features: Arbitrary File Write in a web application using Python fontTools library Subdomain Enumeration to find a management dashboard Upload of malicious PHP file leads to Remote Command Execution User Pivoting by leveraging Command Injection vulnerability in Python FontForge library Privilege Escalation via a vulnerable Python script executable by root allowing Arbitrary File Write 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.10.139. ...