Source Code
Last updated
Last updated
UpDown HTB
Direct Access set to false
Get the page
If the page doesn't have /bin, usr, home, var, etc
Then it does an include on the page variable and appends .php (on any file)
Else, it includes checker.php
It's possible to get command execution just through $_GET['page']
Take the output and append it to /?page=
If system isn't a disabled function this can be used
We can pull the index.php file encoded in base64 using this wrapper in the GET request
Good example: