Domain he.gzvxtx.cn
China
China Telecom Group
Software information

Tengine

tcp/443 tcp/80

  • Open service 101.227.20.66:80 · he.gzvxtx.cn

    2026-02-05 05:02

    HTTP/1.1 301 Moved Permanently
    Server: Tengine
    Date: Thu, 05 Feb 2026 05:02:51 GMT
    Content-Type: text/html
    Content-Length: 262
    Connection: close
    Location: https://he.gzvxtx.cn/
    Via: cache1.cn9212[,0]
    Timing-Allow-Origin: *
    EagleId: 65e3149517702677710124035e
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <h1>301 Moved Permanently</h1>
    <p>The requested resource has been assigned a new permanent URI.</p>
    <hr/>Powered by Tengine</body>
    </html>
    
    Found 2026-02-05 by HttpPlugin
    Create report
  • Open service 61.170.77.86:443 · he.gzvxtx.cn

    2026-02-05 05:02

    HTTP/1.1 200 OK
    Server: Tengine
    Content-Type: text/html; charset=UTF-8
    Transfer-Encoding: chunked
    Connection: close
    Vary: Accept-Encoding
    Date: Thu, 05 Feb 2026 05:02:51 GMT
    Set-Cookie: acw_tc=7b38a4e117702677712673100e5d51362eba95cc34c218a2f195293aa93cc7;path=/;HttpOnly;Max-Age=1800
    Vary: Accept-Encoding
    Vary: Accept-Encoding
    Via: estart-01-default, cache42.l2cn8393[43,43,200-0,M], cache54.l2cn8393[45,0], ens-cache15.cn6020[109,180,200-0,C], ens-cache17.cn6020[184,0]
    Ali-Swift-Global-Savetime: 1770267771
    X-Cache: MISS TCP_MISS dirn:-2:-2
    X-Swift-SaveTime: Thu, 05 Feb 2026 05:02:51 GMT
    X-Swift-CacheTime: 0
    Timing-Allow-Origin: *
    EagleId: 3daa4d2517702677710988735e
    
    Page title: 专业视频剪辑 - 让创意无限可能
    
    <!DOCTYPE html>
    <html lang="en">
    <head>
      <meta charset="UTF-8">
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
      
    </body>
    </html>
    <!DOCTYPE html>
    <html lang="zh-CN">
    <head>
      <meta charset="UTF-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>专业视频剪辑 - 让创意无限可能</title>
      <style>
        * {
          margin: 0;
          padding: 0;
          box-sizing: border-box;
        }
    
        body {
          font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
          line-height: 1.6;
          color: #333;
          overflow-x: hidden;
        }
    
        /* 导航栏 */
        nav {
          position: fixed;
          top: 0;
          width: 100%;
          background: rgba(255, 255, 255, 0.95);
          backdrop-filter: blur(10px);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
          z-index: 1000;
          padding: 1rem 0;
        }
    
        .nav-container {
          max-width: 1200px;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0 2rem;
        }
    
        .logo {
          font-size: 1.5rem;
          font-weight: bold;
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
        }
    
        .nav-links {
          display: flex;
          list-style: none;
          gap: 2rem;
        }
    
        .nav-links a {
          text-decoration: none;
          color: #333;
          font-weight: 500;
          transition: color 0.3s;
        }
    
        .nav-links a:hover {
          color: #667eea;
        }
    
        .btn-primary {
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          color: white;
          padding: 0.75rem 2rem;
          border: none;
          border-radius: 50px;
          cursor: pointer;
          font-weight: 600;
          text-decoration: none;
          display: inline-block;
          transition: transform 0.3s, box-shadow 0.3s;
        }
    
        .btn-primary:hover {
          transform: translateY(-2px);
          box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
        }
    
        /* 英雄区域 */
        .hero {
          height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
          color: white;
          text-align: center;
          position: relative;
          overflow: hidden;
        }
    
        .hero::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><path d="M0,300 Q300,200 600,300 T1200,300" stroke="rgba(255,255,255,0.1)" fill="none" stroke-width="2"/></svg>');
          opacity: 0.3;
        }
    
        .hero-content {
          position: relative;
          z-index: 1;
          max-width: 800px;
          padding: 0 2rem;
        }
    
        .hero h1 {
          font-size: 3.5rem;
          margin-bottom: 1.5rem;
          animation: fadeInUp 1s ease-out;
        }
    
        .hero p {
          font-size: 1.25rem;
          margin-bottom: 2rem;
          opacity: 0.9;
          animation: fadeInUp 1s ease-out 0.2s both;
        }
    
        .hero-buttons {
          display: flex;
          gap: 1rem;
          justify-content: center;
          flex-wrap: wrap;
          animation: fadeInUp 1s ease-out 0.4s both;
        }
    
        .btn-secondary {
          background: rgba(255, 255, 255, 0.2);
          color: white;
          padding: 0.75rem 2rem;
          border: 2px solid white;
          border-radius: 50px;
          cursor: pointer;
          font-weight: 600;
          text-decoration: none;
          display: inline-block;
          transition: all 0.3s;
        }
    
        .btn-secondary:hover {
          background: white;
          color: #667eea;
        }
    
        /* 功能特性 */
        .features {
          padding: 6rem 2rem;
          max-width: 1200px;
          margin: 0 auto;
        }
    
        .section-title {
          text-align: center;
          font-size: 2.5rem;
          margin-bottom: 1rem;
          color: #333;
        }
    
        .section-subtitle {
          text-align: center;
          colo
    Found 2026-02-05 by HttpPlugin
    Create report
  • Open service 61.170.77.88:80 · he.gzvxtx.cn

    2026-02-05 05:02

    HTTP/1.1 301 Moved Permanently
    Server: Tengine
    Date: Thu, 05 Feb 2026 05:02:50 GMT
    Content-Type: text/html
    Content-Length: 262
    Connection: close
    Location: https://he.gzvxtx.cn/
    Via: ens-cache5.cn6020[,0]
    Timing-Allow-Origin: *
    EagleId: 3daa4d1917702677704215715e
    
    Page title: 301 Moved Permanently
    
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html>
    <head><title>301 Moved Permanently</title></head>
    <body>
    <h1>301 Moved Permanently</h1>
    <p>The requested resource has been assigned a new permanent URI.</p>
    <hr/>Powered by Tengine</body>
    </html>
    
    Found 2026-02-05 by HttpPlugin
    Create report
he.gzvxtx.cn
CN:
he.gzvxtx.cn
Key:
RSA-2048
Issuer:
R13
Not before:
2026-02-03 11:03
Not after:
2026-05-04 11:03
Domain summary