https://92051.com/

Submitted URL:
https://92051.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 11 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
urlEnterstring
btnobject
getRandomElementsfunction
showUrlsfunction
isJumpedboolean
validHostsobject
checkRemoteAccessfunction

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://92051.com/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="zh-CN"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>488体育</title>
<style>
  body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
  }

  .container {
    max-width: 100%;
    width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;height: 100vh;
  }

  .content {
    color: #333;
  }
  .img{display: inline-block;width: 70%;flex-grow: 1;display: flex;flex-direction: column;justify-content: center;}
  .img-img{width: 100%;}
  .btn{display: inline-block;color: white;background: #4285f4;border-radius: 5px;width: 70%;padding: 0.5rem 0;margin: 1.5rem 0 1rem;cursor: pointer;}
  .footer{color:#ccc;font-size: 1rem;}
</style>
</head>
<body>
<div class="container">
    <div class="img"><img class="img-img" src="./dun.png" alt=""></div>
    
    <p class="content">安全检测完成,网络状态良好</p>    <div class="btn" id="btn">点击进入</div>
    <div class="footer">
        <p>安全软件提供技术支持</p>
        <p>©2024 Website Detection All Rights Reserved</p>
    </div>
</div>

<script>
var urlEnter = 'https://sxpvhknauebj.top/r/0001'
var btn = document.getElementById('btn')
btn.addEventListener('click', function() {
    // window.location.href = urlEnter
    window.open(urlEnter, '_blank');
})
function getRandomElements(arr, num){
    let res = []
    if (!Array.isArray(arr) || arr.length === 0 || num <= 0) {
        return res
    }
    arr.sort(function () {
        return Math.random() - 0.5; // 值为 -0.5 ~ 0.5 的随机数
    })
    if(arr.length<num){
        res = [...arr]
        for(let i=0;i<num-arr.length;i++){
            let r = arr[Math.floor(Math.random()*arr.length)]
            res = [...res, r]
        }
    }else{
        res = arr.slice(0,num)
    }
    return res
}
function showUrls(urls){
    for(let i=0;i<urls.length;i++){
        urlEnter = urls[i]
        break
    }
}
(function(){
    this.isJumped = false
    this.validHosts = []
    this.checkRemoteAccess = (host) => {
        let _that = this
        let img = new Image()
        img.src = 'https://'+host+'/kc268-1/logo/logo_h5.png' // 只能放图片网址,不能放文本网址
        img.onerror = () => {}
        img.onload = () => {
            this.validHosts.push(host)
            let enterSites = []; // 进站网址
            for(rr of this.validHosts){
                let siteUrl = '0001' ? 'https://'+rr+'/r/0001' : 'https://'+rr
                                enterSites.push(siteUrl)
                break;
            }
            showUrls(getRandomElements(enterSites,1))
        }
    }
    for (let host of ["coqapfwlrjaz.top","l3nc7q4xm.top","sxpvhknauebj.top","qlkf1jpdo.top","qbjr4jvrn.top","lkpj1stu7.top"]) {
        this.checkRemoteAccess(host)
    }
})()

</script>


</body></html>