Domain dali1988.com
United States
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443

  • Swagger API description is publicly available
    First seen 2025-10-29 08:02
    Last seen 2026-02-01 23:10
    Open for 95 days
  • Swagger API description is publicly available
    First seen 2025-10-20 21:22
    Last seen 2026-02-10 06:21
    Open for 112 days
  • Open service 104.17.25.173:443 · dali1988.com

    2026-01-22 22:42

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 22:42:07 GMT
    Content-Type: text/html
    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
    vary: accept-encoding
    Content-Language: zh-CN
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 0
    Referrer-Policy: strict-origin-when-cross-origin
    set-cookie: XSRF-TOKEN=f640ff6d-ba09-4f24-9d91-3afdfcbb2521; Path=/; HTTPOnly
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QNbSYCHWakZOhpsuONE9CzMfHkNPh0F%2Bc8fVkqsX8q5eVMt4Nd%2FlxH5NtLKnkCuH4SahYKrb14oQZTpxzSHIB6z%2FOFnjdnptawY5YA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c22900c386b67f4-SJC
    alt-svc: h3=":443"; ma=86400
    
    Page title: 大力
    
    <!doctype html>
    <html lang="zh-CN">
      <head>
        
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
      <title>大力</title>
      <link rel="preload" href="/upload/3lcg7-bnszi-001.ico" as="image" />
      <link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.13.1" />
      <script>
        window.i18nResources = {
          "jsModule.colorSchemeSwitcher.dark": `暗色`,
          "jsModule.colorSchemeSwitcher.light": `亮色`,
          "jsModule.colorSchemeSwitcher.auto": `跟随系统`,
          "jsModule.share.qzone": `QQ 空间`,
          "jsModule.share.weibo": `微博`,
          "jsModule.share.douban": `豆瓣`,
          "jsModule.share.wechat": `微信`,
          "jsModule.share.native": `系统分享`,
          "jsModule.share.windowTitle": `分享`,
          "jsModule.upvote.networkError": `网络请求失败,请稍后再试`,
        };
      </script>
      <script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.13.1"></script>
      <script>
        main.initColorScheme("system",true)
      </script>
    
    
        
      <meta name="keywords" content="有票儿 大麦App 抢票助手" />
    <meta content="Halo 2.21.2" name="generator"/><!-- plugin-comment-widget start -->
    <script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.6.0"></script>
    <link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.6.0" />
    <!-- plugin-comment-widget end -->
    <!-- PluginSearchWidget start -->
    <script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
    <link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
    <!-- PluginSearchWidget end -->
    <link rel="icon" href="/upload/favicon.ico" />
    </head>
      <body class="bg-slate-50 dark:bg-slate-900">
        <header
      id="header-menu"
      class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
      x-data="{ open : false }"
    >
      <div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
        <div class="flex h-full items-center gap-6">
          <div class="mr-2 h-full">
            <a href="/" class="inline-flex h-full items-center">
              <img
                src="/upload/3lcg7-bnszi-001.ico"
                alt="Logo"
                class="h-full w-auto"
              />
              
            </a>
          </div>
          
        </div>
        <div class="flex items-center">
          <ul x-data="colorSchemeSwitcher" class="flex items-center gap-4">
            <li class="sm:hidden" x-on:click="open = true">
              <div class="i-tabler-menu-2 text-lg text-gray-600 hover:text-blue-600 dark:text-slate-100"></div>
            </li>
            <li
              x-data="dropdown"
              class="relative cursor-pointer transition-all"
              @mouseenter="open()"
              @mouseleave="close()"
            >
              <div
                class="cursor-pointer text-lg text-gray-600 transition-all hover:text-blue-600 dark:text-slate-100"
                :class="colorScheme.icon"
              ></div>
              <ul
                @mouseenter="open()"
                @mouseleave="close()"
                x-show="show"
                x-transition:enter="transition ease-out duration-100"
                x-transition:enter-start="transform opacity-0 scale-95"
                x-transition:enter-end="transform opacity-100 scale-100"
                x-transition:leave="transition ease-in duration-75"
                x-transition:leave-start="transform opacity-100 scale-100"
                x-transition:leave-end="transform opacity-0 scale-95"
                class="absolute right-0 z-10 mt-2 w-40 divide-y divide-gray-50 overflow-hidden rounded bg-white shadow dark:divide-slate-600 dark:bg-slate-700"
              >
                <template x-for="colorScheme in colorSchemes">
                  <li
                    class="flex w-full items-center gap-2 px-4 py-2 text-sm text-gray-600 hover:bg-gray-50 hover:text-blue-600 dark:text-slate-50 dark:hover:bg-slate-600 dark:hover:text-gray-300"
                    @click="[main.setColorScheme(colorScheme.val
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.17.25.173:443 · www.dali1988.com

    2026-01-22 12:12

    HTTP/1.1 200 OK
    Date: Thu, 22 Jan 2026 12:12:08 GMT
    Content-Type: text/html
    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
    vary: accept-encoding
    Content-Language: zh-CN
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 0
    Referrer-Policy: strict-origin-when-cross-origin
    set-cookie: XSRF-TOKEN=a525758d-e0c0-418c-9482-6a2a69c60367; Path=/; HTTPOnly
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=OpoLxLq2vaH4sB7UHLg0p2%2F72%2FPcOmtB%2BndCaLRuVmvNsQQLxahi0Iqg1TuJbz8xSRAtH1GWmILW9l5REUDzy9V3D43NkvSyz%2BNCGcBDhmE%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9c1ef52f1b7d64e8-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 大力
    
    <!doctype html>
    <html lang="zh-CN">
      <head>
        
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
      <title>大力</title>
      <link rel="preload" href="/upload/3lcg7-bnszi-001.ico" as="image" />
      <link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.13.1" />
      <script>
        window.i18nResources = {
          "jsModule.colorSchemeSwitcher.dark": `暗色`,
          "jsModule.colorSchemeSwitcher.light": `亮色`,
          "jsModule.colorSchemeSwitcher.auto": `跟随系统`,
          "jsModule.share.qzone": `QQ 空间`,
          "jsModule.share.weibo": `微博`,
          "jsModule.share.douban": `豆瓣`,
          "jsModule.share.wechat": `微信`,
          "jsModule.share.native": `系统分享`,
          "jsModule.share.windowTitle": `分享`,
          "jsModule.upvote.networkError": `网络请求失败,请稍后再试`,
        };
      </script>
      <script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.13.1"></script>
      <script>
        main.initColorScheme("system",true)
      </script>
    
    
        
      <meta name="keywords" content="有票儿 大麦App 抢票助手" />
    <meta content="Halo 2.21.2" name="generator"/><!-- plugin-comment-widget start -->
    <script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.6.0"></script>
    <link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.6.0" />
    <!-- plugin-comment-widget end -->
    <!-- PluginSearchWidget start -->
    <script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
    <link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
    <!-- PluginSearchWidget end -->
    <link rel="icon" href="/upload/favicon.ico" />
    </head>
      <body class="bg-slate-50 dark:bg-slate-900">
        <header
      id="header-menu"
      class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
      x-data="{ open : false }"
    >
      <div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
        <div class="flex h-full items-center gap-6">
          <div class="mr-2 h-full">
            <a href="/" class="inline-flex h-full items-center">
              <img
                src="/upload/3lcg7-bnszi-001.ico"
                alt="Logo"
                class="h-full w-auto"
              />
              
            </a>
          </div>
          
        </div>
        <div class="flex items-center">
          <ul x-data="colorSchemeSwitcher" class="flex items-center gap-4">
            <li class="sm:hidden" x-on:click="open = true">
              <div class="i-tabler-menu-2 text-lg text-gray-600 hover:text-blue-600 dark:text-slate-100"></div>
            </li>
            <li
              x-data="dropdown"
              class="relative cursor-pointer transition-all"
              @mouseenter="open()"
              @mouseleave="close()"
            >
              <div
                class="cursor-pointer text-lg text-gray-600 transition-all hover:text-blue-600 dark:text-slate-100"
                :class="colorScheme.icon"
              ></div>
              <ul
                @mouseenter="open()"
                @mouseleave="close()"
                x-show="show"
                x-transition:enter="transition ease-out duration-100"
                x-transition:enter-start="transform opacity-0 scale-95"
                x-transition:enter-end="transform opacity-100 scale-100"
                x-transition:leave="transition ease-in duration-75"
                x-transition:leave-start="transform opacity-100 scale-100"
                x-transition:leave-end="transform opacity-0 scale-95"
                class="absolute right-0 z-10 mt-2 w-40 divide-y divide-gray-50 overflow-hidden rounded bg-white shadow dark:divide-slate-600 dark:bg-slate-700"
              >
                <template x-for="colorScheme in colorSchemes">
                  <li
                    class="flex w-full items-center gap-2 px-4 py-2 text-sm text-gray-600 hover:bg-gray-50 hover:text-blue-600 dark:text-slate-50 dark:hover:bg-slate-600 dark:hover:text-gray-300"
                    @click="[main.setColorScheme(colorScheme.val
    Found 2026-01-22 by HttpPlugin
    Create report
  • Open service 104.17.25.173:443 · dali1988.com

    2026-01-10 02:44

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 02:44:29 GMT
    Content-Type: text/html
    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
    vary: accept-encoding
    Content-Language: zh-CN
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 0
    Referrer-Policy: strict-origin-when-cross-origin
    set-cookie: XSRF-TOKEN=0e52da57-e525-42e4-98f8-8a229b19f6af; Path=/; HTTPOnly
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=qpracLsbKJJ3E4gT%2BJLpmTDoAu0acwq98quMMv0IHMvl4xEP8hF%2FIGtA9hepcW3K8Bbwpf7XkYPHzmsLfDlIVjYRjMyQuH4TyOFAPQ%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb8d52b0e89f52c-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 大力
    
    <!doctype html>
    <html lang="zh-CN">
      <head>
        
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
      <title>大力</title>
      <link rel="preload" href="/upload/3lcg7-bnszi-001.ico" as="image" />
      <link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.13.1" />
      <script>
        window.i18nResources = {
          "jsModule.colorSchemeSwitcher.dark": `暗色`,
          "jsModule.colorSchemeSwitcher.light": `亮色`,
          "jsModule.colorSchemeSwitcher.auto": `跟随系统`,
          "jsModule.share.qzone": `QQ 空间`,
          "jsModule.share.weibo": `微博`,
          "jsModule.share.douban": `豆瓣`,
          "jsModule.share.wechat": `微信`,
          "jsModule.share.native": `系统分享`,
          "jsModule.share.windowTitle": `分享`,
          "jsModule.upvote.networkError": `网络请求失败,请稍后再试`,
        };
      </script>
      <script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.13.1"></script>
      <script>
        main.initColorScheme("system",true)
      </script>
    
    
        
      <meta name="keywords" content="有票儿 大麦App 抢票助手" />
    <meta content="Halo 2.21.2" name="generator"/><!-- plugin-comment-widget start -->
    <script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.6.0"></script>
    <link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.6.0" />
    <!-- plugin-comment-widget end -->
    <!-- PluginSearchWidget start -->
    <script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
    <link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
    <!-- PluginSearchWidget end -->
    <link rel="icon" href="/upload/favicon.ico" />
    </head>
      <body class="bg-slate-50 dark:bg-slate-900">
        <header
      id="header-menu"
      class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
      x-data="{ open : false }"
    >
      <div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
        <div class="flex h-full items-center gap-6">
          <div class="mr-2 h-full">
            <a href="/" class="inline-flex h-full items-center">
              <img
                src="/upload/3lcg7-bnszi-001.ico"
                alt="Logo"
                class="h-full w-auto"
              />
              
            </a>
          </div>
          
        </div>
        <div class="flex items-center">
          <ul x-data="colorSchemeSwitcher" class="flex items-center gap-4">
            <li class="sm:hidden" x-on:click="open = true">
              <div class="i-tabler-menu-2 text-lg text-gray-600 hover:text-blue-600 dark:text-slate-100"></div>
            </li>
            <li
              x-data="dropdown"
              class="relative cursor-pointer transition-all"
              @mouseenter="open()"
              @mouseleave="close()"
            >
              <div
                class="cursor-pointer text-lg text-gray-600 transition-all hover:text-blue-600 dark:text-slate-100"
                :class="colorScheme.icon"
              ></div>
              <ul
                @mouseenter="open()"
                @mouseleave="close()"
                x-show="show"
                x-transition:enter="transition ease-out duration-100"
                x-transition:enter-start="transform opacity-0 scale-95"
                x-transition:enter-end="transform opacity-100 scale-100"
                x-transition:leave="transition ease-in duration-75"
                x-transition:leave-start="transform opacity-100 scale-100"
                x-transition:leave-end="transform opacity-0 scale-95"
                class="absolute right-0 z-10 mt-2 w-40 divide-y divide-gray-50 overflow-hidden rounded bg-white shadow dark:divide-slate-600 dark:bg-slate-700"
              >
                <template x-for="colorScheme in colorSchemes">
                  <li
                    class="flex w-full items-center gap-2 px-4 py-2 text-sm text-gray-600 hover:bg-gray-50 hover:text-blue-600 dark:text-slate-50 dark:hover:bg-slate-600 dark:hover:text-gray-300"
                    @click="[main.setColorScheme(colorScheme.val
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 104.17.25.173:443 · www.dali1988.com

    2026-01-10 01:24

    HTTP/1.1 200 OK
    Date: Sat, 10 Jan 2026 01:24:39 GMT
    Content-Type: text/html
    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
    vary: accept-encoding
    Content-Language: zh-CN
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 0
    Referrer-Policy: strict-origin-when-cross-origin
    set-cookie: XSRF-TOKEN=cb3e2da6-3972-43bc-a000-8246a44515e4; Path=/; HTTPOnly
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8QD9mF51SyWFiRahMmYx4nR4HzAxjov8%2F24t%2F9BcTsldUNIA%2F6YEX4J%2BB6N1S9vrFaQjasDH%2B142oZLE%2F2vPlwZSHXWkU%2BzQi2nXiaGcDtY%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb8603c4df4db35-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 大力
    
    <!doctype html>
    <html lang="zh-CN">
      <head>
        
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
      <title>大力</title>
      <link rel="preload" href="/upload/3lcg7-bnszi-001.ico" as="image" />
      <link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.13.1" />
      <script>
        window.i18nResources = {
          "jsModule.colorSchemeSwitcher.dark": `暗色`,
          "jsModule.colorSchemeSwitcher.light": `亮色`,
          "jsModule.colorSchemeSwitcher.auto": `跟随系统`,
          "jsModule.share.qzone": `QQ 空间`,
          "jsModule.share.weibo": `微博`,
          "jsModule.share.douban": `豆瓣`,
          "jsModule.share.wechat": `微信`,
          "jsModule.share.native": `系统分享`,
          "jsModule.share.windowTitle": `分享`,
          "jsModule.upvote.networkError": `网络请求失败,请稍后再试`,
        };
      </script>
      <script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.13.1"></script>
      <script>
        main.initColorScheme("system",true)
      </script>
    
    
        
      <meta name="keywords" content="有票儿 大麦App 抢票助手" />
    <meta content="Halo 2.21.2" name="generator"/><!-- plugin-comment-widget start -->
    <script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.6.0"></script>
    <link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.6.0" />
    <!-- plugin-comment-widget end -->
    <!-- PluginSearchWidget start -->
    <script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
    <link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
    <!-- PluginSearchWidget end -->
    <link rel="icon" href="/upload/favicon.ico" />
    </head>
      <body class="bg-slate-50 dark:bg-slate-900">
        <header
      id="header-menu"
      class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
      x-data="{ open : false }"
    >
      <div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
        <div class="flex h-full items-center gap-6">
          <div class="mr-2 h-full">
            <a href="/" class="inline-flex h-full items-center">
              <img
                src="/upload/3lcg7-bnszi-001.ico"
                alt="Logo"
                class="h-full w-auto"
              />
              
            </a>
          </div>
          
        </div>
        <div class="flex items-center">
          <ul x-data="colorSchemeSwitcher" class="flex items-center gap-4">
            <li class="sm:hidden" x-on:click="open = true">
              <div class="i-tabler-menu-2 text-lg text-gray-600 hover:text-blue-600 dark:text-slate-100"></div>
            </li>
            <li
              x-data="dropdown"
              class="relative cursor-pointer transition-all"
              @mouseenter="open()"
              @mouseleave="close()"
            >
              <div
                class="cursor-pointer text-lg text-gray-600 transition-all hover:text-blue-600 dark:text-slate-100"
                :class="colorScheme.icon"
              ></div>
              <ul
                @mouseenter="open()"
                @mouseleave="close()"
                x-show="show"
                x-transition:enter="transition ease-out duration-100"
                x-transition:enter-start="transform opacity-0 scale-95"
                x-transition:enter-end="transform opacity-100 scale-100"
                x-transition:leave="transition ease-in duration-75"
                x-transition:leave-start="transform opacity-100 scale-100"
                x-transition:leave-end="transform opacity-0 scale-95"
                class="absolute right-0 z-10 mt-2 w-40 divide-y divide-gray-50 overflow-hidden rounded bg-white shadow dark:divide-slate-600 dark:bg-slate-700"
              >
                <template x-for="colorScheme in colorSchemes">
                  <li
                    class="flex w-full items-center gap-2 px-4 py-2 text-sm text-gray-600 hover:bg-gray-50 hover:text-blue-600 dark:text-slate-50 dark:hover:bg-slate-600 dark:hover:text-gray-300"
                    @click="[main.setColorScheme(colorScheme.val
    Found 2026-01-10 by HttpPlugin
    Create report
  • Open service 2606:4700:8ca0::3dc4:21a2:443 · www.dali1988.com

    2026-01-06 21:18

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 21:18:41 GMT
    Content-Type: text/html
    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
    vary: accept-encoding
    Content-Language: zh-CN
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 0
    Referrer-Policy: strict-origin-when-cross-origin
    set-cookie: XSRF-TOKEN=6b530da4-9201-4e3a-8768-f5d52ffabc13; Path=/; HTTPOnly
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=t%2F5XOKTslQ7exoo38QL9g2uwnjL8K9ptVLOZw%2Fszdqfm2OgcFnB54njPpcDLm8JoyE50TVT2KTps1Z%2F7JDJo6O%2BCzLpKb6xULh7Rfab5ydpcPSrtIyHou8MZMg8%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9e3fc65ace098f-FRA
    alt-svc: h3=":443"; ma=86400
    
    Page title: 大力
    
    <!doctype html>
    <html lang="zh-CN">
      <head>
        
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
      <title>大力</title>
      <link rel="preload" href="/upload/3lcg7-bnszi-001.ico" as="image" />
      <link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.13.1" />
      <script>
        window.i18nResources = {
          "jsModule.colorSchemeSwitcher.dark": `暗色`,
          "jsModule.colorSchemeSwitcher.light": `亮色`,
          "jsModule.colorSchemeSwitcher.auto": `跟随系统`,
          "jsModule.share.qzone": `QQ 空间`,
          "jsModule.share.weibo": `微博`,
          "jsModule.share.douban": `豆瓣`,
          "jsModule.share.wechat": `微信`,
          "jsModule.share.native": `系统分享`,
          "jsModule.share.windowTitle": `分享`,
          "jsModule.upvote.networkError": `网络请求失败,请稍后再试`,
        };
      </script>
      <script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.13.1"></script>
      <script>
        main.initColorScheme("system",true)
      </script>
    
    
        
      <meta name="keywords" content="有票儿 大麦App 抢票助手" />
    <meta content="Halo 2.21.2" name="generator"/><!-- plugin-comment-widget start -->
    <script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.6.0"></script>
    <link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.6.0" />
    <!-- plugin-comment-widget end -->
    <!-- PluginSearchWidget start -->
    <script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
    <link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
    <!-- PluginSearchWidget end -->
    <link rel="icon" href="/upload/favicon.ico" />
    </head>
      <body class="bg-slate-50 dark:bg-slate-900">
        <header
      id="header-menu"
      class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
      x-data="{ open : false }"
    >
      <div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
        <div class="flex h-full items-center gap-6">
          <div class="mr-2 h-full">
            <a href="/" class="inline-flex h-full items-center">
              <img
                src="/upload/3lcg7-bnszi-001.ico"
                alt="Logo"
                class="h-full w-auto"
              />
              
            </a>
          </div>
          
        </div>
        <div class="flex items-center">
          <ul x-data="colorSchemeSwitcher" class="flex items-center gap-4">
            <li class="sm:hidden" x-on:click="open = true">
              <div class="i-tabler-menu-2 text-lg text-gray-600 hover:text-blue-600 dark:text-slate-100"></div>
            </li>
            <li
              x-data="dropdown"
              class="relative cursor-pointer transition-all"
              @mouseenter="open()"
              @mouseleave="close()"
            >
              <div
                class="cursor-pointer text-lg text-gray-600 transition-all hover:text-blue-600 dark:text-slate-100"
                :class="colorScheme.icon"
              ></div>
              <ul
                @mouseenter="open()"
                @mouseleave="close()"
                x-show="show"
                x-transition:enter="transition ease-out duration-100"
                x-transition:enter-start="transform opacity-0 scale-95"
                x-transition:enter-end="transform opacity-100 scale-100"
                x-transition:leave="transition ease-in duration-75"
                x-transition:leave-start="transform opacity-100 scale-100"
                x-transition:leave-end="transform opacity-0 scale-95"
                class="absolute right-0 z-10 mt-2 w-40 divide-y divide-gray-50 overflow-hidden rounded bg-white shadow dark:divide-slate-600 dark:bg-slate-700"
              >
                <template x-for="colorScheme in colorSchemes">
                  <li
                    class="flex w-full items-center gap-2 px-4 py-2 text-sm text-gray-600 hover:bg-gray-50 hover:text-blue-600 dark:text-slate-50 dark:hover:bg-slate-600 dark:hover:text-gray-300"
                    @click="[main.setColorScheme(colorScheme.val
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.17.25.173:443 · www.dali1988.com

    2026-01-06 21:18

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 21:18:41 GMT
    Content-Type: text/html
    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
    vary: accept-encoding
    Content-Language: zh-CN
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 0
    Referrer-Policy: strict-origin-when-cross-origin
    set-cookie: XSRF-TOKEN=79b25f12-2cd0-44a1-a208-7d080d2d9a1d; Path=/; HTTPOnly
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=hDDF4pikJKQ1cVVITq9JYkhWtPmRf0N%2BBZpuEk2LhxxXTz80iI1t6uKiZxtqgxiejDTFIWQXhXzm%2BhzgSpWfj2nKJ8SPn5Iz9lSNk64pksI%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9e3fc63cb7c148-AMS
    alt-svc: h3=":443"; ma=86400
    
    Page title: 大力
    
    <!doctype html>
    <html lang="zh-CN">
      <head>
        
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
      <title>大力</title>
      <link rel="preload" href="/upload/3lcg7-bnszi-001.ico" as="image" />
      <link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.13.1" />
      <script>
        window.i18nResources = {
          "jsModule.colorSchemeSwitcher.dark": `暗色`,
          "jsModule.colorSchemeSwitcher.light": `亮色`,
          "jsModule.colorSchemeSwitcher.auto": `跟随系统`,
          "jsModule.share.qzone": `QQ 空间`,
          "jsModule.share.weibo": `微博`,
          "jsModule.share.douban": `豆瓣`,
          "jsModule.share.wechat": `微信`,
          "jsModule.share.native": `系统分享`,
          "jsModule.share.windowTitle": `分享`,
          "jsModule.upvote.networkError": `网络请求失败,请稍后再试`,
        };
      </script>
      <script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.13.1"></script>
      <script>
        main.initColorScheme("system",true)
      </script>
    
    
        
      <meta name="keywords" content="有票儿 大麦App 抢票助手" />
    <meta content="Halo 2.21.2" name="generator"/><!-- plugin-comment-widget start -->
    <script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.6.0"></script>
    <link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.6.0" />
    <!-- plugin-comment-widget end -->
    <!-- PluginSearchWidget start -->
    <script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
    <link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
    <!-- PluginSearchWidget end -->
    <link rel="icon" href="/upload/favicon.ico" />
    </head>
      <body class="bg-slate-50 dark:bg-slate-900">
        <header
      id="header-menu"
      class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
      x-data="{ open : false }"
    >
      <div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
        <div class="flex h-full items-center gap-6">
          <div class="mr-2 h-full">
            <a href="/" class="inline-flex h-full items-center">
              <img
                src="/upload/3lcg7-bnszi-001.ico"
                alt="Logo"
                class="h-full w-auto"
              />
              
            </a>
          </div>
          
        </div>
        <div class="flex items-center">
          <ul x-data="colorSchemeSwitcher" class="flex items-center gap-4">
            <li class="sm:hidden" x-on:click="open = true">
              <div class="i-tabler-menu-2 text-lg text-gray-600 hover:text-blue-600 dark:text-slate-100"></div>
            </li>
            <li
              x-data="dropdown"
              class="relative cursor-pointer transition-all"
              @mouseenter="open()"
              @mouseleave="close()"
            >
              <div
                class="cursor-pointer text-lg text-gray-600 transition-all hover:text-blue-600 dark:text-slate-100"
                :class="colorScheme.icon"
              ></div>
              <ul
                @mouseenter="open()"
                @mouseleave="close()"
                x-show="show"
                x-transition:enter="transition ease-out duration-100"
                x-transition:enter-start="transform opacity-0 scale-95"
                x-transition:enter-end="transform opacity-100 scale-100"
                x-transition:leave="transition ease-in duration-75"
                x-transition:leave-start="transform opacity-100 scale-100"
                x-transition:leave-end="transform opacity-0 scale-95"
                class="absolute right-0 z-10 mt-2 w-40 divide-y divide-gray-50 overflow-hidden rounded bg-white shadow dark:divide-slate-600 dark:bg-slate-700"
              >
                <template x-for="colorScheme in colorSchemes">
                  <li
                    class="flex w-full items-center gap-2 px-4 py-2 text-sm text-gray-600 hover:bg-gray-50 hover:text-blue-600 dark:text-slate-50 dark:hover:bg-slate-600 dark:hover:text-gray-300"
                    @click="[main.setColorScheme(colorScheme.val
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.18.185.26:443 · www.dali1988.com

    2026-01-06 21:18

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 21:18:40 GMT
    Content-Type: text/html
    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
    vary: accept-encoding
    Content-Language: zh-CN
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 0
    Referrer-Policy: strict-origin-when-cross-origin
    set-cookie: XSRF-TOKEN=482ec50f-4416-4cdd-bff2-f633e0fd14eb; Path=/; HTTPOnly
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=51UYxtMtStz0XJ2vT8OYilpd7nAfiySQUSqIVcilxPbfI2loA0nj7nEO3iC07Mtfg280Npbw5gJgDajDG2lnfLoRhcc4jx%2FkZb7kxUDd"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9e3fc5e92ffccc-EWR
    alt-svc: h3=":443"; ma=86400
    
    Page title: 大力
    
    <!doctype html>
    <html lang="zh-CN">
      <head>
        
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
      <title>大力</title>
      <link rel="preload" href="/upload/3lcg7-bnszi-001.ico" as="image" />
      <link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.13.1" />
      <script>
        window.i18nResources = {
          "jsModule.colorSchemeSwitcher.dark": `暗色`,
          "jsModule.colorSchemeSwitcher.light": `亮色`,
          "jsModule.colorSchemeSwitcher.auto": `跟随系统`,
          "jsModule.share.qzone": `QQ 空间`,
          "jsModule.share.weibo": `微博`,
          "jsModule.share.douban": `豆瓣`,
          "jsModule.share.wechat": `微信`,
          "jsModule.share.native": `系统分享`,
          "jsModule.share.windowTitle": `分享`,
          "jsModule.upvote.networkError": `网络请求失败,请稍后再试`,
        };
      </script>
      <script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.13.1"></script>
      <script>
        main.initColorScheme("system",true)
      </script>
    
    
        
      <meta name="keywords" content="有票儿 大麦App 抢票助手" />
    <meta content="Halo 2.21.2" name="generator"/><!-- plugin-comment-widget start -->
    <script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.6.0"></script>
    <link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.6.0" />
    <!-- plugin-comment-widget end -->
    <!-- PluginSearchWidget start -->
    <script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
    <link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
    <!-- PluginSearchWidget end -->
    <link rel="icon" href="/upload/favicon.ico" />
    </head>
      <body class="bg-slate-50 dark:bg-slate-900">
        <header
      id="header-menu"
      class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
      x-data="{ open : false }"
    >
      <div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
        <div class="flex h-full items-center gap-6">
          <div class="mr-2 h-full">
            <a href="/" class="inline-flex h-full items-center">
              <img
                src="/upload/3lcg7-bnszi-001.ico"
                alt="Logo"
                class="h-full w-auto"
              />
              
            </a>
          </div>
          
        </div>
        <div class="flex items-center">
          <ul x-data="colorSchemeSwitcher" class="flex items-center gap-4">
            <li class="sm:hidden" x-on:click="open = true">
              <div class="i-tabler-menu-2 text-lg text-gray-600 hover:text-blue-600 dark:text-slate-100"></div>
            </li>
            <li
              x-data="dropdown"
              class="relative cursor-pointer transition-all"
              @mouseenter="open()"
              @mouseleave="close()"
            >
              <div
                class="cursor-pointer text-lg text-gray-600 transition-all hover:text-blue-600 dark:text-slate-100"
                :class="colorScheme.icon"
              ></div>
              <ul
                @mouseenter="open()"
                @mouseleave="close()"
                x-show="show"
                x-transition:enter="transition ease-out duration-100"
                x-transition:enter-start="transform opacity-0 scale-95"
                x-transition:enter-end="transform opacity-100 scale-100"
                x-transition:leave="transition ease-in duration-75"
                x-transition:leave-start="transform opacity-100 scale-100"
                x-transition:leave-end="transform opacity-0 scale-95"
                class="absolute right-0 z-10 mt-2 w-40 divide-y divide-gray-50 overflow-hidden rounded bg-white shadow dark:divide-slate-600 dark:bg-slate-700"
              >
                <template x-for="colorScheme in colorSchemes">
                  <li
                    class="flex w-full items-center gap-2 px-4 py-2 text-sm text-gray-600 hover:bg-gray-50 hover:text-blue-600 dark:text-slate-50 dark:hover:bg-slate-600 dark:hover:text-gray-300"
                    @click="[main.setColorScheme(colorScheme.val
    Found 2026-01-06 by HttpPlugin
    Create report
  • Open service 104.17.25.173:443 · dali1988.com

    2026-01-06 21:18

    HTTP/1.1 200 OK
    Date: Tue, 06 Jan 2026 21:18:41 GMT
    Content-Type: text/html
    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
    vary: accept-encoding
    Content-Language: zh-CN
    Cache-Control: no-cache, no-store, max-age=0, must-revalidate
    Pragma: no-cache
    Expires: 0
    X-Content-Type-Options: nosniff
    Strict-Transport-Security: max-age=31536000
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 0
    Referrer-Policy: strict-origin-when-cross-origin
    set-cookie: XSRF-TOKEN=043aceb0-b1bf-4621-ba56-4f7265b040e1; Path=/; HTTPOnly
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=J7K6C2QvIEQ9dtn9vuTJN%2B4jqQq6%2Bz9ercrengAwFNhFLhNvA6Ifd42aeJOy85SJi%2BhGbg6ZLuIRseMBmjJxWpew%2BwrQwGoVH2Q%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9b9e3fc4fbe15f93-SIN
    alt-svc: h3=":443"; ma=86400
    
    Page title: 大力
    
    <!doctype html>
    <html lang="zh-CN">
      <head>
        
      <meta charset="UTF-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
      <title>大力</title>
      <link rel="preload" href="/upload/3lcg7-bnszi-001.ico" as="image" />
      <link rel="stylesheet" href="/themes/theme-earth/assets/dist/style.css?v=1.13.1" />
      <script>
        window.i18nResources = {
          "jsModule.colorSchemeSwitcher.dark": `暗色`,
          "jsModule.colorSchemeSwitcher.light": `亮色`,
          "jsModule.colorSchemeSwitcher.auto": `跟随系统`,
          "jsModule.share.qzone": `QQ 空间`,
          "jsModule.share.weibo": `微博`,
          "jsModule.share.douban": `豆瓣`,
          "jsModule.share.wechat": `微信`,
          "jsModule.share.native": `系统分享`,
          "jsModule.share.windowTitle": `分享`,
          "jsModule.upvote.networkError": `网络请求失败,请稍后再试`,
        };
      </script>
      <script src="/themes/theme-earth/assets/dist/main.iife.js?v=1.13.1"></script>
      <script>
        main.initColorScheme("system",true)
      </script>
    
    
        
      <meta name="keywords" content="有票儿 大麦App 抢票助手" />
    <meta content="Halo 2.21.2" name="generator"/><!-- plugin-comment-widget start -->
    <script src="/plugins/PluginCommentWidget/assets/static/comment-widget.iife.js?version=2.6.0"></script>
    <link rel="stylesheet" href="/plugins/PluginCommentWidget/assets/static/style.css?version=2.6.0" />
    <!-- plugin-comment-widget end -->
    <!-- PluginSearchWidget start -->
    <script src="/plugins/PluginSearchWidget/assets/static/search-widget.iife.js?version=1.7.0" defer></script>
    <link rel="stylesheet" href="/plugins/PluginSearchWidget/assets/static/style.css?version=1.7.0" />
    <!-- PluginSearchWidget end -->
    <link rel="icon" href="/upload/favicon.ico" />
    </head>
      <body class="bg-slate-50 dark:bg-slate-900">
        <header
      id="header-menu"
      class="sticky top-0 z-10 flex h-16 bg-white py-3 shadow-sm transition-all dark:bg-gray-800"
      x-data="{ open : false }"
    >
      <div class="mx-auto flex h-full w-full max-w-7xl justify-between px-4 lg:px-6">
        <div class="flex h-full items-center gap-6">
          <div class="mr-2 h-full">
            <a href="/" class="inline-flex h-full items-center">
              <img
                src="/upload/3lcg7-bnszi-001.ico"
                alt="Logo"
                class="h-full w-auto"
              />
              
            </a>
          </div>
          
        </div>
        <div class="flex items-center">
          <ul x-data="colorSchemeSwitcher" class="flex items-center gap-4">
            <li class="sm:hidden" x-on:click="open = true">
              <div class="i-tabler-menu-2 text-lg text-gray-600 hover:text-blue-600 dark:text-slate-100"></div>
            </li>
            <li
              x-data="dropdown"
              class="relative cursor-pointer transition-all"
              @mouseenter="open()"
              @mouseleave="close()"
            >
              <div
                class="cursor-pointer text-lg text-gray-600 transition-all hover:text-blue-600 dark:text-slate-100"
                :class="colorScheme.icon"
              ></div>
              <ul
                @mouseenter="open()"
                @mouseleave="close()"
                x-show="show"
                x-transition:enter="transition ease-out duration-100"
                x-transition:enter-start="transform opacity-0 scale-95"
                x-transition:enter-end="transform opacity-100 scale-100"
                x-transition:leave="transition ease-in duration-75"
                x-transition:leave-start="transform opacity-100 scale-100"
                x-transition:leave-end="transform opacity-0 scale-95"
                class="absolute right-0 z-10 mt-2 w-40 divide-y divide-gray-50 overflow-hidden rounded bg-white shadow dark:divide-slate-600 dark:bg-slate-700"
              >
                <template x-for="colorScheme in colorSchemes">
                  <li
                    class="flex w-full items-center gap-2 px-4 py-2 text-sm text-gray-600 hover:bg-gray-50 hover:text-blue-600 dark:text-slate-50 dark:hover:bg-slate-600 dark:hover:text-gray-300"
                    @click="[main.setColorScheme(colorScheme.val
    Found 2026-01-06 by HttpPlugin
    Create report
dali1988.com
CN:
dali1988.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-27 07:57
Not after:
2026-03-27 08:57
www.dali1988.com
CN:
www.dali1988.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2025-12-27 08:08
Not after:
2026-03-27 09:08