Domain user.gochatx.com
CLOUDFLARENET
Software information

cloudflare cloudflare

tcp/443 tcp/80 tcp/8443

  • Open service 172.67.72.42:80 · user.gochatx.com

    2026-01-09 19:06

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 19:06:52 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://user.gochatx.com/
    Set-Cookie: SITE_TOTAL_ID=1ed60652d58f312bd07da59c1de8b1a9; Path=/; Max-Age=259200000; HttpOnly
    Strict-Transport-Security: max-age=31536000
    Alt-Svc: h3=":443"; ma=86400
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8OXaKlqbcWzV6tgzvdi%2FZQbpRV2TKHqJKZfa9qQE0cGONBNnBH%2BlJafnT22sdlBVbq0KeCeglVp3bWolEuaGrxKF29YkN3f78vkGd%2FL07w%3D%3D"}]}
    CF-RAY: 9bb636ddfd342f12-FRA
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 3 days ago by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:482a:443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 05:31:34 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 26 Dec 2025 06:49:26 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: SITE_TOTAL_ID=a549c1a551c8ef4a9536f2c051aad38f; Path=/; Max-Age=259200000; HttpOnly
    strict-transport-security: max-age=31536000
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mKr0AGdhBSuTiuJ8FTEbiOEZdbmLwbH6SuW3y8fZZSCu8ZZ%2FlLeC3gv0NJNUxtQg5X4AIHwqdfegwBWQDuQ85Dxp1czHN327eLb5X0tUmv9yeWNe2xAjcNvk1A%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb18c934a71c537-BLR
    
    Page title: Chat X
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta http-equiv="Expires" content="0">
      <meta http-equiv="Pragma" content="no-cache">
      <meta http-equiv="Cache-control" content="no-cache">
      <meta http-equiv="Cache" content="no-cache">
      <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.4f9dd634.ico">
      <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, viewport-fit=cover">
      <title>Chat X</title>
      <!-- Google Tag Manager -->
      <script>(function (w, d, s, l, i) {
          w[l] = w[l] || []; w[l].push({
            'gtm.start':
              new Date().getTime(), event: 'gtm.js'
          }); var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
              'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-WKCLW6QQ');</script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
      </script>
      <link rel="canonical" href="https://user.gochatx.com">
    
      <!-- End Google Tag Manager -->
      <style>#app {
          width: 100vw;
          height: 100vh;
      }</style>
      <script type="module" crossorigin src="/assets/index.188f1133.js"></script>
      <link rel="modulepreload" crossorigin href="/assets/arco.3a67cddb.js">
      <link rel="modulepreload" crossorigin href="/assets/chart.222c4d1a.js">
      <link rel="modulepreload" crossorigin href="/assets/vue.f6315593.js">
      <link rel="stylesheet" href="/assets/index.ae87f1ff.css">
    </head>
    
    <body>
      <!-- Google Tag Manager (noscript) -->
      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WKCLW6QQ" height="0" width="0"
          style="display:none;visibility:hidden"></iframe></noscript>
      <!-- End Google Tag Manager (noscript) -->
      <div id="app"></div>
      
    </body>
    
    <script>
      ;(function (window, document) {
        var sizeUI = 375 // 定义设计图尺寸
        var remBase = 37.5 // 定义基准值
        var docEl = document.documentElement
        var bodyEl = document.querySelector('body')
    
        setRemUnit()
    
        window.addEventListener('resize', setRemUnit)
        window.addEventListener('pageshow', function (e) {
          if (e.persisted) setRemUnit()
        })
    
        function setRemUnit () {
          if(window.innerWidth > 768)return
          var docFontSize = docEl.clientWidth / sizeUI * remBase
          docEl.style.fontSize = docFontSize + 'px'
          bodyEl.style.fontSize = 16 / docFontSize + 'rem'
          handleRemAdapt()
        }
    
        function handleRemAdapt () {
          var currentFontSize = parseInt(docEl.style.fontSize)
          var temp = currentFontSize
          for (var i = 0; i < 100; i++) {
            var realFontSize = parseInt(window.getComputedStyle(docEl).fontSize)
            var differ = realFontSize - currentFontSize
            if (Math.abs(differ) >= 1) {
              if (differ > 0) {
                temp--
              } else {
                temp++
              }
              docEl.style.fontSize = temp + 'px'
            } else {
              break
            }
          }
        }
      })(window, document)
    </script>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.8.124:8443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 522 <none>
    Date: Fri, 09 Jan 2026 05:31:53 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: 9bb18c94a87dd3a6-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:482a:8443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 522 <none>
    Date: Fri, 09 Jan 2026 05:31:53 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: 9bb18c943a6b1a5c-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:97c:443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 05:31:34 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 26 Dec 2025 06:49:26 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: SITE_TOTAL_ID=6643269de336695d6fe7c6f06e5fafef; Path=/; Max-Age=259200000; HttpOnly
    strict-transport-security: max-age=31536000
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9ccTG3ee2uLnyi6JjJ2Miu7%2B6vNC8OgEQr8Cd0QvELP%2BBLmOdrgANGFySUL2y04PPJy5HOBWd%2BJ3TNsw6Jrg3vOjCT1NfVvAaxqd6oEPD79y0agqcSDvsSqOMg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb18c92dd46c1a1-BLR
    
    Page title: Chat X
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta http-equiv="Expires" content="0">
      <meta http-equiv="Pragma" content="no-cache">
      <meta http-equiv="Cache-control" content="no-cache">
      <meta http-equiv="Cache" content="no-cache">
      <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.4f9dd634.ico">
      <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, viewport-fit=cover">
      <title>Chat X</title>
      <!-- Google Tag Manager -->
      <script>(function (w, d, s, l, i) {
          w[l] = w[l] || []; w[l].push({
            'gtm.start':
              new Date().getTime(), event: 'gtm.js'
          }); var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
              'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-WKCLW6QQ');</script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
      </script>
      <link rel="canonical" href="https://user.gochatx.com">
    
      <!-- End Google Tag Manager -->
      <style>#app {
          width: 100vw;
          height: 100vh;
      }</style>
      <script type="module" crossorigin src="/assets/index.188f1133.js"></script>
      <link rel="modulepreload" crossorigin href="/assets/arco.3a67cddb.js">
      <link rel="modulepreload" crossorigin href="/assets/chart.222c4d1a.js">
      <link rel="modulepreload" crossorigin href="/assets/vue.f6315593.js">
      <link rel="stylesheet" href="/assets/index.ae87f1ff.css">
    </head>
    
    <body>
      <!-- Google Tag Manager (noscript) -->
      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WKCLW6QQ" height="0" width="0"
          style="display:none;visibility:hidden"></iframe></noscript>
      <!-- End Google Tag Manager (noscript) -->
      <div id="app"></div>
      
    </body>
    
    <script>
      ;(function (window, document) {
        var sizeUI = 375 // 定义设计图尺寸
        var remBase = 37.5 // 定义基准值
        var docEl = document.documentElement
        var bodyEl = document.querySelector('body')
    
        setRemUnit()
    
        window.addEventListener('resize', setRemUnit)
        window.addEventListener('pageshow', function (e) {
          if (e.persisted) setRemUnit()
        })
    
        function setRemUnit () {
          if(window.innerWidth > 768)return
          var docFontSize = docEl.clientWidth / sizeUI * remBase
          docEl.style.fontSize = docFontSize + 'px'
          bodyEl.style.fontSize = 16 / docFontSize + 'rem'
          handleRemAdapt()
        }
    
        function handleRemAdapt () {
          var currentFontSize = parseInt(docEl.style.fontSize)
          var temp = currentFontSize
          for (var i = 0; i < 100; i++) {
            var realFontSize = parseInt(window.getComputedStyle(docEl).fontSize)
            var differ = realFontSize - currentFontSize
            if (Math.abs(differ) >= 1) {
              if (differ > 0) {
                temp--
              } else {
                temp++
              }
              docEl.style.fontSize = temp + 'px'
            } else {
              break
            }
          }
        }
      })(window, document)
    </script>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:87c:8443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 522 <none>
    Date: Fri, 09 Jan 2026 05:31:54 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: 9bb18c943b847280-EWR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.67.72.42:80 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 05:31:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://user.gochatx.com/
    Set-Cookie: SITE_TOTAL_ID=3fc735b1f0eec763345f08cf2a8fd3c8; Path=/; Max-Age=259200000; HttpOnly
    Strict-Transport-Security: max-age=31536000
    Alt-Svc: h3=":443"; ma=86400
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=h%2BqDl3IJSnL2ldthkEuiBeEunLuvbBAw5KvLyX0SpfaaUPy3i%2FCCu8sAej2lVPtQxj0QzY6Lm87o6jEuNiAwraPfrUm05ECwKrslMM0%3D"}]}
    CF-RAY: 9bb18c8ecbf49969-FRA
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::ac43:482a:80 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 05:31:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://user.gochatx.com/
    Set-Cookie: SITE_TOTAL_ID=6ccdef4a0091805eddc171a7258518d1; Path=/; Max-Age=259200000; HttpOnly
    Strict-Transport-Security: max-age=31536000
    Alt-Svc: h3=":443"; ma=86400
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nhdrOMfma7VYA2zbecULM5nR0dYuscn5rNNQUHx%2FIfVyikshmpZg4vMxCw0rHIY%2Bwb87qDo5eFT0yL6%2FsLI1fVjy7U5c5uqVmDQdaE%2FdlIicIBP%2Ft%2BivoCj%2FXw%3D%3D"}]}
    CF-RAY: 9bb18c8e991b6687-AMS
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:87c:443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 05:31:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 26 Dec 2025 06:49:26 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: SITE_TOTAL_ID=8ed5ab3fc1d4f270ba546aed40e42128; Path=/; Max-Age=259200000; HttpOnly
    strict-transport-security: max-age=31536000
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=JkdIiD9xxVkzWvhsX65y1iMuLAbK%2B854snBC8kuhcVluBH%2BI4pbb7AIbBfLaGCBxIyV52q8KuNvPjG1MsZnj0fkyQtGl4wRC4c21YVZg%2BSg8TBg%2FVU5C5TDnrA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb18c8f4e57f46f-FRA
    
    Page title: Chat X
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta http-equiv="Expires" content="0">
      <meta http-equiv="Pragma" content="no-cache">
      <meta http-equiv="Cache-control" content="no-cache">
      <meta http-equiv="Cache" content="no-cache">
      <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.4f9dd634.ico">
      <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, viewport-fit=cover">
      <title>Chat X</title>
      <!-- Google Tag Manager -->
      <script>(function (w, d, s, l, i) {
          w[l] = w[l] || []; w[l].push({
            'gtm.start':
              new Date().getTime(), event: 'gtm.js'
          }); var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
              'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-WKCLW6QQ');</script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
      </script>
      <link rel="canonical" href="https://user.gochatx.com">
    
      <!-- End Google Tag Manager -->
      <style>#app {
          width: 100vw;
          height: 100vh;
      }</style>
      <script type="module" crossorigin src="/assets/index.188f1133.js"></script>
      <link rel="modulepreload" crossorigin href="/assets/arco.3a67cddb.js">
      <link rel="modulepreload" crossorigin href="/assets/chart.222c4d1a.js">
      <link rel="modulepreload" crossorigin href="/assets/vue.f6315593.js">
      <link rel="stylesheet" href="/assets/index.ae87f1ff.css">
    </head>
    
    <body>
      <!-- Google Tag Manager (noscript) -->
      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WKCLW6QQ" height="0" width="0"
          style="display:none;visibility:hidden"></iframe></noscript>
      <!-- End Google Tag Manager (noscript) -->
      <div id="app"></div>
      
    </body>
    
    <script>
      ;(function (window, document) {
        var sizeUI = 375 // 定义设计图尺寸
        var remBase = 37.5 // 定义基准值
        var docEl = document.documentElement
        var bodyEl = document.querySelector('body')
    
        setRemUnit()
    
        window.addEventListener('resize', setRemUnit)
        window.addEventListener('pageshow', function (e) {
          if (e.persisted) setRemUnit()
        })
    
        function setRemUnit () {
          if(window.innerWidth > 768)return
          var docFontSize = docEl.clientWidth / sizeUI * remBase
          docEl.style.fontSize = docFontSize + 'px'
          bodyEl.style.fontSize = 16 / docFontSize + 'rem'
          handleRemAdapt()
        }
    
        function handleRemAdapt () {
          var currentFontSize = parseInt(docEl.style.fontSize)
          var temp = currentFontSize
          for (var i = 0; i < 100; i++) {
            var realFontSize = parseInt(window.getComputedStyle(docEl).fontSize)
            var differ = realFontSize - currentFontSize
            if (Math.abs(differ) >= 1) {
              if (differ > 0) {
                temp--
              } else {
                temp++
              }
              docEl.style.fontSize = temp + 'px'
            } else {
              break
            }
          }
        }
      })(window, document)
    </script>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:97c:80 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 05:31:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://user.gochatx.com/
    Set-Cookie: SITE_TOTAL_ID=ec03ca138534db262a46522f0ba6759f; Path=/; Max-Age=259200000; HttpOnly
    Strict-Transport-Security: max-age=31536000
    Alt-Svc: h3=":443"; ma=86400
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=KZ5V%2FVQDgFbQykvN9GAvSyDlGoQFvFf%2FGdgokpuUOGI4vJvF9d11DVcCR5qmkw%2BfqSMbiNaPPiEP%2BFvDpsSXRaAPXnYQzTWxOkVgWgpKyXtYkqC7hGioLu3wZg%3D%3D"}]}
    CF-RAY: 9bb18c8eaba018d9-FRA
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.67.72.42:443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 05:31:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 26 Dec 2025 06:49:26 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: SITE_TOTAL_ID=53d54e9e9027a0372bcb4e2e9b4b81af; Path=/; Max-Age=259200000; HttpOnly
    strict-transport-security: max-age=31536000
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=NcpKPwxBtNZVrFIB1tuJzmD8o8NPTuL522RFMkaA12Y8%2FZezw%2Fjg6fNg7639pnVCW2K9pqxAqi%2FwpOI1PZcI6tePmrwv8Rz%2F13uIAuQAmA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb18c8f39dad264-FRA
    
    Page title: Chat X
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta http-equiv="Expires" content="0">
      <meta http-equiv="Pragma" content="no-cache">
      <meta http-equiv="Cache-control" content="no-cache">
      <meta http-equiv="Cache" content="no-cache">
      <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.4f9dd634.ico">
      <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, viewport-fit=cover">
      <title>Chat X</title>
      <!-- Google Tag Manager -->
      <script>(function (w, d, s, l, i) {
          w[l] = w[l] || []; w[l].push({
            'gtm.start':
              new Date().getTime(), event: 'gtm.js'
          }); var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
              'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-WKCLW6QQ');</script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
      </script>
      <link rel="canonical" href="https://user.gochatx.com">
    
      <!-- End Google Tag Manager -->
      <style>#app {
          width: 100vw;
          height: 100vh;
      }</style>
      <script type="module" crossorigin src="/assets/index.188f1133.js"></script>
      <link rel="modulepreload" crossorigin href="/assets/arco.3a67cddb.js">
      <link rel="modulepreload" crossorigin href="/assets/chart.222c4d1a.js">
      <link rel="modulepreload" crossorigin href="/assets/vue.f6315593.js">
      <link rel="stylesheet" href="/assets/index.ae87f1ff.css">
    </head>
    
    <body>
      <!-- Google Tag Manager (noscript) -->
      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WKCLW6QQ" height="0" width="0"
          style="display:none;visibility:hidden"></iframe></noscript>
      <!-- End Google Tag Manager (noscript) -->
      <div id="app"></div>
      
    </body>
    
    <script>
      ;(function (window, document) {
        var sizeUI = 375 // 定义设计图尺寸
        var remBase = 37.5 // 定义基准值
        var docEl = document.documentElement
        var bodyEl = document.querySelector('body')
    
        setRemUnit()
    
        window.addEventListener('resize', setRemUnit)
        window.addEventListener('pageshow', function (e) {
          if (e.persisted) setRemUnit()
        })
    
        function setRemUnit () {
          if(window.innerWidth > 768)return
          var docFontSize = docEl.clientWidth / sizeUI * remBase
          docEl.style.fontSize = docFontSize + 'px'
          bodyEl.style.fontSize = 16 / docFontSize + 'rem'
          handleRemAdapt()
        }
    
        function handleRemAdapt () {
          var currentFontSize = parseInt(docEl.style.fontSize)
          var temp = currentFontSize
          for (var i = 0; i < 100; i++) {
            var realFontSize = parseInt(window.getComputedStyle(docEl).fontSize)
            var differ = realFontSize - currentFontSize
            if (Math.abs(differ) >= 1) {
              if (differ > 0) {
                temp--
              } else {
                temp++
              }
              docEl.style.fontSize = temp + 'px'
            } else {
              break
            }
          }
        }
      })(window, document)
    </script>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.9.124:8443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 522 <none>
    Date: Fri, 09 Jan 2026 05:31:54 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: 9bb18c93b983db02-FRA
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:97c:8443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 522 <none>
    Date: Fri, 09 Jan 2026 05:31:54 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: 9bb18c93a8f5ba43-LHR
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.9.124:443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 05:31:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 26 Dec 2025 06:49:26 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: SITE_TOTAL_ID=de6aa8160cc8ed53e94aa4ae2b17351b; Path=/; Max-Age=259200000; HttpOnly
    strict-transport-security: max-age=31536000
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GdQLzwydtBx8xxC3OsDft1LRDJCV8nvS45b9uIvxpYyueCVAbP5pveahRoA70thF6gYY2pik4r5sW6YjIVlbbyn9gWVn28Oqh%2FatxLvHhg%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb18c8eee21dbf7-FRA
    
    Page title: Chat X
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta http-equiv="Expires" content="0">
      <meta http-equiv="Pragma" content="no-cache">
      <meta http-equiv="Cache-control" content="no-cache">
      <meta http-equiv="Cache" content="no-cache">
      <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.4f9dd634.ico">
      <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, viewport-fit=cover">
      <title>Chat X</title>
      <!-- Google Tag Manager -->
      <script>(function (w, d, s, l, i) {
          w[l] = w[l] || []; w[l].push({
            'gtm.start':
              new Date().getTime(), event: 'gtm.js'
          }); var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
              'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-WKCLW6QQ');</script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
      </script>
      <link rel="canonical" href="https://user.gochatx.com">
    
      <!-- End Google Tag Manager -->
      <style>#app {
          width: 100vw;
          height: 100vh;
      }</style>
      <script type="module" crossorigin src="/assets/index.188f1133.js"></script>
      <link rel="modulepreload" crossorigin href="/assets/arco.3a67cddb.js">
      <link rel="modulepreload" crossorigin href="/assets/chart.222c4d1a.js">
      <link rel="modulepreload" crossorigin href="/assets/vue.f6315593.js">
      <link rel="stylesheet" href="/assets/index.ae87f1ff.css">
    </head>
    
    <body>
      <!-- Google Tag Manager (noscript) -->
      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WKCLW6QQ" height="0" width="0"
          style="display:none;visibility:hidden"></iframe></noscript>
      <!-- End Google Tag Manager (noscript) -->
      <div id="app"></div>
      
    </body>
    
    <script>
      ;(function (window, document) {
        var sizeUI = 375 // 定义设计图尺寸
        var remBase = 37.5 // 定义基准值
        var docEl = document.documentElement
        var bodyEl = document.querySelector('body')
    
        setRemUnit()
    
        window.addEventListener('resize', setRemUnit)
        window.addEventListener('pageshow', function (e) {
          if (e.persisted) setRemUnit()
        })
    
        function setRemUnit () {
          if(window.innerWidth > 768)return
          var docFontSize = docEl.clientWidth / sizeUI * remBase
          docEl.style.fontSize = docFontSize + 'px'
          bodyEl.style.fontSize = 16 / docFontSize + 'rem'
          handleRemAdapt()
        }
    
        function handleRemAdapt () {
          var currentFontSize = parseInt(docEl.style.fontSize)
          var temp = currentFontSize
          for (var i = 0; i < 100; i++) {
            var realFontSize = parseInt(window.getComputedStyle(docEl).fontSize)
            var differ = realFontSize - currentFontSize
            if (Math.abs(differ) >= 1) {
              if (differ > 0) {
                temp--
              } else {
                temp++
              }
              docEl.style.fontSize = temp + 'px'
            } else {
              break
            }
          }
        }
      })(window, document)
    </script>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.8.124:443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 200 OK
    Date: Fri, 09 Jan 2026 05:31:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    last-modified: Fri, 26 Dec 2025 06:49:26 GMT
    vary: Accept-Encoding
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Set-Cookie: SITE_TOTAL_ID=fd7bcbf0ab3f3930cd17e4c335952fe5; Path=/; Max-Age=259200000; HttpOnly
    strict-transport-security: max-age=31536000
    alt-svc: h3=":443"; ma=86400
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=h9uwKZl7HxY%2FiVADseVu5ZpfgFTPceEP5JLj3tAVgyR1s9spfFHu4bXtJjyWajbTgOiIhXdk2I5G6%2FjhAtQOtB8apFXK8irv2BPx2F1peA%3D%3D"}]}
    cf-cache-status: DYNAMIC
    CF-RAY: 9bb18c8e9e16acfd-AMS
    
    Page title: Chat X
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <meta http-equiv="Expires" content="0">
      <meta http-equiv="Pragma" content="no-cache">
      <meta http-equiv="Cache-control" content="no-cache">
      <meta http-equiv="Cache" content="no-cache">
      <link rel="shortcut icon" type="image/x-icon" href="/assets/favicon.4f9dd634.ico">
      <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, viewport-fit=cover">
      <title>Chat X</title>
      <!-- Google Tag Manager -->
      <script>(function (w, d, s, l, i) {
          w[l] = w[l] || []; w[l].push({
            'gtm.start':
              new Date().getTime(), event: 'gtm.js'
          }); var f = d.getElementsByTagName(s)[0],
            j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
              'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
        })(window, document, 'script', 'dataLayer', 'GTM-WKCLW6QQ');</script>
      <script>
        window.dataLayer = window.dataLayer || [];
        function gtag(){dataLayer.push(arguments);}
      </script>
      <link rel="canonical" href="https://user.gochatx.com">
    
      <!-- End Google Tag Manager -->
      <style>#app {
          width: 100vw;
          height: 100vh;
      }</style>
      <script type="module" crossorigin src="/assets/index.188f1133.js"></script>
      <link rel="modulepreload" crossorigin href="/assets/arco.3a67cddb.js">
      <link rel="modulepreload" crossorigin href="/assets/chart.222c4d1a.js">
      <link rel="modulepreload" crossorigin href="/assets/vue.f6315593.js">
      <link rel="stylesheet" href="/assets/index.ae87f1ff.css">
    </head>
    
    <body>
      <!-- Google Tag Manager (noscript) -->
      <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WKCLW6QQ" height="0" width="0"
          style="display:none;visibility:hidden"></iframe></noscript>
      <!-- End Google Tag Manager (noscript) -->
      <div id="app"></div>
      
    </body>
    
    <script>
      ;(function (window, document) {
        var sizeUI = 375 // 定义设计图尺寸
        var remBase = 37.5 // 定义基准值
        var docEl = document.documentElement
        var bodyEl = document.querySelector('body')
    
        setRemUnit()
    
        window.addEventListener('resize', setRemUnit)
        window.addEventListener('pageshow', function (e) {
          if (e.persisted) setRemUnit()
        })
    
        function setRemUnit () {
          if(window.innerWidth > 768)return
          var docFontSize = docEl.clientWidth / sizeUI * remBase
          docEl.style.fontSize = docFontSize + 'px'
          bodyEl.style.fontSize = 16 / docFontSize + 'rem'
          handleRemAdapt()
        }
    
        function handleRemAdapt () {
          var currentFontSize = parseInt(docEl.style.fontSize)
          var temp = currentFontSize
          for (var i = 0; i < 100; i++) {
            var realFontSize = parseInt(window.getComputedStyle(docEl).fontSize)
            var differ = realFontSize - currentFontSize
            if (Math.abs(differ) >= 1) {
              if (differ > 0) {
                temp--
              } else {
                temp++
              }
              docEl.style.fontSize = temp + 'px'
            } else {
              break
            }
          }
        }
      })(window, document)
    </script>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.8.124:80 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 05:31:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://user.gochatx.com/
    Set-Cookie: SITE_TOTAL_ID=86be1ef0ac9dfca3f3673244dc068c4a; Path=/; Max-Age=259200000; HttpOnly
    Strict-Transport-Security: max-age=31536000
    Alt-Svc: h3=":443"; ma=86400
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=GZcxZqL98Lsyk0t%2B0aghtvZpW%2FuCdo%2BjanDIBLLkQZRapHryPYAq1mABax5srRKquiEt3vV5LfjQ6prhF4SULmcTteyl6u0AjWXt%2BQQtqw%3D%3D"}]}
    CF-RAY: 9bb18c8e0e3d1cab-FRA
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 172.67.72.42:8443 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 522 <none>
    Date: Fri, 09 Jan 2026 05:31:53 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: 9bb18c931cffa1f8-YYZ
    alt-svc: h3=":8443"; ma=86400
    
    
    error code: 522
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 104.26.9.124:80 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 05:31:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://user.gochatx.com/
    Set-Cookie: SITE_TOTAL_ID=cb63dfaa28418c66efd5b018729257f6; Path=/; Max-Age=259200000; HttpOnly
    Strict-Transport-Security: max-age=31536000
    Alt-Svc: h3=":443"; ma=86400
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vjhhhEXbffHCNhO2%2FEik6CMFwEGIjrW74sJlkQKnBJhzwFi89Ur85IYsYMSeAchBaYfojyv3a0dMuP8C5gFxqpUmGR2CD%2BCPrDXpMZ9KLw%3D%3D"}]}
    CF-RAY: 9bb18c8defb237aa-LHR
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 2606:4700:20::681a:87c:80 · user.gochatx.com

    2026-01-09 05:31

    HTTP/1.1 301 Moved Permanently
    Date: Fri, 09 Jan 2026 05:31:33 GMT
    Content-Type: text/html
    Transfer-Encoding: chunked
    Connection: close
    Server: cloudflare
    Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
    Location: https://user.gochatx.com/
    Set-Cookie: SITE_TOTAL_ID=fdb5f78971b1db8989d6c159351f0483; Path=/; Max-Age=259200000; HttpOnly
    Strict-Transport-Security: max-age=31536000
    Alt-Svc: h3=":443"; ma=86400
    cf-cache-status: DYNAMIC
    Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=R39Mcj34c3C%2Bmyd459n9s7Eh0KQRHgAadHRt6PAI1uWfAXsAriCQK%2B98vVPVkhgaLqCN%2Bc1KSZE%2FfuWqWWvNt1wztNafj%2FVbCcXLB1IwweTNMsWWhJCNU4RJqA%3D%3D"}]}
    CF-RAY: 9bb18c8d0df5abd3-YYZ
    
    Page title: 301 Moved Permanently
    
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <center><h1>301 Moved Permanently</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    
    Found 2026-01-09 by HttpPlugin
    Create report
gochatx.com*.gochatx.com
CN:
gochatx.com
Key:
ECDSA-256
Issuer:
WE1
Not before:
2026-01-04 20:09
Not after:
2026-04-04 21:09