Domain w5448.com
Hong Kong
MICROSOFT-CORP-MSN-AS-BLOCK
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Git configuration and history exposed
    First seen 2022-09-23 15:01
    Last seen 2023-03-25 01:05
    Open for 182 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a652267a6ad7c

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = root@6669786.com:lottery-site/lottery-repo-js85
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2022-09-23 15:01
      272 Bytes
  • Git configuration and history exposed
    First seen 2022-09-23 15:01
    Last seen 2023-03-25 01:05
    Open for 182 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a652267a6ad7c

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = root@6669786.com:lottery-site/lottery-repo-js85
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2022-09-23 15:01
      272 Bytes
  • Open service 188.114.97.3:80 · w5448.com

    2026-01-10 06:00

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 06:00:59 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Fri, 09 Jan 2026 11:02:09 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Strict-Transport-Security: max-age=31536000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Cd74%2FWBfIU9DvC4hLDTBEtziVse74WDMQ0VKs%2FxtErTHgSVIsssujq2V0W9DcNOniksROCSd7BBuguZwg4ub4qqs5Gn0zX0sFA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb9f50bdb82fdbe-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
        <script>LA.init({id:"3G4N9Q4duBIy4IdT",ck:"3G4N9Q4duBIy4IdT"})</script>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <title>欢迎光临</title>
    </head>
    <body style="background: #e6eaeb;">
    <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
        <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
        <div style="color: #242424;font-size: 28px;padding:111px  0 20px">&#20449;&#35465;&#20445;&#35777;&#32;&#32;&#22823;&#39069;&#26080;&#24551;</div>
        <div style="margin: 25px 0 14px;color: #7b7b7b;font-size: 25px;">&#23448;&#26041;&#30452;&#33829;&#50;&#48;&#24180;&#20449;&#35465;&#21697;&#29260;</div>
        <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
    </div>
    <script>
        window.onload = function() {
            var canvas = document.getElementById('canvas'),
                ctx = canvas.getContext('2d'),
                ras = canvas.width / 2,
                index = 0;
            drawFrame();
    
            var redirectUrl = 'https://34.92.229.121:65435/mktland';
    
            function drawFrame() {
                ctx.clearRect(0, 0, canvas.width, canvas.height);
                ctx.save();
                ctx.translate(ras, ras);
                ctx.beginPath();
                ctx.lineWidth = ras * 0.08;
                ctx.strokeStyle = "#d1d2d4";
                ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                ctx.stroke();
                ctx.strokeStyle = "#00a2ff";
                ctx.lineWidth = ras * 0.12;
                ctx.beginPath();
                ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                ctx.stroke();
                ctx.textAlign = 'center';
                ctx.textBaseline = 'middle';
                ctx.font = ras / 2.2 + 'px Arial';
                ctx.fillText(index.toFixed(0) + '%', 0, 0);
                ctx.restore();
                document.title = '加载中 ' + index.toFixed(1) + '%';
    
                if (index < 99.2) {
                    if (index > 90) {
                        index += 1;
                        btn.innerHTML = '请点击进入';
                        btn.onclick = function() {
                            location.href = redirectUrl;
                        };
                        btn.style.background = '#36A11E';
                    } else if (index > 60) {
                        index += 1;
                    } else {
                        index += 3;
                    }
                    setTimeout(drawFrame, 20);
                } else if (index != 100) {
                    index = 100;
                    drawFrame();
                } else {
                    document.title = '请点击进入';
                }
            }
        };
    </script>
    </body>
    </html>
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:80 · w5448.com

    2026-01-10 06:00

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 06:00:59 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Fri, 09 Jan 2026 11:02:09 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Strict-Transport-Security: max-age=31536000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=FGlPKdFFwj1AZHTZ1D%2FbdoOZSADwva9v6kopVaVvhp0a2gwCkLDx%2FYd2PI83hMKfjjH1teFFcGEpir3VBYfPP%2FinW8OplUTaxYQw8nqqYfVEaMsfzA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb9f50bed160548-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
        <script>LA.init({id:"3G4N9Q4duBIy4IdT",ck:"3G4N9Q4duBIy4IdT"})</script>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <title>欢迎光临</title>
    </head>
    <body style="background: #e6eaeb;">
    <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
        <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
        <div style="color: #242424;font-size: 28px;padding:111px  0 20px">&#20449;&#35465;&#20445;&#35777;&#32;&#32;&#22823;&#39069;&#26080;&#24551;</div>
        <div style="margin: 25px 0 14px;color: #7b7b7b;font-size: 25px;">&#23448;&#26041;&#30452;&#33829;&#50;&#48;&#24180;&#20449;&#35465;&#21697;&#29260;</div>
        <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
    </div>
    <script>
        window.onload = function() {
            var canvas = document.getElementById('canvas'),
                ctx = canvas.getContext('2d'),
                ras = canvas.width / 2,
                index = 0;
            drawFrame();
    
            var redirectUrl = 'https://34.92.229.121:65435/mktland';
    
            function drawFrame() {
                ctx.clearRect(0, 0, canvas.width, canvas.height);
                ctx.save();
                ctx.translate(ras, ras);
                ctx.beginPath();
                ctx.lineWidth = ras * 0.08;
                ctx.strokeStyle = "#d1d2d4";
                ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                ctx.stroke();
                ctx.strokeStyle = "#00a2ff";
                ctx.lineWidth = ras * 0.12;
                ctx.beginPath();
                ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                ctx.stroke();
                ctx.textAlign = 'center';
                ctx.textBaseline = 'middle';
                ctx.font = ras / 2.2 + 'px Arial';
                ctx.fillText(index.toFixed(0) + '%', 0, 0);
                ctx.restore();
                document.title = '加载中 ' + index.toFixed(1) + '%';
    
                if (index < 99.2) {
                    if (index > 90) {
                        index += 1;
                        btn.innerHTML = '请点击进入';
                        btn.onclick = function() {
                            location.href = redirectUrl;
                        };
                        btn.style.background = '#36A11E';
                    } else if (index > 60) {
                        index += 1;
                    } else {
                        index += 3;
                    }
                    setTimeout(drawFrame, 20);
                } else if (index != 100) {
                    index = 100;
                    drawFrame();
                } else {
                    document.title = '请点击进入';
                }
            }
        };
    </script>
    </body>
    </html>
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:443 · w5448.com

    2026-01-10 06:00

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 06:01:00 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Fri, 09 Jan 2026 11:02:09 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Strict-Transport-Security: max-age=31536000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=krRWX7XgpfKUhD%2BoOpMOu3zloaY5hi0b%2FsyCLoTCGXyFsEALX%2BeK1lM3KmIV74Y1yK7XaDHq8baZD2PuaoD9%2B3h5rKRsfLqAeZcjfNBjaQQRIhg5Ug%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb9f50dab28420b-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
        <script>LA.init({id:"3G4N9Q4duBIy4IdT",ck:"3G4N9Q4duBIy4IdT"})</script>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <title>欢迎光临</title>
    </head>
    <body style="background: #e6eaeb;">
    <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
        <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
        <div style="color: #242424;font-size: 28px;padding:111px  0 20px">&#20449;&#35465;&#20445;&#35777;&#32;&#32;&#22823;&#39069;&#26080;&#24551;</div>
        <div style="margin: 25px 0 14px;color: #7b7b7b;font-size: 25px;">&#23448;&#26041;&#30452;&#33829;&#50;&#48;&#24180;&#20449;&#35465;&#21697;&#29260;</div>
        <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
    </div>
    <script>
        window.onload = function() {
            var canvas = document.getElementById('canvas'),
                ctx = canvas.getContext('2d'),
                ras = canvas.width / 2,
                index = 0;
            drawFrame();
    
            var redirectUrl = 'https://34.92.229.121:65435/mktland';
    
            function drawFrame() {
                ctx.clearRect(0, 0, canvas.width, canvas.height);
                ctx.save();
                ctx.translate(ras, ras);
                ctx.beginPath();
                ctx.lineWidth = ras * 0.08;
                ctx.strokeStyle = "#d1d2d4";
                ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                ctx.stroke();
                ctx.strokeStyle = "#00a2ff";
                ctx.lineWidth = ras * 0.12;
                ctx.beginPath();
                ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                ctx.stroke();
                ctx.textAlign = 'center';
                ctx.textBaseline = 'middle';
                ctx.font = ras / 2.2 + 'px Arial';
                ctx.fillText(index.toFixed(0) + '%', 0, 0);
                ctx.restore();
                document.title = '加载中 ' + index.toFixed(1) + '%';
    
                if (index < 99.2) {
                    if (index > 90) {
                        index += 1;
                        btn.innerHTML = '请点击进入';
                        btn.onclick = function() {
                            location.href = redirectUrl;
                        };
                        btn.style.background = '#36A11E';
                    } else if (index > 60) {
                        index += 1;
                    } else {
                        index += 3;
                    }
                    setTimeout(drawFrame, 20);
                } else if (index != 100) {
                    index = 100;
                    drawFrame();
                } else {
                    document.title = '请点击进入';
                }
            }
        };
    </script>
    </body>
    </html>
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:443 · w5448.com

    2026-01-10 06:00

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 06:01:00 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Fri, 09 Jan 2026 11:02:09 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Strict-Transport-Security: max-age=31536000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8Nnvni7j4kSo8Ao28hEoMyUN79%2Fqmea1B%2FrRr8wNfdfBCsBbpEns5AmjljM%2BK7L2%2BF4Ln4DvDSbHvVb9hUqKN3CXhBjaNNtLbr43XouUeGFm8IX0QA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb9f50dbca0005e-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
        <script>LA.init({id:"3G4N9Q4duBIy4IdT",ck:"3G4N9Q4duBIy4IdT"})</script>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <title>欢迎光临</title>
    </head>
    <body style="background: #e6eaeb;">
    <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
        <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
        <div style="color: #242424;font-size: 28px;padding:111px  0 20px">&#20449;&#35465;&#20445;&#35777;&#32;&#32;&#22823;&#39069;&#26080;&#24551;</div>
        <div style="margin: 25px 0 14px;color: #7b7b7b;font-size: 25px;">&#23448;&#26041;&#30452;&#33829;&#50;&#48;&#24180;&#20449;&#35465;&#21697;&#29260;</div>
        <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
    </div>
    <script>
        window.onload = function() {
            var canvas = document.getElementById('canvas'),
                ctx = canvas.getContext('2d'),
                ras = canvas.width / 2,
                index = 0;
            drawFrame();
    
            var redirectUrl = 'https://34.92.229.121:65435/mktland';
    
            function drawFrame() {
                ctx.clearRect(0, 0, canvas.width, canvas.height);
                ctx.save();
                ctx.translate(ras, ras);
                ctx.beginPath();
                ctx.lineWidth = ras * 0.08;
                ctx.strokeStyle = "#d1d2d4";
                ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                ctx.stroke();
                ctx.strokeStyle = "#00a2ff";
                ctx.lineWidth = ras * 0.12;
                ctx.beginPath();
                ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                ctx.stroke();
                ctx.textAlign = 'center';
                ctx.textBaseline = 'middle';
                ctx.font = ras / 2.2 + 'px Arial';
                ctx.fillText(index.toFixed(0) + '%', 0, 0);
                ctx.restore();
                document.title = '加载中 ' + index.toFixed(1) + '%';
    
                if (index < 99.2) {
                    if (index > 90) {
                        index += 1;
                        btn.innerHTML = '请点击进入';
                        btn.onclick = function() {
                            location.href = redirectUrl;
                        };
                        btn.style.background = '#36A11E';
                    } else if (index > 60) {
                        index += 1;
                    } else {
                        index += 3;
                    }
                    setTimeout(drawFrame, 20);
                } else if (index != 100) {
                    index = 100;
                    drawFrame();
                } else {
                    document.title = '请点击进入';
                }
            }
        };
    </script>
    </body>
    </html>
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3121::3:8443 · w5448.com

    2026-01-10 06:00

    HTTP/1.1 523 <none>
    Date: Sat, 10 Jan 2026 06:00:59 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bb9f50c7a944544-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:8443 · w5448.com

    2026-01-10 06:00

    HTTP/1.1 523 <none>
    Date: Sat, 10 Jan 2026 06:00:59 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bb9f50bddd49180-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 188.114.97.3:443 · w5448.com

    2026-01-10 06:00

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 06:01:00 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Fri, 09 Jan 2026 11:02:09 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Strict-Transport-Security: max-age=31536000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=SZdsJSqo0u7vEFUfs2zOcwK3PQw%2Bjx40lJGstee5AKXOsNaojWr%2FA1zhwCwlPDfaI2GaRBjVjYgn6AdcPWMWoETBHLUYSq4W%2FA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb9f50d4b7ddc86-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
        <script>LA.init({id:"3G4N9Q4duBIy4IdT",ck:"3G4N9Q4duBIy4IdT"})</script>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <title>欢迎光临</title>
    </head>
    <body style="background: #e6eaeb;">
    <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
        <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
        <div style="color: #242424;font-size: 28px;padding:111px  0 20px">&#20449;&#35465;&#20445;&#35777;&#32;&#32;&#22823;&#39069;&#26080;&#24551;</div>
        <div style="margin: 25px 0 14px;color: #7b7b7b;font-size: 25px;">&#23448;&#26041;&#30452;&#33829;&#50;&#48;&#24180;&#20449;&#35465;&#21697;&#29260;</div>
        <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
    </div>
    <script>
        window.onload = function() {
            var canvas = document.getElementById('canvas'),
                ctx = canvas.getContext('2d'),
                ras = canvas.width / 2,
                index = 0;
            drawFrame();
    
            var redirectUrl = 'https://34.92.229.121:65435/mktland';
    
            function drawFrame() {
                ctx.clearRect(0, 0, canvas.width, canvas.height);
                ctx.save();
                ctx.translate(ras, ras);
                ctx.beginPath();
                ctx.lineWidth = ras * 0.08;
                ctx.strokeStyle = "#d1d2d4";
                ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                ctx.stroke();
                ctx.strokeStyle = "#00a2ff";
                ctx.lineWidth = ras * 0.12;
                ctx.beginPath();
                ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                ctx.stroke();
                ctx.textAlign = 'center';
                ctx.textBaseline = 'middle';
                ctx.font = ras / 2.2 + 'px Arial';
                ctx.fillText(index.toFixed(0) + '%', 0, 0);
                ctx.restore();
                document.title = '加载中 ' + index.toFixed(1) + '%';
    
                if (index < 99.2) {
                    if (index > 90) {
                        index += 1;
                        btn.innerHTML = '请点击进入';
                        btn.onclick = function() {
                            location.href = redirectUrl;
                        };
                        btn.style.background = '#36A11E';
                    } else if (index > 60) {
                        index += 1;
                    } else {
                        index += 3;
                    }
                    setTimeout(drawFrame, 20);
                } else if (index != 100) {
                    index = 100;
                    drawFrame();
                } else {
                    document.title = '请点击进入';
                }
            }
        };
    </script>
    </body>
    </html>
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2a06:98c1:3120::3:80 · w5448.com

    2026-01-10 06:00

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 06:00:59 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Fri, 09 Jan 2026 11:02:09 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Strict-Transport-Security: max-age=31536000
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cYZF4co2DoDiKSIbpmwigQ4gmUCVxmCneC85pIYk5EoB7dPkv9jxliFkgOQkR0KbxXk5c2%2BWdrdRWPYcjBvNkAf31u0Q3jXf8lsykSTrSpWvb5so6g%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb9f50d2b78f532-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
        <script>LA.init({id:"3G4N9Q4duBIy4IdT",ck:"3G4N9Q4duBIy4IdT"})</script>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width,initial-scale=1.0">
        <title>欢迎光临</title>
    </head>
    <body style="background: #e6eaeb;">
    <div style="position: relative;margin: 200px auto 0;padding: 0 0 22px;border-radius: 15px 15px 5px 5px;background: #fff;box-shadow: 10px 20px 20px rgba(101, 102, 103, .75);width:95%;max-width: 400px;color: #fff;text-align: center;">
        <canvas id="canvas" width="200" height="200" style="display:block;position:absolute;top:-100px;left:0;right:0;margin:0 auto;background:#fff;border-radius:50%;"></canvas>
        <div style="color: #242424;font-size: 28px;padding:111px  0 20px">&#20449;&#35465;&#20445;&#35777;&#32;&#32;&#22823;&#39069;&#26080;&#24551;</div>
        <div style="margin: 25px 0 14px;color: #7b7b7b;font-size: 25px;">&#23448;&#26041;&#30452;&#33829;&#50;&#48;&#24180;&#20449;&#35465;&#21697;&#29260;</div>
        <a id="btn" href="javascript:void(0);" style="display: block;border-radius: 500px;background-color: #ff5656;height: 65px;line-height: 65px;width: 250px;color: #fff;font-size: 22px;text-decoration: none;letter-spacing: 2px;margin:20px auto;cursor:pointer;">链接检测中……</a>
    </div>
    <script>
        window.onload = function() {
            var canvas = document.getElementById('canvas'),
                ctx = canvas.getContext('2d'),
                ras = canvas.width / 2,
                index = 0;
            drawFrame();
    
            var redirectUrl = 'https://34.92.229.121:65435/mktland';
    
            function drawFrame() {
                ctx.clearRect(0, 0, canvas.width, canvas.height);
                ctx.save();
                ctx.translate(ras, ras);
                ctx.beginPath();
                ctx.lineWidth = ras * 0.08;
                ctx.strokeStyle = "#d1d2d4";
                ctx.arc(0, 0, ras * 0.8, 0, Math.PI * 2, false);
                ctx.stroke();
                ctx.strokeStyle = "#00a2ff";
                ctx.lineWidth = ras * 0.12;
                ctx.beginPath();
                ctx.arc(0, 0, ras * 0.8, -Math.PI / 2, -Math.PI / 2 + index * Math.PI * 2 / 100, false);
                ctx.stroke();
                ctx.textAlign = 'center';
                ctx.textBaseline = 'middle';
                ctx.font = ras / 2.2 + 'px Arial';
                ctx.fillText(index.toFixed(0) + '%', 0, 0);
                ctx.restore();
                document.title = '加载中 ' + index.toFixed(1) + '%';
    
                if (index < 99.2) {
                    if (index > 90) {
                        index += 1;
                        btn.innerHTML = '请点击进入';
                        btn.onclick = function() {
                            location.href = redirectUrl;
                        };
                        btn.style.background = '#36A11E';
                    } else if (index > 60) {
                        index += 1;
                    } else {
                        index += 3;
                    }
                    setTimeout(drawFrame, 20);
                } else if (index != 100) {
                    index = 100;
                    drawFrame();
                } else {
                    document.title = '请点击进入';
                }
            }
        };
    </script>
    </body>
    </html>
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 188.114.97.3:8443 · w5448.com

    2026-01-10 06:00

    HTTP/1.1 523 <none>
    Date: Sat, 10 Jan 2026 06:00:59 GMT
    Content-Type: text/plain; charset=UTF-8
    Content-Length: 15
    Connection: close
    Cache-Control: private, max-age=0, no-store, no-cache, must-revalidate, post-check=0, pre-check=0
    Expires: Thu, 01 Jan 1970 00:00:01 GMT
    Referrer-Policy: same-origin
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9bb9f50bee78f7ea-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-10 by HttpPlugin
    Create report
w5448.com*.w5448.com
CN:
w5448.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-10 04:59
Not after:
2026-04-10 05:57