TryHackMe CTF: Dogcat (Medium)
Exploit a PHP web application vulnerabilities including Local File Inclusion (LFI), log poisoning for code execution, and container escape techniques to achieve root access on the underlying host system.
Exploit a PHP web application vulnerabilities including Local File Inclusion (LFI), log poisoning for code execution, and container escape techniques to achieve root access on the underlying host system.
Exploits a simple Local File Inclusion (LFI) vulnerability in a web application’s article parameter to read sensitive system files. Leverages directory traversal via ../../../../ syntax to access /etc/passwd for user enumeration and read both user and root flag files directly.