killchain-compendium/misc/PayloadsAllTheThings/Upload Insecure Files/Configuration Busybox httpd...
Stefan Friese 4427517c17 bump 2022-05-31 21:08:28 +02:00
..
README.md bump 2022-05-31 21:08:28 +02:00
httpd.conf bump 2022-05-31 21:08:28 +02:00
shellymcshellface.sh bump 2022-05-31 21:08:28 +02:00

README.md

If you have upload access to a non /cgi-bin folder - upload a httpd.conf and configure your own interpreter.

Details from Busybox httpd.c

abbf17abcc/networking/httpd.c (L60)

*.php:/path/php # run xxx.php through an interpreter`

If a sub directory contains config file, it is parsed and merged with any existing settings as if it was appended to the original configuration.

Watch out for Windows CRLF line endings messing up your payload (you will just get 404 errors) - you cant see these in Burp :)