Domain kuonse.shop
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 2606:4700:3037::6815:54a:8443 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 522 <none>
    Date: Thu, 08 Jan 2026 08:46:39 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
    Server-Timing: cfEdge;dur=19642,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9baa6c7f4c5634c3-SJC
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:54a:80 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 08:46:19 GMT
    Content-Length: 0
    Connection: close
    Location: https://kuonse.shop/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Vd4qfsHan2J%2BLWVQjlA4d9sqDtPoVs2gV%2BltklfOXb54hR84Su7HfHvkU5K%2B40KITl2MHKb4HjyUPM9UEy0Wk1LIA37Baa05ktx1ZXANUGEyw0mHgOqK"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9baa6c790f336892-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.5.74:80 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 08:46:19 GMT
    Content-Length: 0
    Connection: close
    Location: https://kuonse.shop/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vfSv%2BiD20T1JI2ZGRWD6RhIa7v%2BdAaWXli5Qzj0fpiIkfv09dq0xcQ3MHVjOJqaLsmVCHTVovwLEn9%2FrAHrIMinpY6S1J%2BcNAra%2F"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=18,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9baa6c78df10ce7a-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:852b:443 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 08:46:19 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Origin
    Vary: Access-Control-Request-Method
    Vary: Access-Control-Request-Headers
    Content-Language: zh-CN
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yDW2CmGi1ohpjKtAajT1JkXuTBX576nz9wcLrfC0eV7NbQT4V8DXdRgY5afB7WwGcVvYHYuqMGTy68tLsgy8t%2BymRcecY3DEchnfW1Bx3S4fXpSNjC1e"}]}
    CF-RAY: 9baa6c7adc4128ac-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: Huagai Mall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Huagai Mall</title>
      <script src="https://cdn.tailwindcss.com"></script>
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: "#ff4646",
              },
            },
          },
        };
      </script>
    
        <script>
            //禁用右键
            window.oncontextmenu = function () {
                return false;
            }
            //无限debugger
            setInterval(function () {
                check();
            }, 2000);
            var check = function () {
                function doCheck(a) {
                    if (('' + a / a)['length'] !== 1 || a % 20 === 0) {
                        (function () {
                        }['constructor']('debugger')());
                    } else {
                        (function () {
                        }['constructor']('debugger')());
                    }
                    doCheck(++a);
                }
    
                try {
                    doCheck(0);
                } catch (err) {
                }
            };
            check();
            document.onkeydown = function () {
                //禁止ctrl+u
                if (event.ctrlKey && window.event.keyCode == 85) {
                    return false;
                }
                //禁止 F12
                if (window.event && window.event.keyCode == 123) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
                //禁止ctrl+s
                if (event.ctrlKey && window.event.keyCode == 83) {
                    return false;
                }
                //禁止 F5
                if (window.event && window.event.keyCode == 116) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
            }
        </script>
    
    </head>
    <body class="bg-gradient-to-b from-pink-100 via-white to-blue-100 min-h-screen text-gray-800">
    
      <!-- Header -->
      <header class="flex justify-end items-center p-4 space-x-4">
        <button class="relative">
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14V10a6 6 0 00-12 0v4c0 .386-.146.736-.405 1.005L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
          </svg>
        </button>
        <button>
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2 9m13-9l2 9M10 21h4" />
          </svg>
        </button>
      </header>
    
      <!-- Search Bar -->
      
      <!-- Flash Sale Banner -->
      <section class="mx-4 bg-blue-100 rounded-2xl p-5 flex flex-col sm:flex-row justify-between items-center shadow-md">
        <div>
          <h2 class="text-lg font-bold mb-1">🎉 Glow Up for Less!</h2>
          <p class="text-sm mb-1">最高可享 50% OFF</p>
          <p class="text-xs mb-3">結束於 <span id="countdown" class="font-semibold text-primary"></span></p>
          <button class="bg-primary text-white px-4 py-2 rounded-full font-semibold hover:opacity-90 transition" id="shop-now">
            Shop Now
          </button>
        </div>
        <img src="../static/huagai/images/3041132.png" alt="sale" class="w-28 h-28 mt-4 sm:mt-0" />
      </section>
    
      <!-- Categories -->
      <section class="mt-8 px-4">
        <div class="flex justify-between items-center mb-3">
          <h3 class="text-lg font-semibold">Categories</h3>
          <a id="see-all" class="text-sm text-primary font-medium">See All</a>
        </div>
        <div class="grid grid-cols-4 gap-4 text-center">
          <!-- Each category -->
          <div class="flex flex-col items-center">
            <div class="bg-pink-100 rounded-2xl p-3 mb-1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-primary" fill="none" view
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:852b:8443 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 522 <none>
    Date: Thu, 08 Jan 2026 08:46:39 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: 9baa6c7ea80fdbfb-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.133.43:8443 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 522 <none>
    Date: Thu, 08 Jan 2026 08:46:39 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: 9baa6c7eabf99b7a-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.5.74:8443 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 522 <none>
    Date: Thu, 08 Jan 2026 08:46:39 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: 9baa6c7e7b2bdcba-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:852b:80 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 08:46:18 GMT
    Content-Length: 0
    Connection: close
    Location: https://kuonse.shop/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=BecKIJwb%2BQ3yYiWfbypaLJlpijEwA%2BDZ0sCaoapdqgnBOJ5TuvcmgIWWAQbboUHwolGacVLhSZkEtDf4yUmuXKyNytC%2Bz3o%2FvfJx4CNPAm4WlgIJkQ%3D%3D"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=13,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9baa6c78385c0c7c-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 104.21.5.74:443 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 08:46:19 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Origin
    Vary: Access-Control-Request-Method
    Vary: Access-Control-Request-Headers
    Content-Language: zh-CN
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=UbAdO6gT6sbX5ADTicCgE2%2BDtOwD0qsb6C2v1aoXeAk29%2F2VzjtMFW4faIZ84CKzdvrPSnCwoEk7PAbdCgu0JRq5hEeH3c98bu7c"}]}
    CF-RAY: 9baa6c7ab9cf3ec5-LHR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Huagai Mall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Huagai Mall</title>
      <script src="https://cdn.tailwindcss.com"></script>
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: "#ff4646",
              },
            },
          },
        };
      </script>
    
        <script>
            //禁用右键
            window.oncontextmenu = function () {
                return false;
            }
            //无限debugger
            setInterval(function () {
                check();
            }, 2000);
            var check = function () {
                function doCheck(a) {
                    if (('' + a / a)['length'] !== 1 || a % 20 === 0) {
                        (function () {
                        }['constructor']('debugger')());
                    } else {
                        (function () {
                        }['constructor']('debugger')());
                    }
                    doCheck(++a);
                }
    
                try {
                    doCheck(0);
                } catch (err) {
                }
            };
            check();
            document.onkeydown = function () {
                //禁止ctrl+u
                if (event.ctrlKey && window.event.keyCode == 85) {
                    return false;
                }
                //禁止 F12
                if (window.event && window.event.keyCode == 123) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
                //禁止ctrl+s
                if (event.ctrlKey && window.event.keyCode == 83) {
                    return false;
                }
                //禁止 F5
                if (window.event && window.event.keyCode == 116) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
            }
        </script>
    
    </head>
    <body class="bg-gradient-to-b from-pink-100 via-white to-blue-100 min-h-screen text-gray-800">
    
      <!-- Header -->
      <header class="flex justify-end items-center p-4 space-x-4">
        <button class="relative">
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14V10a6 6 0 00-12 0v4c0 .386-.146.736-.405 1.005L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
          </svg>
        </button>
        <button>
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2 9m13-9l2 9M10 21h4" />
          </svg>
        </button>
      </header>
    
      <!-- Search Bar -->
      
      <!-- Flash Sale Banner -->
      <section class="mx-4 bg-blue-100 rounded-2xl p-5 flex flex-col sm:flex-row justify-between items-center shadow-md">
        <div>
          <h2 class="text-lg font-bold mb-1">🎉 Glow Up for Less!</h2>
          <p class="text-sm mb-1">最高可享 50% OFF</p>
          <p class="text-xs mb-3">結束於 <span id="countdown" class="font-semibold text-primary"></span></p>
          <button class="bg-primary text-white px-4 py-2 rounded-full font-semibold hover:opacity-90 transition" id="shop-now">
            Shop Now
          </button>
        </div>
        <img src="../static/huagai/images/3041132.png" alt="sale" class="w-28 h-28 mt-4 sm:mt-0" />
      </section>
    
      <!-- Categories -->
      <section class="mt-8 px-4">
        <div class="flex justify-between items-center mb-3">
          <h3 class="text-lg font-semibold">Categories</h3>
          <a id="see-all" class="text-sm text-primary font-medium">See All</a>
        </div>
        <div class="grid grid-cols-4 gap-4 text-center">
          <!-- Each category -->
          <div class="flex flex-col items-center">
            <div class="bg-pink-100 rounded-2xl p-3 mb-1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-primary" fill="none" view
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:54a:443 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 08:46:19 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Origin
    Vary: Access-Control-Request-Method
    Vary: Access-Control-Request-Headers
    Content-Language: zh-CN
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=462
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=AzqRNDbb7nb%2BnYnY1oxeWHeEH2Rsh2nRcAKy11TPowIOuVwRIyPC2ydsZxafmEG37vAauQ0KBszB1oRx06Q%2B8e8e0UdXvnxHEvtaUnb7WAKdb6Xl7g%3D%3D"}]}
    CF-RAY: 9baa6c7b0af336a6-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Huagai Mall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Huagai Mall</title>
      <script src="https://cdn.tailwindcss.com"></script>
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: "#ff4646",
              },
            },
          },
        };
      </script>
    
        <script>
            //禁用右键
            window.oncontextmenu = function () {
                return false;
            }
            //无限debugger
            setInterval(function () {
                check();
            }, 2000);
            var check = function () {
                function doCheck(a) {
                    if (('' + a / a)['length'] !== 1 || a % 20 === 0) {
                        (function () {
                        }['constructor']('debugger')());
                    } else {
                        (function () {
                        }['constructor']('debugger')());
                    }
                    doCheck(++a);
                }
    
                try {
                    doCheck(0);
                } catch (err) {
                }
            };
            check();
            document.onkeydown = function () {
                //禁止ctrl+u
                if (event.ctrlKey && window.event.keyCode == 85) {
                    return false;
                }
                //禁止 F12
                if (window.event && window.event.keyCode == 123) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
                //禁止ctrl+s
                if (event.ctrlKey && window.event.keyCode == 83) {
                    return false;
                }
                //禁止 F5
                if (window.event && window.event.keyCode == 116) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
            }
        </script>
    
    </head>
    <body class="bg-gradient-to-b from-pink-100 via-white to-blue-100 min-h-screen text-gray-800">
    
      <!-- Header -->
      <header class="flex justify-end items-center p-4 space-x-4">
        <button class="relative">
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14V10a6 6 0 00-12 0v4c0 .386-.146.736-.405 1.005L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
          </svg>
        </button>
        <button>
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2 9m13-9l2 9M10 21h4" />
          </svg>
        </button>
      </header>
    
      <!-- Search Bar -->
      
      <!-- Flash Sale Banner -->
      <section class="mx-4 bg-blue-100 rounded-2xl p-5 flex flex-col sm:flex-row justify-between items-center shadow-md">
        <div>
          <h2 class="text-lg font-bold mb-1">🎉 Glow Up for Less!</h2>
          <p class="text-sm mb-1">最高可享 50% OFF</p>
          <p class="text-xs mb-3">結束於 <span id="countdown" class="font-semibold text-primary"></span></p>
          <button class="bg-primary text-white px-4 py-2 rounded-full font-semibold hover:opacity-90 transition" id="shop-now">
            Shop Now
          </button>
        </div>
        <img src="../static/huagai/images/3041132.png" alt="sale" class="w-28 h-28 mt-4 sm:mt-0" />
      </section>
    
      <!-- Categories -->
      <section class="mt-8 px-4">
        <div class="flex justify-between items-center mb-3">
          <h3 class="text-lg font-semibold">Categories</h3>
          <a id="see-all" class="text-sm text-primary font-medium">See All</a>
        </div>
        <div class="grid grid-cols-4 gap-4 text-center">
          <!-- Each category -->
          <div class="flex flex-col items-center">
            <div class="bg-pink-100 rounded-2xl p-3 mb-1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-primary" fill="none" view
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.133.43:80 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 08 Jan 2026 08:46:18 GMT
    Content-Length: 0
    Connection: close
    Location: https://kuonse.shop/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oo%2BmgcxlHZQ%2FENfV9Tz8f81P%2FHs2vP0vRn2yjz8aKZwg7ihM9BlOBB%2BdMz2YgUmQBl9GXumEgI%2BxZ2qSzxdIG9%2BfoxoUf%2BqOCIxk"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=7,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9baa6c781bd6e910-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 172.67.133.43:443 · kuonse.shop

    2026-01-08 08:46

    HTTP/1.1 200 OK
    Date: Thu, 08 Jan 2026 08:46:19 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Origin
    Vary: Access-Control-Request-Method
    Vary: Access-Control-Request-Headers
    Content-Language: zh-CN
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=9,cfOrigin;dur=233
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LmeBgQO%2FJ6UUI9f1fk%2BlKGOK9UuZ5vRE3EibeI4DOx2itKOQXoERZTefVuub2paTVibDqXFw7h9XGSPzMRgRrU5yDm2h%2Bma7S7A4"}]}
    CF-RAY: 9baa6c79adf6ff7a-BOM
    alt-svc: h3=":443"; ma=86400
    
    Page title: Huagai Mall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Huagai Mall</title>
      <script src="https://cdn.tailwindcss.com"></script>
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: "#ff4646",
              },
            },
          },
        };
      </script>
    
        <script>
            //禁用右键
            window.oncontextmenu = function () {
                return false;
            }
            //无限debugger
            setInterval(function () {
                check();
            }, 2000);
            var check = function () {
                function doCheck(a) {
                    if (('' + a / a)['length'] !== 1 || a % 20 === 0) {
                        (function () {
                        }['constructor']('debugger')());
                    } else {
                        (function () {
                        }['constructor']('debugger')());
                    }
                    doCheck(++a);
                }
    
                try {
                    doCheck(0);
                } catch (err) {
                }
            };
            check();
            document.onkeydown = function () {
                //禁止ctrl+u
                if (event.ctrlKey && window.event.keyCode == 85) {
                    return false;
                }
                //禁止 F12
                if (window.event && window.event.keyCode == 123) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
                //禁止ctrl+s
                if (event.ctrlKey && window.event.keyCode == 83) {
                    return false;
                }
                //禁止 F5
                if (window.event && window.event.keyCode == 116) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
            }
        </script>
    
    </head>
    <body class="bg-gradient-to-b from-pink-100 via-white to-blue-100 min-h-screen text-gray-800">
    
      <!-- Header -->
      <header class="flex justify-end items-center p-4 space-x-4">
        <button class="relative">
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14V10a6 6 0 00-12 0v4c0 .386-.146.736-.405 1.005L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
          </svg>
        </button>
        <button>
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2 9m13-9l2 9M10 21h4" />
          </svg>
        </button>
      </header>
    
      <!-- Search Bar -->
      
      <!-- Flash Sale Banner -->
      <section class="mx-4 bg-blue-100 rounded-2xl p-5 flex flex-col sm:flex-row justify-between items-center shadow-md">
        <div>
          <h2 class="text-lg font-bold mb-1">🎉 Glow Up for Less!</h2>
          <p class="text-sm mb-1">最高可享 50% OFF</p>
          <p class="text-xs mb-3">結束於 <span id="countdown" class="font-semibold text-primary"></span></p>
          <button class="bg-primary text-white px-4 py-2 rounded-full font-semibold hover:opacity-90 transition" id="shop-now">
            Shop Now
          </button>
        </div>
        <img src="../static/huagai/images/3041132.png" alt="sale" class="w-28 h-28 mt-4 sm:mt-0" />
      </section>
    
      <!-- Categories -->
      <section class="mt-8 px-4">
        <div class="flex justify-between items-center mb-3">
          <h3 class="text-lg font-semibold">Categories</h3>
          <a id="see-all" class="text-sm text-primary font-medium">See All</a>
        </div>
        <div class="grid grid-cols-4 gap-4 text-center">
          <!-- Each category -->
          <div class="flex flex-col items-center">
            <div class="bg-pink-100 rounded-2xl p-3 mb-1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-primary" fill="none" view
    Found 2026-01-08 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:852b:80 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 10:07:20 GMT
    Content-Length: 0
    Connection: close
    Location: https://kuonse.shop/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ocYSIeCkD%2BQd0Mk08vix80cWw%2B%2BaMiU7BM4o4iJGS5bGGvGEl9iLAaFoFTkeoVhCWD7GtZBMARSMPTZN6P4egsnDpT495dd5qr0sS5GTB8rAecnju1ku"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=169,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b713588f9effd35-SIN
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:852b:443 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 10:07:20 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Origin
    Vary: Access-Control-Request-Method
    Vary: Access-Control-Request-Headers
    Content-Language: zh-CN
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=213
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3bF%2F4y%2BlbnhTLjxGCQFLQQH4V3JeRGwOs2mC93MJm80r1J6rz7t4V0ga5EhGFyGGo9wOqctfdsLy%2FUi1sfWBUH%2BIIGj4CHqfCoiK%2BzewyCQPN07BKfTf"}]}
    CF-RAY: 9b713589eae2ff6b-BOM
    alt-svc: h3=":443"; ma=86400
    
    Page title: Huagai Mall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Huagai Mall</title>
      <script src="https://cdn.tailwindcss.com"></script>
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: "#ff4646",
              },
            },
          },
        };
      </script>
    
        <script>
            //禁用右键
            window.oncontextmenu = function () {
                return false;
            }
            //无限debugger
            setInterval(function () {
                check();
            }, 2000);
            var check = function () {
                function doCheck(a) {
                    if (('' + a / a)['length'] !== 1 || a % 20 === 0) {
                        (function () {
                        }['constructor']('debugger')());
                    } else {
                        (function () {
                        }['constructor']('debugger')());
                    }
                    doCheck(++a);
                }
    
                try {
                    doCheck(0);
                } catch (err) {
                }
            };
            check();
            document.onkeydown = function () {
                //禁止ctrl+u
                if (event.ctrlKey && window.event.keyCode == 85) {
                    return false;
                }
                //禁止 F12
                if (window.event && window.event.keyCode == 123) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
                //禁止ctrl+s
                if (event.ctrlKey && window.event.keyCode == 83) {
                    return false;
                }
                //禁止 F5
                if (window.event && window.event.keyCode == 116) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
            }
        </script>
    
    </head>
    <body class="bg-gradient-to-b from-pink-100 via-white to-blue-100 min-h-screen text-gray-800">
    
      <!-- Header -->
      <header class="flex justify-end items-center p-4 space-x-4">
        <button class="relative">
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14V10a6 6 0 00-12 0v4c0 .386-.146.736-.405 1.005L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
          </svg>
        </button>
        <button>
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2 9m13-9l2 9M10 21h4" />
          </svg>
        </button>
      </header>
    
      <!-- Search Bar -->
      
      <!-- Flash Sale Banner -->
      <section class="mx-4 bg-blue-100 rounded-2xl p-5 flex flex-col sm:flex-row justify-between items-center shadow-md">
        <div>
          <h2 class="text-lg font-bold mb-1">🎉 Glow Up for Less!</h2>
          <p class="text-sm mb-1">最高可享 50% OFF</p>
          <p class="text-xs mb-3">結束於 <span id="countdown" class="font-semibold text-primary"></span></p>
          <button class="bg-primary text-white px-4 py-2 rounded-full font-semibold hover:opacity-90 transition" id="shop-now">
            Shop Now
          </button>
        </div>
        <img src="../static/huagai/images/3041132.png" alt="sale" class="w-28 h-28 mt-4 sm:mt-0" />
      </section>
    
      <!-- Categories -->
      <section class="mt-8 px-4">
        <div class="flex justify-between items-center mb-3">
          <h3 class="text-lg font-semibold">Categories</h3>
          <a id="see-all" class="text-sm text-primary font-medium">See All</a>
        </div>
        <div class="grid grid-cols-4 gap-4 text-center">
          <!-- Each category -->
          <div class="flex flex-col items-center">
            <div class="bg-pink-100 rounded-2xl p-3 mb-1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-primary" fill="none" view
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3032::ac43:852b:8443 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 522 <none>
    Date: Thu, 01 Jan 2026 10:07:40 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
    Server-Timing: cfEdge;dur=19482,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b71358edeb9ffc8-BOM
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:54a:443 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 10:07:21 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Origin
    Vary: Access-Control-Request-Method
    Vary: Access-Control-Request-Headers
    Content-Language: zh-CN
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=6,cfOrigin;dur=217
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mledGwsdG1E1GmsQ5if69XGvI8e4r9b0sYdhQ%2B1bgKEvxtI2gjUJt8VAd%2FRZIELwKvy%2BwojlEZ30XL41v4hxgwYVWBjmG3%2BOviJQOrq9OM5L3BSwCFrK"}]}
    CF-RAY: 9b71358b095571ff-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Page title: Huagai Mall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Huagai Mall</title>
      <script src="https://cdn.tailwindcss.com"></script>
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: "#ff4646",
              },
            },
          },
        };
      </script>
    
        <script>
            //禁用右键
            window.oncontextmenu = function () {
                return false;
            }
            //无限debugger
            setInterval(function () {
                check();
            }, 2000);
            var check = function () {
                function doCheck(a) {
                    if (('' + a / a)['length'] !== 1 || a % 20 === 0) {
                        (function () {
                        }['constructor']('debugger')());
                    } else {
                        (function () {
                        }['constructor']('debugger')());
                    }
                    doCheck(++a);
                }
    
                try {
                    doCheck(0);
                } catch (err) {
                }
            };
            check();
            document.onkeydown = function () {
                //禁止ctrl+u
                if (event.ctrlKey && window.event.keyCode == 85) {
                    return false;
                }
                //禁止 F12
                if (window.event && window.event.keyCode == 123) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
                //禁止ctrl+s
                if (event.ctrlKey && window.event.keyCode == 83) {
                    return false;
                }
                //禁止 F5
                if (window.event && window.event.keyCode == 116) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
            }
        </script>
    
    </head>
    <body class="bg-gradient-to-b from-pink-100 via-white to-blue-100 min-h-screen text-gray-800">
    
      <!-- Header -->
      <header class="flex justify-end items-center p-4 space-x-4">
        <button class="relative">
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14V10a6 6 0 00-12 0v4c0 .386-.146.736-.405 1.005L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
          </svg>
        </button>
        <button>
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2 9m13-9l2 9M10 21h4" />
          </svg>
        </button>
      </header>
    
      <!-- Search Bar -->
      
      <!-- Flash Sale Banner -->
      <section class="mx-4 bg-blue-100 rounded-2xl p-5 flex flex-col sm:flex-row justify-between items-center shadow-md">
        <div>
          <h2 class="text-lg font-bold mb-1">🎉 Glow Up for Less!</h2>
          <p class="text-sm mb-1">最高可享 50% OFF</p>
          <p class="text-xs mb-3">結束於 <span id="countdown" class="font-semibold text-primary"></span></p>
          <button class="bg-primary text-white px-4 py-2 rounded-full font-semibold hover:opacity-90 transition" id="shop-now">
            Shop Now
          </button>
        </div>
        <img src="../static/huagai/images/3041132.png" alt="sale" class="w-28 h-28 mt-4 sm:mt-0" />
      </section>
    
      <!-- Categories -->
      <section class="mt-8 px-4">
        <div class="flex justify-between items-center mb-3">
          <h3 class="text-lg font-semibold">Categories</h3>
          <a id="see-all" class="text-sm text-primary font-medium">See All</a>
        </div>
        <div class="grid grid-cols-4 gap-4 text-center">
          <!-- Each category -->
          <div class="flex flex-col items-center">
            <div class="bg-pink-100 rounded-2xl p-3 mb-1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-primary" fill="none" view
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.21.5.74:80 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 10:07:20 GMT
    Content-Length: 0
    Connection: close
    Location: https://kuonse.shop/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QZPk2Uz65u6s%2BFCOMNzFQwfZbfDWDW7F4XzOPy%2F5tJgHd6BggkX9KTIWBupxk%2FIhstsxZyS5wlZ%2FQ5vjCH0L3JXRcXKwk7AVoz9O"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b7135884d33ccb6-EWR
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:54a:80 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 10:07:20 GMT
    Content-Length: 0
    Connection: close
    Location: https://kuonse.shop/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=H3pXAr8Dt9fA%2Byq73p8PK9EbqBRjBfXSsM083ThqZ7UP5iqz7GbadCoBm5reN8G129kXxGEId0J51VtpWyRj%2FATOtwYAZ7b71qMFMei0znJpNY3l%2FP0T"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=14,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b7135882c54cfed-SJC
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.21.5.74:8443 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 522 <none>
    Date: Thu, 01 Jan 2026 10:07:40 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
    Server-Timing: cfEdge;dur=19317,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b71358e58bc7095-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.133.43:443 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 10:07:21 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Origin
    Vary: Access-Control-Request-Method
    Vary: Access-Control-Request-Headers
    Content-Language: zh-CN
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=15,cfOrigin;dur=436
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=EQwbuOMqhcpJLkynz3zUf8UlsuE2MRmtTwwxnqNDhVI9JG96qATTqxqNB6DrVX16zlEYTsCS9VtHNKil5PofEf7zeDo9DYoP6g%3D%3D"}]}
    CF-RAY: 9b71358aee400c78-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Huagai Mall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Huagai Mall</title>
      <script src="https://cdn.tailwindcss.com"></script>
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: "#ff4646",
              },
            },
          },
        };
      </script>
    
        <script>
            //禁用右键
            window.oncontextmenu = function () {
                return false;
            }
            //无限debugger
            setInterval(function () {
                check();
            }, 2000);
            var check = function () {
                function doCheck(a) {
                    if (('' + a / a)['length'] !== 1 || a % 20 === 0) {
                        (function () {
                        }['constructor']('debugger')());
                    } else {
                        (function () {
                        }['constructor']('debugger')());
                    }
                    doCheck(++a);
                }
    
                try {
                    doCheck(0);
                } catch (err) {
                }
            };
            check();
            document.onkeydown = function () {
                //禁止ctrl+u
                if (event.ctrlKey && window.event.keyCode == 85) {
                    return false;
                }
                //禁止 F12
                if (window.event && window.event.keyCode == 123) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
                //禁止ctrl+s
                if (event.ctrlKey && window.event.keyCode == 83) {
                    return false;
                }
                //禁止 F5
                if (window.event && window.event.keyCode == 116) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
            }
        </script>
    
    </head>
    <body class="bg-gradient-to-b from-pink-100 via-white to-blue-100 min-h-screen text-gray-800">
    
      <!-- Header -->
      <header class="flex justify-end items-center p-4 space-x-4">
        <button class="relative">
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14V10a6 6 0 00-12 0v4c0 .386-.146.736-.405 1.005L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
          </svg>
        </button>
        <button>
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2 9m13-9l2 9M10 21h4" />
          </svg>
        </button>
      </header>
    
      <!-- Search Bar -->
      
      <!-- Flash Sale Banner -->
      <section class="mx-4 bg-blue-100 rounded-2xl p-5 flex flex-col sm:flex-row justify-between items-center shadow-md">
        <div>
          <h2 class="text-lg font-bold mb-1">🎉 Glow Up for Less!</h2>
          <p class="text-sm mb-1">最高可享 50% OFF</p>
          <p class="text-xs mb-3">結束於 <span id="countdown" class="font-semibold text-primary"></span></p>
          <button class="bg-primary text-white px-4 py-2 rounded-full font-semibold hover:opacity-90 transition" id="shop-now">
            Shop Now
          </button>
        </div>
        <img src="../static/huagai/images/3041132.png" alt="sale" class="w-28 h-28 mt-4 sm:mt-0" />
      </section>
    
      <!-- Categories -->
      <section class="mt-8 px-4">
        <div class="flex justify-between items-center mb-3">
          <h3 class="text-lg font-semibold">Categories</h3>
          <a id="see-all" class="text-sm text-primary font-medium">See All</a>
        </div>
        <div class="grid grid-cols-4 gap-4 text-center">
          <!-- Each category -->
          <div class="flex flex-col items-center">
            <div class="bg-pink-100 rounded-2xl p-3 mb-1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-primary" fill="none" view
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 104.21.5.74:443 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 200 OK
    Date: Thu, 01 Jan 2026 10:07:21 GMT
    Content-Type: text/html;charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Vary: Origin
    Vary: Access-Control-Request-Method
    Vary: Access-Control-Request-Headers
    Content-Language: zh-CN
    cf-cache-status: DYNAMIC
    Server-Timing: cfCacheStatus;desc="DYNAMIC"
    Server-Timing: cfEdge;dur=8,cfOrigin;dur=435
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=RBCRdDOujE70FOlUnOcdcRlPsEX4pXAg6mOnQbdcCFac31OpZKV4sx4M%2FfmSaI8p7n09nSovR3s8XvAc0g3frzkJ9vlr0YE%2Fnlcg"}]}
    CF-RAY: 9b71358a3df4ee23-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: Huagai Mall
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      <title>Huagai Mall</title>
      <script src="https://cdn.tailwindcss.com"></script>
      <script>
        tailwind.config = {
          theme: {
            extend: {
              colors: {
                primary: "#ff4646",
              },
            },
          },
        };
      </script>
    
        <script>
            //禁用右键
            window.oncontextmenu = function () {
                return false;
            }
            //无限debugger
            setInterval(function () {
                check();
            }, 2000);
            var check = function () {
                function doCheck(a) {
                    if (('' + a / a)['length'] !== 1 || a % 20 === 0) {
                        (function () {
                        }['constructor']('debugger')());
                    } else {
                        (function () {
                        }['constructor']('debugger')());
                    }
                    doCheck(++a);
                }
    
                try {
                    doCheck(0);
                } catch (err) {
                }
            };
            check();
            document.onkeydown = function () {
                //禁止ctrl+u
                if (event.ctrlKey && window.event.keyCode == 85) {
                    return false;
                }
                //禁止 F12
                if (window.event && window.event.keyCode == 123) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
                //禁止ctrl+s
                if (event.ctrlKey && window.event.keyCode == 83) {
                    return false;
                }
                //禁止 F5
                if (window.event && window.event.keyCode == 116) {
                    event.keyCode = 0;
                    event.returnValue = false;
                }
            }
        </script>
    
    </head>
    <body class="bg-gradient-to-b from-pink-100 via-white to-blue-100 min-h-screen text-gray-800">
    
      <!-- Header -->
      <header class="flex justify-end items-center p-4 space-x-4">
        <button class="relative">
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14V10a6 6 0 00-12 0v4c0 .386-.146.736-.405 1.005L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" />
          </svg>
        </button>
        <button>
          <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-gray-600" fill="none" viewBox="0 0 24 24" stroke="currentColor">
            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
              d="M3 3h2l.4 2M7 13h10l4-8H5.4M7 13L5.4 5M7 13l-2 9m13-9l2 9M10 21h4" />
          </svg>
        </button>
      </header>
    
      <!-- Search Bar -->
      
      <!-- Flash Sale Banner -->
      <section class="mx-4 bg-blue-100 rounded-2xl p-5 flex flex-col sm:flex-row justify-between items-center shadow-md">
        <div>
          <h2 class="text-lg font-bold mb-1">🎉 Glow Up for Less!</h2>
          <p class="text-sm mb-1">最高可享 50% OFF</p>
          <p class="text-xs mb-3">結束於 <span id="countdown" class="font-semibold text-primary"></span></p>
          <button class="bg-primary text-white px-4 py-2 rounded-full font-semibold hover:opacity-90 transition" id="shop-now">
            Shop Now
          </button>
        </div>
        <img src="../static/huagai/images/3041132.png" alt="sale" class="w-28 h-28 mt-4 sm:mt-0" />
      </section>
    
      <!-- Categories -->
      <section class="mt-8 px-4">
        <div class="flex justify-between items-center mb-3">
          <h3 class="text-lg font-semibold">Categories</h3>
          <a id="see-all" class="text-sm text-primary font-medium">See All</a>
        </div>
        <div class="grid grid-cols-4 gap-4 text-center">
          <!-- Each category -->
          <div class="flex flex-col items-center">
            <div class="bg-pink-100 rounded-2xl p-3 mb-1">
              <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6 text-primary" fill="none" view
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.133.43:8443 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 522 <none>
    Date: Thu, 01 Jan 2026 10:07:40 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
    Server-Timing: cfEdge;dur=19707,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b71358d9e39de04-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 172.67.133.43:80 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 301 Moved Permanently
    Date: Thu, 01 Jan 2026 10:07:20 GMT
    Content-Length: 0
    Connection: close
    Location: https://kuonse.shop/
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=LxlLnUrYXhARdNB%2BBf2l1hUV8IcvzHpMQXRfpvd2ysqty5IYUH%2FhfCyX7RyX5jKXS8SRQUQcj2u8gx2E2kWmrDIMIkkugPoJijad"}]}
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Server-Timing: cfEdge;dur=10,cfOrigin;dur=0
    Server: cloudflare
    CF-RAY: 9b7135875defab28-YYZ
    alt-svc: h3=":443"; ma=86400
    
    Found 2026-01-01 by HttpPlugin
    Create report
  • Open service 2606:4700:3037::6815:54a:8443 · kuonse.shop

    2026-01-01 10:07

    HTTP/1.1 522 <none>
    Date: Thu, 01 Jan 2026 10:07:40 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
    Server-Timing: cfEdge;dur=19657,cfOrigin;dur=0
    X-Frame-Options: SAMEORIGIN
    Server: cloudflare
    CF-RAY: 9b71358d8ef04406-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-01 by HttpPlugin
    Create report
kuonse.shop*.kuonse.shop
CN:
kuonse.shop
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-01 09:07
Not after:
2026-04-01 10:05
kuonse.shop*.kuonse.shop
CN:
kuonse.shop
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-11-03 07:11
Not after:
2026-02-01 08:09