Domain pms.netecc.com
China
CHINA UNICOM China169 Backbone
Software information

NetEccPmsServer 2.0

tcp/443 tcp/80

  • Open service 2408:872f:700:7:38::11:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 23:21:07 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 13865864797854734394
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 116.163.31.218:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 17:44:49 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 215014814820887861
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 116.163.31.218:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 16562865654316053778
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 42.56.81.77:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 23:21:07 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 11812501104582803445
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 42.56.64.131:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 8899407539725242198
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:874c:0:28:38::2e:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 17:44:49 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 7998638049086164715
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:8738:b000:d:38::11:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 23:21:07 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 4225254668889888798
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 116.153.4.244:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 17:44:49 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 2229715872023725077
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 221.204.209.225:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 10955131264839833704
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 211.93.211.158:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 5551786466607751410
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 1.62.64.79:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 23:21:07 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 2334011357718662149
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 221.204.15.51:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 2872980273804758903
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 221.204.15.51:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 19:09:57 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 552656886382449795
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:8722:4100:1:62:::80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 669086669655056077
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:8735:2:0:48::18:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 23:21:07 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 17204548259601528487
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 211.93.211.158:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 19:09:57 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 4611910488155643620
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:8722:4100:1:62:::443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 19:09:57 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 16071109736080478449
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 221.204.209.225:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 19:09:57 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 1301618031092262501
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 60.13.97.57:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 17:44:49 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 3985636567378868055
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 1.56.98.184:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 16065029886542446986
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:8726:1800:31:6c::13:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 19:09:57 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 5606469695942639199
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 42.56.64.131:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 23:21:07 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 464765314934500919
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:8738:b000:d:38::11:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 6397286738946852437
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:8720:806:311:37::8:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 19:09:57 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 6307826087477340955
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:871a:c800:e:40::15:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 19:09:57 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 927570418093505447
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:8735:2:0:48::18:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 2184245261319429679
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 116.131.57.65:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 16626351081925144046
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 116.131.57.65:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 19:09:57 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 781853682588078070
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 42.56.81.77:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 8824733064762198305
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:871a:c800:e:40::15:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 15821892423387949749
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 60.13.97.57:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 9825909347272641489
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 116.153.4.244:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 17740128534834464043
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 1.62.64.79:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 12090805654074815660
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:8726:1800:31:6c::13:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 1237093613077636663
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:874c:0:28:38::2e:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 8047069023420402897
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 2408:8720:806:311:37::8:80 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 302 Found
    Location: https://pms.netecc.com/
    Content-Length: 0
    X-NWS-LOG-UUID: 18035999824959284551
    Connection: close
    Date: Sun, 25 Jan 2026 12:27:39 GMT
    X-Cache-Lookup: Return Directly
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Found 2026-01-25 by HttpPlugin
    Create report
  • Open service 1.56.98.184:443 · pms.netecc.com

    2026-01-25 12:27

    HTTP/1.1 200 OK
    Last-Modified: Tue, 20 Jan 2026 17:35:46 GMT
    Etag: "f5235c9e5d96616221d50fa7ad34c867"
    Content-Type: text/html
    Date: Tue, 20 Jan 2026 23:21:07 GMT
    Content-Length: 3726
    Accept-Ranges: bytes
    X-NWS-LOG-UUID: 2194916407004097981
    Connection: close
    X-Cache-Lookup: Cache Hit
    Cache-Control: public, max-age=0, must-revalidate
    Server: NetEccPmsServer/2.0
    
    Page title: 住程酒店管理系统2.0
    
    <!DOCTYPE html><html><head><meta charset=utf-8><link id=icon rel=icon type=image/x-icon href=/static/favicon.ico><title>住程酒店管理系统2.0</title><style>/* 进度条容器 */
        #progress-container {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 4px;
          background: #f1f1f1;
          z-index: 99999;
        }
    
        /* 进度条 */
        #progress-bar {
          height: 100%;
          background: #2998ff; /* 蓝色进度条 */
          width: 0%;
          transition: width 0.2s ease;
          box-shadow: 0 0 10px #2998ff;
        }
    
        /* 加载动画容器 */
        #loading-wrapper {
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.9);
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          z-index: 99998;
        }
    
        /* 加载动画 */
        .loading-spinner {
          width: 50px;
          height: 50px;
          border: 3px solid #f3f3f3;
          border-top: 3px solid #2998ff;
          border-radius: 50%;
          animation: spin 1s linear infinite;
        }
    
        /* 加载文字 */
        .loading-text {
          margin-top: 20px;
          font-size: 16px;
          color: #666;
        }
    
        /* 调试信息 */
        #debug-info {
          position: fixed;
          top: 10px;
          left: 10px;
          background: rgba(0,0,0,0.8);
          color: white;
          padding: 10px;
          font-size: 12px;
          z-index: 999999;
        }
    
        @keyframes spin {
          0% { transform: rotate(0deg); }
          100% { transform: rotate(360deg); }
        }</style><link href=static/css/app.a4ea18f9405a8b80af056fd1daab5eb9.css rel=stylesheet></head><body><div id=debug-info>进度:0%</div><div id=progress-container><div id=progress-bar></div></div><div id=loading-wrapper><div class=loading-spinner></div><div class=loading-text>正在加载...</div></div><div id=app></div><script>(function() {
          var progressBar = document.getElementById('progress-bar');
          var loadingWrapper = document.getElementById('loading-wrapper');
          var debugInfo = document.getElementById('debug-info');
          var progress = 0;
    
          // 更新进度条
          function updateProgress(value) {
            progress = value;
            var percentage = Math.round(progress * 100);
            progressBar.style.width = percentage + '%';
            debugInfo.textContent = '进度:' + percentage + '%';
            //console.log('Progress:', percentage + '%'); // 控制台输出进度
          }
    
          // 完成加载
          function finishLoading() {
            updateProgress(1);
            setTimeout(function() {
              document.getElementById('progress-container').style.display = 'none';
              loadingWrapper.style.display = 'none';
              debugInfo.style.display = 'none';
            }, 500);
          }
    
          // 立即显示初始进度
          updateProgress(0.05);
    
          // 模拟进度增长
          var progressInterval = setInterval(function() {
            if (progress < 0.9) {
              updateProgress(progress + 0.1);
            }
          }, 500);
    
          // 页面加载完成
          window.addEventListener('load', function() {
            clearInterval(progressInterval);
            finishLoading();
          });
    
          // 10秒后强制完成
          setTimeout(function() {
            clearInterval(progressInterval);
            finishLoading();
          }, 10000);
        })();</script><script type=text/javascript src=static/js/manifest.1e13841c76c0bf5db915.js></script><script type=text/javascript src=static/js/vendor.dd2fb6c26ee44731e743.js></script><script type=text/javascript src=static/js/app.5412bb7963d6c2a79b50.js></script></body></html>
    Found 2026-01-25 by HttpPlugin
    Create report
netecc.com*.cdn.netecc.com*.hotel.netecc.com*.iot.netecc.com*.m.netecc.com*.netecc.com*.pms.netecc.com*.shop.netecc.com*.trip.netecc.com*.zc.netecc.com
CN:
netecc.com
Not before:
2026-01-25 00:00
Not after:
2026-04-25 23:59