Domain sdjo12.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • MacOS file listing through .DS_Store file
    First seen 2025-11-13 00:40
    Last seen 2025-12-06 05:26
    Open for 23 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c39aac35b39aac35b2578364c68dc6859df38d459493a29a8

      Found 14 files trough .DS_Store spidering:
      
      /images
      /images/icon1@2x.png
      /images/icon2@2x.png
      /images/logo_01.webp
      /images/logo_02.webp
      /images/logo_03.webp
      /images/logo_pa.png
      /images/logo_pa.webp
      /images/sec1@2x.png
      /images/sec2@2x.png
      /images/title@2x.png
      /index.html
      /index_副本.html
      /js
      Found on 2025-12-06 05:26
  • MacOS file listing through .DS_Store file
    First seen 2025-11-13 00:40
    Last seen 2025-12-06 05:26
    Open for 23 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c39aac35b39aac35b2578364c68dc6859df38d459493a29a8

      Found 14 files trough .DS_Store spidering:
      
      /images
      /images/icon1@2x.png
      /images/icon2@2x.png
      /images/logo_01.webp
      /images/logo_02.webp
      /images/logo_03.webp
      /images/logo_pa.png
      /images/logo_pa.webp
      /images/sec1@2x.png
      /images/sec2@2x.png
      /images/title@2x.png
      /index.html
      /index_副本.html
      /js
      Found on 2025-12-06 05:26
  • Open service 104.21.55.124:80 · sdjo12.com

    2026-01-22 19:05

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 19:05:17 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Ws5EkcpT0EjXUqPZHJJC58IB726M1zH2Vbsb6rbPx4poYPARYhTaaOq6U%2FmRSX8mYU%2Fr8BBu4luiSsB8RUPk9RM45z9wGnS5%2Bww%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c21526629c7dca9-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.67.148.27:443 · sdjo12.com

    2026-01-22 19:05

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 19:05:16 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9cSZmXUC6Xhf37lucTxDOkxqBwOrk9StHDlm2ttfonc11RcFinRVELen6v8VGIpxplk7SeBgxEhz33BWqofwrL8KlspY7kNxhQQ%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c215265c944194b-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 172.67.148.27:8443 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 03:25:08 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: 9bc14e1d687f6d29-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.148.27:443 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:25:08 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=CIo%2BBJCbdZ%2F%2B6rhfNR2iCcYRlkbIYCrOv%2FfdpPzWZozoCpOhLHyUnqenNu5LnbD1KgDSZ9cn8%2BqWHRDtJPy%2B9xuu9YnNQYYOD1Q%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc14e1d4f2acdf2-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.55.124:80 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:25:08 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KYTHz065JCvxENWuJ1VZp9dNWGZUJlxbHZxXDo%2BjmVfKCi%2FnH9WgV2UcZyTHMod4kg8gXqXyqyygfVF4wjGkIcb47Yb%2FS3hZS%2Fs%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc14e1e7922aaad-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.55.124:443 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:25:08 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UjbWZTXZJR2xOqFnH5%2BcSFNBpmBFZq%2BKrL0TwlcCWrWlMK3Hb5kvfv9BLwY9urFIwRaG%2FzlMqK0ljNlSSt%2FFlYJWpEuJNmU6Uzs%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc14e1f5f92b8b4-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 172.67.148.27:80 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:25:08 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=4EA1bCfAmg7pvJZ60mUSxujIGorLxE1F45Wv5BA%2BTwQXzB1bMZIeCIHYUJjSEMUZANe0WRVs%2FrhXk9jWh4ar21UVvQGGOdyT"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc14e1e1e700f42-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:377c:443 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:25:08 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tCxKiRufn8kL2wesuClTeCB3Eg%2ByO6XIADpwr01eP1paASZvSMaYCUo4nDMwzfsTJ%2Fu%2BR5b3um52zwqBQ7YbgEFDJ38oyyUf%2FCBtyhp8VlFe3larVBs%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc14e1e89d21cbe-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:941b:443 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:25:08 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GA9IUaX2L9M8jEQUMVCAVdRx845Dk1alqKoqCiJsQqM4OROIitWJqqQkUEfIuODzS7PQmht6jLSW%2FMw8p2gpJDil6h5UsWVns%2FSB0DtI2Znz1k76ByU%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc14e1e18d53680-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:377c:80 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:25:08 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0vOc6ZB2jUgIploj%2B04tk6VT5ufCh9tqbkvG4yw21o2xfeXUfo8Xvzmf%2FCWEL0gjR9KaLi60niiyXH1L%2FCTsX6OMmPHs7yDV7%2FQ7KJ%2BUasv6VtS0mvQ%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc14e1d697e8c1b-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:941b:8443 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 03:25:08 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: 9bc14e1c6846feb8-AMS
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.55.124:8443 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 03:25:08 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: 9bc14e1c4eecd206-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:941b:80 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 200 OK
    Date: Sun, 11 Jan 2026 03:25:08 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=uQQFUeMJUqldwaz4sPGdtsMn1UKsJu%2B6G0NHXa5Fmw6K8kTFu12%2B1KZEqAxZiidyVzUPSlCCUGp4McS5dKdFgPuhgPBdsuU6rPvllyMqE1zp2Md2fH8%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bc14e1dce5edc99-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:377c:8443 · sdjo12.com

    2026-01-11 03:25

    HTTP/1.1 523 <none>
    Date: Sun, 11 Jan 2026 03:25:08 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: 9bc14e1c3f685d69-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-11 by HttpPlugin
    Create report
  • Open service 104.21.55.124:80 · sdjo12.com

    2026-01-08 18:50

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 18:50:16 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=K7zlJEqApDwyKXdwh351IqjUCVS4uO%2Bgz8Pt1C9WmVdh0i5FuvIzmK7fXZNd1X%2BXCNtkF5vlgruUypojW0WhYXIQ%2F1Oi4B%2BaqqM%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bade1281f8e37bd-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.148.27:443 · sdjo12.com

    2026-01-08 18:50

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 18:50:15 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 08 Jan 2026 10:38:42 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Eg7U5KLCX3yO4oNji%2FDAjRoAlO%2BxAXB3dpQU%2F6DDj4b4w2RwFzBSuwXLFgJFPYLb5dkpepY%2BkwqN0GzS68s0P6n06N04H0wbG9M%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bade1264ac4ac09-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.style.background = '#36A11E'
                            } else if (index > 60) {
                                index += 1
                            } else {
                                index += 3
                            }
                            setTimeout(drawFrame, 20)
                        } else if (index != 100) {
                            index = 100;
                            drawFrame()
                        } else {
                            // 595dd3436
                            // 595dd3437
                            document.title = '最快线路进入中';
                            var domains = ["http://45.197.34.50", "http://tzdlmbqpyjdsfv-uopsfbvb-1069736878.ap-northeast-1.elb.amazonaws.com/?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length)
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:377c:443 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 03:59:12 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Wed, 07 Jan 2026 09:42:25 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=o1ju9TewmkWsKdlIIuqHRqSSiyo%2FfszYpRAj35%2Bz2Si55tGn9expz%2F58%2FWnek5o4IuWHjQOY%2FvIcuvgH9oTfaF5%2FvnHn4L%2BaT7dSwBFEuvTNtz2o1X8%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9ba8c7e49a84fda6-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.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 = '最快线路进入中';
                            var domains = ["https://ktdh8r3qj5.cc/index.html?shareName=595dd3437", "http://ttmbqlihbe-qkjwhv-1859892891.ap-east-1.elb.amazonaws.com/595seseH5.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var random
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:941b:8443 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 523 <none>
    Date: Thu, 08 Jan 2026 03:59:12 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: 9ba8c7e51c2365a5-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.55.124:80 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 03:59:13 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Wed, 07 Jan 2026 09:42:25 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=dX1vAyvQ4vKdkqsQnIGUszqx9J533a%2FObn3Q1f91WWdhWu0QpSQFwvB3ibmXvvZm0iNON90SiOWsQepmynpv1ssgylpBjD8m4MI%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9ba8c7e6adedd25a-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.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 = '最快线路进入中';
                            var domains = ["https://ktdh8r3qj5.cc/index.html?shareName=595dd3437", "http://ttmbqlihbe-qkjwhv-1859892891.ap-east-1.elb.amazonaws.com/595seseH5.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var random
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:377c:80 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 03:59:13 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Wed, 07 Jan 2026 09:42:25 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=WiUON9SYOQBFlQgk5w%2FfoaHbHVy9FayFHFGHYBUtXSYMKrck%2Bwqcl4d8VY50rGVRPI1GbbSyb21yqvV7ixZZt5S1u0vbcAS77zHbTdFWaL2GIt8y25c%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9ba8c7e6bd9f4e96-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.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 = '最快线路进入中';
                            var domains = ["https://ktdh8r3qj5.cc/index.html?shareName=595dd3437", "http://ttmbqlihbe-qkjwhv-1859892891.ap-east-1.elb.amazonaws.com/595seseH5.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var random
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:941b:443 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 03:59:12 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Wed, 07 Jan 2026 09:42:25 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=VBVAPsGntns0ll88DS4VLpC22bf%2Bg5N4NpUqxqFR1vRS6iP7PQvKq3LtJV6c9ecsTE83lFl6QYbcA1y%2BomSzNFznTshu7In%2FiVAB3IYvR1t8uMx52Is%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9ba8c7e68f0b5d50-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.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 = '最快线路进入中';
                            var domains = ["https://ktdh8r3qj5.cc/index.html?shareName=595dd3437", "http://ttmbqlihbe-qkjwhv-1859892891.ap-east-1.elb.amazonaws.com/595seseH5.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var random
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.148.27:80 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 03:59:12 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Wed, 07 Jan 2026 09:42:25 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ZU4n5zY%2FXDz5NDE3oGAp%2BvgyuBKW8CEc%2BIBrzLUTwl2GT3skzND8zfINXg9ddy7tDImYRX9wTaOkNS7zpd3XHPkqwCJ2m3hxMf0%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9ba8c7e678a9d9f2-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.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 = '最快线路进入中';
                            var domains = ["https://ktdh8r3qj5.cc/index.html?shareName=595dd3437", "http://ttmbqlihbe-qkjwhv-1859892891.ap-east-1.elb.amazonaws.com/595seseH5.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var random
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.55.124:8443 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 523 <none>
    Date: Thu, 08 Jan 2026 03:59:12 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: 9ba8c7e41d80445f-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.148.27:443 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 03:59:12 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Wed, 07 Jan 2026 09:42:25 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=MlbnhPaWFZktdT7kT3PYWmpW43c6FsZr10q4lDCaVyNXblm3H1RhzniYIo0t7%2FlJWBhHvEoSjl2txdo7mgl%2Fj1GSGtzrQ6A0iBE%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9ba8c7e5492dab6a-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.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 = '最快线路进入中';
                            var domains = ["https://ktdh8r3qj5.cc/index.html?shareName=595dd3437", "http://ttmbqlihbe-qkjwhv-1859892891.ap-east-1.elb.amazonaws.com/595seseH5.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var random
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3033::ac43:941b:80 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 03:59:12 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Wed, 07 Jan 2026 09:42:25 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ntKWl47X2e4%2FKFA5Ouo%2FfOxi2QF945jgC8sgMjOtUsCu84ZuRwb1tDfxjyEk%2BggNDcWRXIXiwJGhFydWs9oPh7n6UJKIpPyV8HKYPQ2q8P%2BBW4nHFtM%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9ba8c7e52ec5abc7-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.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 = '最快线路进入中';
                            var domains = ["https://ktdh8r3qj5.cc/index.html?shareName=595dd3437", "http://ttmbqlihbe-qkjwhv-1859892891.ap-east-1.elb.amazonaws.com/595seseH5.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var random
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.55.124:443 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 03:59:12 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Wed, 07 Jan 2026 09:42:25 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=bR%2Bj8VkHQsbqs5aD5jx1AcsiF9D6iEVYY4ZvW2j79OpzZgI5K670lfpYJNkuwq%2FORiUKdGz5QQyInglVeC7fFmSo5qjrRkgTSkA%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9ba8c7e669636565-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.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 = '最快线路进入中';
                            var domains = ["https://ktdh8r3qj5.cc/index.html?shareName=595dd3437", "http://ttmbqlihbe-qkjwhv-1859892891.ap-east-1.elb.amazonaws.com/595seseH5.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var random
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3036::6815:377c:8443 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 523 <none>
    Date: Thu, 08 Jan 2026 03:59:12 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: 9ba8c7e42a437ce4-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.148.27:8443 · sdjo12.com

    2026-01-08 03:59

    HTTP/1.1 523 <none>
    Date: Thu, 08 Jan 2026 03:59:12 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: 9ba8c7e38ffc36cf-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 523
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.148.27:443 · sdjo12.com

    2026-01-01 19:21

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 19:21:58 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 01 Jan 2026 15:38:26 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yGdM4sj%2Bx2Cd2xiJ3YuVrNjgwN8FQMg1iYYzBrLz1yiQ5SiHyfTW%2F3GoUgekw7Ei8iUGm0hxOAJbuovIrgMku5WmG5Vny5oqWQo%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b7461facbe40e90-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.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 = '最快线路进入中';
                            var domains = ["https://ktdh06mzvj.cc/index.html?shareName=595dd3437", "https://ktdh06mzvj.cc/index.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var randomDomain = domains[randomDomainIndex]; 
            
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.21.55.124:80 · sdjo12.com

    2026-01-01 19:21

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 19:21:58 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Last-Modified: Thu, 01 Jan 2026 15:38:26 GMT
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Accept-Encoding
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=PF1DL1QcqCktQUwmG45UNziTTXKNcRvorVnA89mpJRlQx2%2FQYgenGoSxW6wuLOk0MWmRuL5U9ecTBxKR7WnvXZMjYGZuEQeK61I%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b7461fa1af9372e-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 欢迎光临
    
    
    <!DOCTYPE html>
    <html lang="zh-CN">
      <head>
            <meta charset="UTF-8">
            <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
            <meta name="renderer" content="webkit">
            <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
            <title>欢迎光临</title></head>
            
        </head>
        <style type="text/css">
            .solog{
                margin: 25px 0 14px;
                color: black;
                font-size: 18px;
                -webkit-animation: shine 2.4s infinite;
    
            }
            @-webkit-keyframes shine{
                0%,100%{color: #fff;text-shadow: 0 0 10px #0000ff,0 0 10px #0000FF;}
                40%{text-shadow: 0 0 40px #FF0000,0 0 40px #FF0000;}
            }
        </style>
        <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">通过安全加密检测</div>
                <div class="solog" style="">&#24320;&#20803;&#26827;&#29260;&#23448;&#26041;&#32593;&#31449;</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();
                    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.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 = '最快线路进入中';
                            var domains = ["https://ktdh06mzvj.cc/index.html?shareName=595dd3437", "https://ktdh06mzvj.cc/index.html?shareName=595dd3436"];  
                            var randomDomainIndex = Math.floor(Math.random() * domains.length);  
                            var randomDomain = domains[randomDomainIndex]; 
            
    Found 2026-01-01 by HttpPlugin
    Create report
sdjo12.com*.sdjo12.com
CN:
sdjo12.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-08 02:58
Not after:
2026-04-08 03:57
sdjo12.com*.sdjo12.com
CN:
sdjo12.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-09 23:56
Not after:
2026-02-08 00:55