Host Details

1.116.117.44

Copy IP

Open Ports

2

Unique Services

1

CVEs

0

TLS Services

1
Port Protocol Service Product Version OS Scan Date
443 http nginx - - Feb. 22, 2026
3000 tcp http nginx - - Dec. 4, 2025
3000 tcp http nginx - - Dec. 2, 2025
Port 443 http Copy
HTTP/1.1 200 OK
Server: nginx
Date: Sun, 22 Feb 2026 12:21:28 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Cache-Control: no-cache

dba
<!doctype html>
<html lang="en" translate="no">
  <head>
    
    <meta charset="utf-8" >
    <meta name="viewport" content="width=device-width, initial-scale=1" >
    <meta name="referrer" content="same-origin" >
    <meta name="generator" content="OpenList" >
    <meta name="theme-color" content="#000000" >
    <meta name="google" content="notranslate" >
    <link href="/manifest.json" rel="manifest" >
    <meta name="apple-mobile-web-app-capable" content="yes" >
    <meta name="apple-mobile-web-app-title" content="OpenList" >
    <link rel="apple-touch-icon" href="https://p0.meituan.net/csc/46a268f49e73fc2c155df9147625ea0d3862.png" >
    <link       rel="shortcut icon"
      type="image/ico"
      href="https://p0.meituan.net/csc/46a268f49e73fc2c155df9147625ea0d3862.png"
    >
    <title>\xe7\xa7\x81\xe4\xba\xba\xe7\xbd\x91\xe7\x9b\x98</title>
    <script>
      window.OPENLIST_CONFIG = {
        cdn: '',
        base_path: '/',
        api: undefined,
        main_color: '#0078D7',
      }
      window.__dynamic_base__ = window.OPENLIST_CONFIG.cdn || ""
    </script>
    
    
    <script type="module">import.meta.url;import("_").catch(()=>1);(async function*(){})().next();if(location.protocol!="file:"){window.__vite_is_modern_browser=true}</script>
    <script type="module">!function(){if(window.__vite_is_modern_browser)return;console.warn("vite: loading legacy chunks, syntax error above and the same error below should be ignored");var e=document.getElementById("vite-legacy-polyfill"),n=document.createElement("script");n.src=  window.__dynamic_base__+e.getAttribute('data-src'),n.onload=function(){System.import(  window.__dynamic_base__+document.getElementById('vite-legacy-entry').getAttribute('data-src'))},document.body.appendChild(n)}();</script>
  </head>
  <body>
    <noscript>You need to enable JavaScript to run this app.</noscript>
    <div id="root"></div>

    <style
type="text/css"> .footer { 
display: none !important; } 
</style>
    <script nomodule>!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",(function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()}),!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script>
    
    <script nomodule crossorigin id="vite-legacy-entry" data-src="/assets/index-legacy-BzvznpU_.js"></script>
    <script>
(function(){
var preloads = [{"parentTagName":"head","tagName":"script","attrs":{"type":"module","crossorigin":"","src":"/assets/index-Bl5KfUKm.js"}},{"parentTagName":"head","tagName":"link","attrs":{"rel":"stylesheet","crossorigin":"","href":"/assets/index-DYLAoZjS.css"}},{"parentTagName":"body","tagName":"script","attrs":{"nomodule":"","crossorigin":"","id":"vite-legacy-polyfill","src":"/assets/polyfills-legacy-fFt7otW2.js"}}];
function setAttribute(target, attrs) {
for (var key in attrs) {
  target.setAttribute(key, attrs[key]);
}
return target;
};
for(var i = 0; i < preloads.length; i++){
var item = preloads[i]
var childNode = document.createElement(item.tagName);
setAttribute(childNode, item.attrs)
if(  window.__dynamic_base__) {
  if(item.tagName == 'link') {
    setAttribute(childNode, { href:   window.__dynamic_base__ + item.attrs.href })
  } else if (item.tagName == 'script') {
    setAttribute(childNode, { src:   window.__dynamic_base__ + item.attrs.src })
  }
}
document.getElementsByTagName(item.parentTagName)[0].appendChild(childNode);
}
})();
</script>
</body>

</html>

0

Port 3000 http Copy
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 04 Dec 2025 22:45:35 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Set-Cookie: SITE_TOTAL_ID=36b36e7a6b2c019b06bd008307b3fd57; Path=/; Max-Age=259200000; HttpOnly

5e5f
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <!-- 视口适配:宽度=device-width,初始缩放1.0 -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>PUBG 匹配模式数据查询</title>
    <style>
        /* ========================= 全局样式变量(主题控制) ========================= */
        :root {
            --bg-color: #f5f7fa;                /* 页面背景色 */
            --card-bg: #ffffff;                 /* 卡片背景色 */
            --text-color: #1e293b;              /* 主文本色 */
            --text-secondary: #64748b;          /* 次要文本色 */
            --border-color: #e2e8f0;            /* 边框色 */
            --accent-color: #4f46e5;            /* 主强调色(紫色) */
            --accent-dark: #3b34c7;             /* 强调色深色版 */
            --accent-light: #6366f1;            /* 强调色浅色版 */
            --success-color: #10b981;           /* 成功色(绿色) */
            --warning-color: #f59e0b;           /* 警告色(黄色) */
            --danger-color: #ef4444;            /* 危险色(红色) */
            --info-color: #2563eb;              /* 信息色(蓝色) */
            --light-bg: #f1f5f9;                /* 浅背景色 */
            --lighter-bg: #e2e8f0;              /* 更浅背景色 */
            --shadow: 0 2px 12px rgba(0,0,0,0.06); /* 基础阴影 */
            --card-shadow: 0 8px 24px rgba(0,0,0,0.08); /* 卡片阴影 */
            --transition: all 0.3s ease;        /* 通用过渡动画 */
            --radius-sm: 6px;                   /* 小圆角 */
            --radius-md: 10px;                  /* 中等圆角 */
            --radius-lg: 16px;                  /* 大圆角 */
            --spacing-xs: 4px;                  /* 超小间距 */
            --spacing-sm: 8px;                  /* 小间距 */
            --spacing-md: 16px;                 /* 中等间距 */
            --spacing-lg: 24px;                 /* 大间距 */
            --spacing-xl: 32px;                 /* 超大间距 */
        }

        /* 暗黑模式样式覆盖 */
        [data-theme="dark"] {
            --bg-color: #0f172a;
            --card-bg: #1e293b;
            --text-color: #f8fafc;
            --text-secondary: #94a3b8;
            --border-color: #334155;
            --accent-color: #818cf8;
            --accent-dark: #6366f1;
            --accent-light: #a5b4fc;
            --success-color: #34d399;
            --warning-color: #fbbf24;
            --danger-color: #f87171;
            --info-color: #60a5fa;
            --light-bg: #334155;
            --lighter-bg: #475569;
            --shadow: 0 2px 12px rgba(0,0,0,0.3);
            --card-shadow: 0 8px 24px rgba(0,0,0,0.4);
        }

        /* ========================= 全局重置样式 ========================= */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Inter", "Microsoft Yahei", "Segoe UI", sans-serif;
        }

        /* 页面基础样式 */
        body {
            background: var(--bg-color);
            min-height: 100vh;
            padding: 20px 15px;
            color: var(--text-color);
            line-height: 1.5;
            transition: var(--transition);
        }

        /* 主容器样式 */
        .main-container {
            max-width: 1400px;
            margin: 0 auto;
            background: var(--card-bg);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow);
            padding: var(--spacing-xl);
            transition: var(--transition);
        }

        /* ========================= 头部样式 ========================= */
        .header {
  
Port 3000 http Copy
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 02 Dec 2025 23:23:28 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: close
Vary: Accept-Encoding
Set-Cookie: SITE_TOTAL_ID=b2a9600ad5ae13b5deb5c190954216be; Path=/; Max-Age=259200000; HttpOnly

5e5f
<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <!-- 视口适配:宽度=device-width,初始缩放1.0 -->
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>PUBG 匹配模式数据查询</title>
    <style>
        /* ========================= 全局样式变量(主题控制) ========================= */
        :root {
            --bg-color: #f5f7fa;                /* 页面背景色 */
            --card-bg: #ffffff;                 /* 卡片背景色 */
            --text-color: #1e293b;              /* 主文本色 */
            --text-secondary: #64748b;          /* 次要文本色 */
            --border-color: #e2e8f0;            /* 边框色 */
            --accent-color: #4f46e5;            /* 主强调色(紫色) */
            --accent-dark: #3b34c7;             /* 强调色深色版 */
            --accent-light: #6366f1;            /* 强调色浅色版 */
            --success-color: #10b981;           /* 成功色(绿色) */
            --warning-color: #f59e0b;           /* 警告色(黄色) */
            --danger-color: #ef4444;            /* 危险色(红色) */
            --info-color: #2563eb;              /* 信息色(蓝色) */
            --light-bg: #f1f5f9;                /* 浅背景色 */
            --lighter-bg: #e2e8f0;              /* 更浅背景色 */
            --shadow: 0 2px 12px rgba(0,0,0,0.06); /* 基础阴影 */
            --card-shadow: 0 8px 24px rgba(0,0,0,0.08); /* 卡片阴影 */
            --transition: all 0.3s ease;        /* 通用过渡动画 */
            --radius-sm: 6px;                   /* 小圆角 */
            --radius-md: 10px;                  /* 中等圆角 */
            --radius-lg: 16px;                  /* 大圆角 */
            --spacing-xs: 4px;                  /* 超小间距 */
            --spacing-sm: 8px;                  /* 小间距 */
            --spacing-md: 16px;                 /* 中等间距 */
            --spacing-lg: 24px;                 /* 大间距 */
            --spacing-xl: 32px;                 /* 超大间距 */
        }

        /* 暗黑模式样式覆盖 */
        [data-theme="dark"] {
            --bg-color: #0f172a;
            --card-bg: #1e293b;
            --text-color: #f8fafc;
            --text-secondary: #94a3b8;
            --border-color: #334155;
            --accent-color: #818cf8;
            --accent-dark: #6366f1;
            --accent-light: #a5b4fc;
            --success-color: #34d399;
            --warning-color: #fbbf24;
            --danger-color: #f87171;
            --info-color: #60a5fa;
            --light-bg: #334155;
            --lighter-bg: #475569;
            --shadow: 0 2px 12px rgba(0,0,0,0.3);
            --card-shadow: 0 8px 24px rgba(0,0,0,0.4);
        }

        /* ========================= 全局重置样式 ========================= */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Inter", "Microsoft Yahei", "Segoe UI", sans-serif;
        }

        /* 页面基础样式 */
        body {
            background: var(--bg-color);
            min-height: 100vh;
            padding: 20px 15px;
            color: var(--text-color);
            line-height: 1.5;
            transition: var(--transition);
        }

        /* 主容器样式 */
        .main-container {
            max-width: 1400px;
            margin: 0 auto;
            background: var(--card-bg);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow);
            padding: var(--spacing-xl);
            transition: var(--transition);
        }

        /* ========================= 头部样式 ========================= */
        .header {
  

No vulnerabilities found.

Port 443 - TLS Details
TLSv1.3
0x1302
YR1
-
2026-02-28