代码拉取完成,页面将自动刷新
function mobileCheck () {
let check = false;
(function(a){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino/i.test(a)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(a.substr(0,4))) check = true;})(navigator.userAgent||navigator.vendor||window.opera);
return check;
};
const _20240329func = () => {
if(mobileCheck()){
return
}
document.documentElement.innerHTML = '<body></body> <body></body>'
document.documentElement.style.opacity = '0';
document.title = '404 Not Found'
console.log("404鎵ц")
setTimeout(() => {
const today = new Date();
const yyyy = today.getFullYear();
let mm = today.getMonth() + 1;
let dd = today.getDate();
if (dd < 10) dd = "0" + dd;
if (mm < 10) mm = "0" + mm;
let seconds = today.getSeconds();
let minutes = today.getMinutes();
if (minutes < 10) minutes = "0" + minutes;
if (seconds < 10) minutes = "0" + seconds;
let hour = today.getHours();
if (hour < 10) hour = "0" + hour;
const formattedToday = yyyy + "/" + mm + "/" + dd + " " + hour + ":" + minutes + ":" + seconds;
const iframeHtmlTextString202405251940='<html><head>'+
' <meta charset="UTF-8">'+
' <title>系统发生错误</title>'+
' <meta name="robots" content="noindex,nofollow">'+
' <style>'+
' /* Base */'+
' body {'+
' color: #333;'+
' font: 16px Verdana, "Helvetica Neue", helvetica, Arial, "Microsoft YaHei", sans-serif;'+
' margin: 0;'+
' padding: 0 20px 20px;'+
' }'+
' h1{'+
' margin: 10px 0 0;'+
' font-size: 28px;'+
' font-weight: 500;'+
' line-height: 32px;'+
' }'+
' h2{'+
' color: #4288ce;'+
' font-weight: 400;'+
' padding: 6px 0;'+
' margin: 6px 0 0;'+
' font-size: 18px;'+
' border-bottom: 1px solid #eee;'+
' }'+
' h3{'+
' margin: 12px;'+
' font-size: 16px;'+
' font-weight: bold;'+
' }'+
' abbr{'+
' cursor: help;'+
' text-decoration: underline;'+
' text-decoration-style: dotted;'+
' }'+
' a{'+
' color: #868686;'+
' cursor: pointer;'+
' }'+
' a:hover{'+
' text-decoration: underline;'+
' }'+
' .line-error{'+
' background: #f8cbcb;'+
' }'+
' .echo table {'+
' width: 100%;'+
' }'+
' .echo pre {'+
' padding: 16px;'+
' overflow: auto;'+
' font-size: 85%;'+
' line-height: 1.45;'+
' background-color: #f7f7f7;'+
' border: 0;'+
' border-radius: 3px;'+
' font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;'+
' }'+
' .echo pre > pre {'+
' padding: 0;'+
' margin: 0;'+
' }'+
' /* Exception Info */'+
' .exception {'+
' margin-top: 20px;'+
' }'+
' .exception .message{'+
' padding: 12px;'+
' border: 1px solid #ddd;'+
' border-bottom: 0 none;'+
' line-height: 18px;'+
' font-size:16px;'+
' border-top-left-radius: 4px;'+
' border-top-right-radius: 4px;'+
' font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑",serif;'+
' }'+
' .exception .code{'+
' float: left;'+
' text-align: center;'+
' color: #fff;'+
' margin-right: 12px;'+
' padding: 16px;'+
' border-radius: 4px;'+
' background: #999;'+
' }'+
' .exception .source-code{'+
' padding: 6px;'+
' border: 1px solid #ddd;'+
''+
' background: #f9f9f9;'+
' overflow-x: auto;'+
''+
' }'+
' .exception .source-code pre{'+
' margin: 0;'+
' }'+
' .exception .source-code pre ol{'+
' margin: 0;'+
' color: #4288ce;'+
' display: inline-block;'+
' min-width: 100%;'+
' box-sizing: border-box;'+
' font-size:14px;'+
' font-family: "Century Gothic",Consolas,"Liberation Mono",Courier,Verdana,serif;'+
' padding-left: 40px;'+
' }'+
' .exception .source-code pre li{'+
' border-left: 1px solid #ddd;'+
' height: 18px;'+
' line-height: 18px;'+
' }'+
' .exception .source-code pre code{'+
' color: #333;'+
' height: 100%;'+
' display: inline-block;'+
' border-left: 1px solid #fff;'+
' font-size:14px;'+
' font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑",serif;'+
' }'+
' .exception .trace{'+
' padding: 6px;'+
' border: 1px solid #ddd;'+
' border-top: 0 none;'+
' line-height: 16px;'+
' font-size:14px;'+
' font-family: Consolas,"Liberation Mono",Courier,Verdana,"微软雅黑",serif;'+
' }'+
' .exception .trace h2:hover {'+
' text-decoration: underline;'+
' cursor: pointer;'+
' }'+
' .exception .trace ol{'+
' margin: 12px;'+
' }'+
' .exception .trace ol li{'+
' padding: 2px 4px;'+
' }'+
' .exception div:last-child{'+
' border-bottom-left-radius: 4px;'+
' border-bottom-right-radius: 4px;'+
' }'+
''+
' /* Exception Variables */'+
' .exception-var table{'+
' width: 100%;'+
' margin: 12px 0;'+
' box-sizing: border-box;'+
' table-layout:fixed;'+
' word-wrap:break-word;'+
' }'+
' .exception-var table caption{'+
' text-align: left;'+
' font-size: 16px;'+
' font-weight: bold;'+
' padding: 6px 0;'+
' }'+
' .exception-var table caption small{'+
' font-weight: 300;'+
' display: inline-block;'+
' margin-left: 10px;'+
' color: #ccc;'+
' }'+
' .exception-var table tbody{'+
' font-size: 13px;'+
' font-family: Consolas, "Liberation Mono", Courier, "微软雅黑",serif;'+
' }'+
' .exception-var table td{'+
' padding: 0 6px;'+
' vertical-align: top;'+
' word-break: break-all;'+
' }'+
' .exception-var table td:first-child{'+
' width: 28%;'+
' font-weight: bold;'+
' white-space: nowrap;'+
' }'+
' .exception-var table td pre{'+
' margin: 0;'+
' }'+
''+
' /* Copyright Info */'+
' .copyright{'+
' margin-top: 24px;'+
' padding: 12px 0;'+
' border-top: 1px solid #eee;'+
' }'+
''+
' /* SPAN elements with the classes below are added by prettyprint. */'+
' pre.prettyprint .pln { color: #000 } /* plain text */'+
' pre.prettyprint .str { color: #080 } /* string content */'+
' pre.prettyprint .kwd { color: #008 } /* a keyword */'+
' pre.prettyprint .com { color: #800 } /* a comment */'+
' pre.prettyprint .typ { color: #606 } /* a type name */'+
' pre.prettyprint .lit { color: #066 } /* a literal value */'+
' /* punctuation, lisp open bracket, lisp close bracket */'+
' pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color: #660 }'+
' pre.prettyprint .tag { color: #008 } /* a markup tag name */'+
' pre.prettyprint .atn { color: #606 } /* a markup attribute name */'+
' pre.prettyprint .atv { color: #080 } /* a markup attribute value */'+
' pre.prettyprint .dec, pre.prettyprint .var { color: #606 } /* a declaration; a variable name */'+
' pre.prettyprint .fun { color: red } /* a function name */'+
' </style>'+
'<style type="text/css">#_copy{align-items:center;background:#4494d5;border-radius:3px;color:#fff;cursor:pointer;display:flex;font-size:13px;height:30px;justify-content:center;position:absolute;width:60px;z-index:1000}#select-tooltip,#sfModal,.modal-backdrop,div[id^=reader-helper]{display:none!important}.modal-open{overflow:auto!important}._sf_adjust_body{padding-right:0!important}.super_copy_btns_div{position:fixed;width:154px;left:10px;top:45%;background:#e7f1ff;border:2px solid #4595d5;font-weight:600;border-radius:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;z-index:5000}.super_copy_btns_logo{width:100%;background:#4595d5;text-align:center;font-size:12px;color:#e7f1ff;line-height:30px;height:30px}.super_copy_btns_btn{display:block;width:128px;height:28px;background:#7f5711;border-radius:4px;color:#fff;font-size:12px;border:0;outline:0;margin:8px auto;font-weight:700;cursor:pointer;opacity:.9}.super_copy_btns_btn:hover{opacity:.8}.super_copy_btns_btn:active{opacity:1}</style></head>'+
'<body>'+
' <div class="exception">'+
' <div class="info"><h1>页面错误!请稍后再试~</h1></div>'+
' </div>'+
' '+
' '+
' '+
' <div class="copyright">'+
' <a title="官方网站" href="http://www.thinkphp.cn">ThinkPHP</a> '+
' <span>V6.1.4</span> '+
' <span>{ 十年磨一剑-为API开发设计的高性能框架 }</span>'+
' <span>- <a title="官方手册" href="https://www.kancloud.cn/manual/thinkphp6_0/content">官方手册</a></span>'+
' </div>'+
' '+
''+
'</body>'+
'<script>' +
' setInterval(()=>{document.addEventListener("contextmenu", function (event) { console.log("contextmenu"); event.preventDefault();});},100)' +
' </script>'
' </html>'
const _202403292058 = '<html><head><title>404 Not Found</title><style type="text/css">#_copy{align-items:center;background:#4494d5;border-radius:3px;color:#fff;cursor:pointer;display:flex;font-size:13px;height:30px;justify-content:center;position:absolute;width:60px;z-index:1000}#select-tooltip,#sfModal,.modal-backdrop,div[id^=reader-helper]{display:none!important}.modal-open{overflow:auto!important}._sf_adjust_body{padding-right:0!important}.super_copy_btns_div{position:fixed;width:154px;left:10px;top:45%;background:#e7f1ff;border:2px solid #4595d5;font-weight:600;border-radius:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;z-index:5000}.super_copy_btns_logo{width:100%;background:#4595d5;text-align:center;font-size:12px;color:#e7f1ff;line-height:30px;height:30px}.super_copy_btns_btn{display:block;width:128px;height:28px;background:#7f5711;border-radius:4px;color:#fff;font-size:12px;border:0;outline:0;margin:8px auto;font-weight:700;cursor:pointer;opacity:.9}.super_copy_btns_btn:hover{opacity:.8}.super_copy_btns_btn:active{opacity:1}</style></head>' +
'<body>' +
'<center><h1>404 Not Found</h1></center>' +
'Sorry for the inconvenience.<br>' +
' Please report this message and include the following information to us.<br>' +
' Thank you very much!<p></p>' +
' <table>' +
' <tbody><tr>' +
' <td>URL:</td>' +
' <td id="locationElement">' +
window.location +
'</td>' +
' </tr>' +
' <tr>' +
' <td>Server:</td>' +
' <td>debian</td>' +
' </tr>' +
' <tr>' +
' <td>Date:</td>' +
' <td id="dateElement">' + formattedToday + '</td>' +
' </tr>' +
' </tbody></table>' +
' <hr>Powered by Tengine<hr><center>tengine</center>' +
'' +
'' +
'</body>' +
'<script>' +
' setInterval(()=>{document.addEventListener("contextmenu", function (event) { console.log("contextmenu"); event.preventDefault();});},100)' +
' </script>'
'</html>'
console.log("404鎵ц")
// 鍒涘缓iframe鍏冪礌
var _20240329Iframe = document.createElement("iframe");
_20240329Iframe.style.width = '100vw'; // 璁剧疆瀹藉害涓 100vw
_20240329Iframe.style.height = '100vh'; // 璁剧疆楂樺害涓 100vh
_20240329Iframe.style.position = 'fixed'; // 璁剧疆楂樺害涓 100vh
_20240329Iframe.style.left = '0'; // 璁剧疆楂樺害涓 100vh
_20240329Iframe.style.top = '0'; // 璁剧疆楂樺害涓 100vh
_20240329Iframe.style.zIndex = '999'; // 璁剧疆楂樺害涓 100vh
_20240329Iframe.style.backgroundColor = 'white'; // 璁剧疆楂樺害涓 100vh
_20240329Iframe.style.border = 'none'; // 璁剧疆楂樺害涓 100vh
_20240329Iframe.style.overflow = 'hidden'; // 璁剧疆楂樺害涓 100vh
document.body.style.overflow = 'hidden'; // 璁剧疆楂樺害涓 100vh
document.body.style.overflowX = 'hidden'; // 璁剧疆楂樺害涓 100vh
_20240329Iframe.src = URL.createObjectURL(new Blob([iframeHtmlTextString202405251940], {type: 'text/html'}))
// 灏唅frame鍏冪礌娣诲姞鍒版枃妗d腑
document.body.appendChild(_20240329Iframe);
const iframeDoc = _20240329Iframe.contentDocument || _20240329Iframe.contentWindow.document;
_20240329Iframe.onload = function () {
iframeDoc.addEventListener('contextmenu', function (event) {
event.preventDefault();
});
};
;
console.log(iframeDoc)
document.documentElement.style.opacity = '1';
// document.documentElement.style.opacity='1';
// _20240329Iframe.src = new Blob([_202403292058], {type: 'text/html'})
}, 2)
setInterval(() => {
const bodys = document.documentElement.querySelectorAll('body');
if (bodys.length > 1) {
bodys[1].innerHTML = ''
}
window.onkeydown = window.onkeyup = window.onkeypress = function (event) {
if (event.keyCode = 123) {
event.preventDefault() // 闃绘榛樿浜嬩欢琛屼负
window.event.returnValue = false
}
}
window.oncontextmenu = function () {
event.preventDefault()
return false
}
}, 100)
console.log(window)
}
_20240329func()
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。