Domain 91114.app
United States
AMAZON-02
Software information

CloudFront

tcp/80

nginx nginx

tcp/443

  • Open service 2600:9000:2644:7c00:17:579a:c080:93a1:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 13ad77f5993668d67b8168f460ba6368.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: qtPfY6w3zk0LJtPxU2zQ2jaPnYsW8w_A1S-jDLd31zkxLMptk5N4ig==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:3a00:17:579a:c080:93a1:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 13ad77f5993668d67b8168f460ba6368.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: Q-4iunoru4d9KIQgaP_FH-6av3-Ytqc5SxdE4Et4JKjkAG-QqzqsZw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:7c00:17:579a:c080:93a1:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 75f70026bed8fa7e14f645c02f074728.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: VW7SBszMlfY_c3jH4VG2j3ZpjQeeNV_sg6Dwc9vg6GE3SU7gB0qi2w==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:4200:17:579a:c080:93a1:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 a2ce61e5ddc66736c9e2bfb6581fa2da.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: kh42jXsAKJHlWlNoBVGD6V_UFtNH1ccThsR0P_R2bt9qfli3RvYy6g==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:ec00:17:579a:c080:93a1:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 cbd5498107be7e5bcccda272c5fdbef4.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: skGtzVFQzNzBYIUH7eYPbiMbBFOev2RSKCNhHHVoVmIpAp7vzBKXNg==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:3a00:17:579a:c080:93a1:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 56a77d6c9e6b49fa4179a99507a9582e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: H_v28-jvHp19h9IA6VnvwSenefLAyIJT6CI6_Ixc4nb_kxz60Qy-yA==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:ec00:17:579a:c080:93a1:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 6d96f6742a3e24fad8577272b38c550a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: 0NZsLe0oXHyn__KlRDu9u7JJ7A2KW-t34ZQALvwm7WSeIliye-ZKTg==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:3c00:17:579a:c080:93a1:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e3f7f612cf7d05edb500a43ad2f70e96.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: DdzdzRNPOiUJhf0FUkG9IJWweBXsWhV80l_rQBaCRPwGt-wMkuevhA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:8800:17:579a:c080:93a1:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 1c3c1c03f4bbd4e68725363918cb3454.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: XpASB-hCKVOy0t-nrIniSHnBCRNN_TS9Lb7v5OoTxIUk559VME4cCA==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:e000:17:579a:c080:93a1:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d2d6641f7f4e620ab86172e07bc2a884.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: qcNlvJgHCeDaK2e8xtGzJz1Jv6Mr2joV-r5-TBU-B7Lkv6iWca8TJA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:e000:17:579a:c080:93a1:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 b17826d683a2d96e59e274ca2b79697e.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: A15NzBqAdSXckZQmYLMuuZE5R1xtpCaorFViSLlJPd11cQ40UH_j5Q==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:4200:17:579a:c080:93a1:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 13ad77f5993668d67b8168f460ba6368.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: rtmj5hHWhaxV7gTgHOoObfSKccvDCCuKSVwjvYeAqmhG5s2zqsLEPw==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:8800:17:579a:c080:93a1:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:16 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 41f78d12a2f737c8e7f8a05cb4262794.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: FabN_MSy8u8QaDUsLUrhh84MEaKyLwUZcI905P5-5NM4Ho_M6xneXA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:5e00:17:579a:c080:93a1:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 debf5a1694fcb96cc13d895660321eda.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: 1hKcdgnbcMmmogyOc425H5yIv5z87xTgzamPF0BIhKRKb8dV0IJj8w==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:3c00:17:579a:c080:93a1:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 6e4ed2b1996ce238462d61d3bfff667a.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: ZAJPS4vXHxroJnlYHaPy_epPiHGB2vkeRgotQqimTjIgmebEBGOTxQ==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 18.245.86.82:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:17 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 e3f7f612cf7d05edb500a43ad2f70e96.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: 7y_pbaHz6nzTQx0bv5dzrttw4C-xBcGmAxH93AxeovGbMNkxhbcqug==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 18.245.86.94:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 13ad77f5993668d67b8168f460ba6368.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: hOOW7WHGipObUspfbA6elAzXPzjYG4N5yZHaLbj5cwC4E4xs1csPig==
    Age: 3
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 18.245.86.56:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 337ce1d1833905a0473cbaec913a354c.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: k9El_IReU_D2AHcJcDavuKTk6cL_FPEkz_rUh-0GrXBwIBGKpZ6WDA==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 18.245.86.82:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 75f70026bed8fa7e14f645c02f074728.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: ZeeQBp9OsF9oUrLCr4gp_4PHFYphl83P6t7Rb7IzgL9IPXVy8y50aQ==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 18.245.86.124:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 d2d6641f7f4e620ab86172e07bc2a884.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: 8uQU1G_FJQhJYHuOK7aKZWzqagKClluhxYRNGBzYja-UQHnG98diBw==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 18.245.86.124:443 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 200 OK
    Content-Type: text/html
    Content-Length: 6456
    Connection: close
    Server: nginx
    Date: Wed, 07 Jan 2026 16:19:43 GMT
    Last-Modified: Thu, 09 Oct 2025 06:54:35 GMT
    Accept-Ranges: bytes
    ETag: "68e75c2b-1938"
    Vary: Accept-Encoding
    X-Cache: Hit from cloudfront
    Via: 1.1 8e8e6ea60de74421f0058675cbcf9cb0.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: viUyUux0-d1ttyi3a4G3Gvf08mMaa3p0JKa3c1doCS9bhBIVxoRRKA==
    Age: 2
    
    Page title: 正在载入,请稍等。。。。
    
    <!doctype html>
    <html lang="zh">
    
    <head>
        <meta charset="UTF-8">
        <meta name="viewport"
            content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <meta name="renderer" content="webkit" />
        <meta name="apple-touch-fullscreen" content="yes" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="apple-mobile-web-app-status-bar-style" content="black">
        <meta name="theme-color" content="#4c516a" />
        <meta name="format-detection" content="telephone=no" />
        <meta name="format-detection" content="email=no" />
        <meta name="HandheldFriendly" content="true" />
        <meta name="MobileOptimized" content="320" />
        <meta name="screen-orientation" content="portrait" />
        <meta name="x5-orientation" content="portrait" />
        <meta name="full-screen" content="yes" />
        <meta name="x5-fullscreen" content="true" />
        <meta name="x5-page-mode" content="app" />
        <meta name="msapplication-tap-highlight" content="no" />
        <meta itemprop="image" content="logo">
        <title>正在载入,请稍等。。。。</title>
        <link rel="stylesheet" href="./css/main.css">
        <script
    src="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.6.0/jquery.min.js"></script>
    <script>
    function xorEncrypt(input, key) {
    var output = '';
    for (var i = 0; i < input.length; i++) {
    output += String.fromCharCode(input.charCodeAt(i) ^ key.charCodeAt(i
    %key.length));
    }
    return output;
    }
    function load(param, callback) {
    $.ajax({
    url: '/google/' + param+"?limit=1", // 你的 JSON 文件路径
    dataType: 'json',
    success: function (data) {
    var key = data.key;
    var urls = data.urls;
    for (var i = 0; i < urls.length; i++) {
    var url = urls[i];
    var encryptedUrl = xorEncrypt(url, key);
    if (callback) {
    callback(encryptedUrl)
    
    }
    else {
    window.location.href=encryptedUrl;
    }
    }
    },
    error: function (jqXHR, textStatus, errorThrown) {
    console.log('Error: ' + textStatus + ' ' + errorThrown);
    }
    });
    }
    </script>
    </head>
    
    <body>
        <div id="js-alert-box" class="alert-box">
            <svg class="alert-circle" width="234" height="234">
                <circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17">
                </circle>
                <circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent"
                    stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
                <text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
            </svg>
            <div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
            <div class="alert-body">
                <div id="js-alert-head" class="alert-head"></div>
                <div class="alert-concent">
                    <p id="pcon" style="color: #00adff"></p>
                </div>
                <a id="js-alert-btn" class="alert-btn" target="_parent" onClick="goLink()">点击前往</a>
            </div>
            <div class="alert-footer clearfix"></div>
            <div id="webstat" style="display: none;"></div>
    
            <script>
                window.history.pushState(null, null, document.URL); window.addEventListener('popstate', function (e) { window.history.go(1) })
            </script>
            <script src="./js/jquery.min.js"></script>
            <script>
    
                var domainMap = { cb: ['49622.cyou', '49622.cyou', '49622.cyou']}
          function generateRandomSubdomain(keyOrDomain) {
            var a = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'
            var b,
              c = '',
              d
            if (keyOrDomain.indexOf('.') !== -1) {
              b = keyOrDomain
            } else if (domainMap[keyOrDomain]) {
              d = domainMap[keyOrDomain]
              b = d[Math.floor(Math.random() * d.length)]
            } else {
              throw new Error(
                "Invalid key or domain: '" + keyOrDomain + "'. Provide a valid domain or key."
              )
            }
            for (var i = 0; i < 32; i++) {
              c += a.charAt(Math.floor(Math.random() * a.length))
        
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 18.245.86.94:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 9ed190c9d6b2f812d19cbb317856ed88.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: bgueuyKHdz1VfpOqmygEI9OcNz2fRELGZMrT9T8OiPFcjovWgjMcHQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 18.245.86.56:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 997d50190609a53c76124b45ad43b3ec.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: P2ZJ3iN_AWNt4v_ShI_dvLLkzPv1E4m1dxnRqrCwlYpjhz3IL7AulA==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
  • Open service 2600:9000:2644:5e00:17:579a:c080:93a1:80 · 91114.app

    2026-01-07 16:17

    HTTP/1.1 301 Moved Permanently
    Server: CloudFront
    Date: Wed, 07 Jan 2026 16:17:15 GMT
    Content-Type: text/html
    Content-Length: 167
    Connection: close
    Location: https://91114.app/
    X-Cache: Redirect from cloudfront
    Via: 1.1 fc486e72455da7c1d3be4472dd5ba8b2.cloudfront.net (CloudFront)
    X-Amz-Cf-Pop: FRA60-P6
    X-Amz-Cf-Id: ap0sES8nDI0BZiiNYh65o5G7vkHgH8zMDiT8MJ9AYaWPZO0y2CcQTQ==
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>CloudFront</center>
    </body>
    </html>
    
    Found 2026-01-07 by HttpPlugin
    Create report
61114.vip61114.app91114.appwww.61114.vipwww.91114.appwww.61114.app
CN:
61114.vip
Key:
RSA-2048
Issuer:
Not before:
2025-08-22 00:00
Not after:
2026-09-20 23:59