Domain www.h55579.com
Japan
CTG Server Limited
Software information

nginx nginx 1.12.2

tcp/443

  • MacOS file listing through .DS_Store file
    First seen 2024-07-31 01:19
    Last seen 2024-11-08 20:24
    Open for 100 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09cc169dbbec169dbbe626f729baf90f1521e1f933702ebc6bc

      Found 15 files trough .DS_Store spidering:
      
      /.git
      /888
      /app-download
      /app-download/images
      /app-download/js
      /m
      /qphtml
      /static
      /static-dqr
      /ts-download
      /ts-download/css
      /ts-download/images
      /ts-download/js
      /ts-download/muse-ui
      /tsnew-download
      Found on 2024-11-08 20:24
    • Severity: low
      Fingerprint: 5f32cf5d6962f09cdc57c57adc57c57a06acecbf67be709edbe009735af7dadb

      Found 19 files trough .DS_Store spidering:
      
      /.git
      /888
      /app-download
      /app-download/images
      /app-download/js
      /m
      /qphtml
      /static
      /static-dqr
      /ts-download
      /ts-download/css
      /ts-download/images
      /ts-download/js
      /ts-download/muse-ui
      /tsnew-download
      /tsnew-download/css
      /tsnew-download/images
      /tsnew-download/js
      /tsnew-download/muse-ui
      Found on 2024-11-04 17:58
    • Severity: low
      Fingerprint: 5f32cf5d6962f09cec7f8772ec7f8772677f2617ab34c1166667f0bb1ba83d1d

      Found 11 files trough .DS_Store spidering:
      
      /.git
      /888
      /app-download
      /app-download/images
      /app-download/js
      /m
      /qphtml
      /static
      /static-dqr
      /ts-download
      /tsnew-download
      Found on 2024-10-26 14:07
  • Git configuration and history exposed
    First seen 2024-07-31 01:19
    Last seen 2024-11-08 20:24
    Open for 100 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65227f120755

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = root@6669786.com:lottery-site/lottery-repo-dqr
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2024-11-08 20:24
      271 Bytes
  • Open service 137.220.146.140:443 · www.h55579.com

    2024-11-02 15:21

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Sat, 02 Nov 2024 15:21:55 GMT
    Etag: W/"6635ec43-11ba"
    Last-Modified: Sat, 04 May 2024 08:05:23 GMT
    Server: nginx/1.12.2
    X-Cache: BYPASS
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Welcome
    
    <!DOCTYPE html>
    <html style="height: 100%;">
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
    
      <script>
        function isMobile() {
          return !!(navigator.userAgent.match(
            /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
            ))
        }
        if (isMobile() !== false) {
          if (location.href.indexOf('#') > -1) {
            location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '')
          } else {
            location.href = location.origin + '/m/#/home' + location.search
          }
        }
        (function () {
          var url = window.location.href,
            obj = {},
            keyvalue = [],
            key = '',
            value = '',
            parseString = url.substring(url.indexOf('?') + 1, url.length).split('&')
          for (var i in parseString) {
            keyvalue = parseString[i].split('=')
            key = keyvalue[0]
            value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1]
            obj[key] = value
          }
    
          if (obj.agent) {
            localStorage.setItem('agent', obj.agent)
          }
          if (obj.isPcInfo) {
            isPcInfo = obj.isPcInfo;
          }
          if(obj.register){
            if(!localStorage.token){
                  localStorage.setItem('register', obj.register)
              }
          }
        })()
        window.vis = true
        window.onblur = function () {
          window.vis = false
        }
        window.onfocus = function () {
          window.vis = true
          if (typeof window.balanceTask === 'function') {
            window.balanceTask()
          }
        }
        if(window.origin=='https://v88575.com'){
          var _hmt = _hmt || [];
          (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?44b8de9fa4cced1aa4c79161a1a8fb82";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
          })(); 
        } else if(window.origin=='https://v88582.com'){
            var _hmt = _hmt || [];
            (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?563ac4f0909bebee409016620fd62ece";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
            })();
        };
        if(!isMobile()) {
          function loadJS( url, callback ) {
            var script = document.createElement('script'),
            fn = callback || function(){};
            script.type = 'text/javascript';
    
            //IE
            if(script.readyState){
              script.onreadystatechange = function(){
                if( script.readyState == 'loaded' || script.readyState == 'complete' ){
                    script.onreadystatechange = null;
                    fn()
                }
              }
            }else{
              // 其他浏览器
              script.onload = function(){
                fn()
              }
            }
            script.src = url;
            document.getElementsByTagName('head')[0].appendChild(script);
          }
    
          let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js'
          , `https://cstaticdun.126.net/load.min.js?t=1714127484233`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714127484233`
          ]
          // 用法
          loadTable.forEach( (url) => {
            loadJS(url,function(e){
              // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url)
            })
          })
    
        }
      </script>
      <link rel="shortcut icon" href="/static/dqr/img/favicon.ico" type="image/x-icon">
      <!-- <script src="/static/public/js/stomp.js"></script>
      <script src="/static/public/js/qrcode.js"></script>
     
      <script src="https://cstaticdun.126.net/load.min.js?t=1714127484233"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127484233"></script> -->
    <link href="/static-dqr/style.css" rel="stylesheet"><link href="/static-dqr/css/pages/dqr/index.8113ecc44d6ef528f10987ae850604ef.css" rel="style
    Found 2024-11-02 by HttpPlugin
    Create report
  • Open service 134.122.184.70:443 · www.h55579.com

    2024-10-02 04:19

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Wed, 02 Oct 2024 04:19:44 GMT
    Etag: W/"6635ec43-11ba"
    Last-Modified: Sat, 04 May 2024 08:05:23 GMT
    Server: nginx/1.12.2
    X-Cache: BYPASS
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Welcome
    
    <!DOCTYPE html>
    <html style="height: 100%;">
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
    
      <script>
        function isMobile() {
          return !!(navigator.userAgent.match(
            /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
            ))
        }
        if (isMobile() !== false) {
          if (location.href.indexOf('#') > -1) {
            location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '')
          } else {
            location.href = location.origin + '/m/#/home' + location.search
          }
        }
        (function () {
          var url = window.location.href,
            obj = {},
            keyvalue = [],
            key = '',
            value = '',
            parseString = url.substring(url.indexOf('?') + 1, url.length).split('&')
          for (var i in parseString) {
            keyvalue = parseString[i].split('=')
            key = keyvalue[0]
            value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1]
            obj[key] = value
          }
    
          if (obj.agent) {
            localStorage.setItem('agent', obj.agent)
          }
          if (obj.isPcInfo) {
            isPcInfo = obj.isPcInfo;
          }
          if(obj.register){
            if(!localStorage.token){
                  localStorage.setItem('register', obj.register)
              }
          }
        })()
        window.vis = true
        window.onblur = function () {
          window.vis = false
        }
        window.onfocus = function () {
          window.vis = true
          if (typeof window.balanceTask === 'function') {
            window.balanceTask()
          }
        }
        if(window.origin=='https://v88575.com'){
          var _hmt = _hmt || [];
          (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?44b8de9fa4cced1aa4c79161a1a8fb82";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
          })(); 
        } else if(window.origin=='https://v88582.com'){
            var _hmt = _hmt || [];
            (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?563ac4f0909bebee409016620fd62ece";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
            })();
        };
        if(!isMobile()) {
          function loadJS( url, callback ) {
            var script = document.createElement('script'),
            fn = callback || function(){};
            script.type = 'text/javascript';
    
            //IE
            if(script.readyState){
              script.onreadystatechange = function(){
                if( script.readyState == 'loaded' || script.readyState == 'complete' ){
                    script.onreadystatechange = null;
                    fn()
                }
              }
            }else{
              // 其他浏览器
              script.onload = function(){
                fn()
              }
            }
            script.src = url;
            document.getElementsByTagName('head')[0].appendChild(script);
          }
    
          let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js'
          , `https://cstaticdun.126.net/load.min.js?t=1714127484233`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714127484233`
          ]
          // 用法
          loadTable.forEach( (url) => {
            loadJS(url,function(e){
              // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url)
            })
          })
    
        }
      </script>
      <link rel="shortcut icon" href="/static/dqr/img/favicon.ico" type="image/x-icon">
      <!-- <script src="/static/public/js/stomp.js"></script>
      <script src="/static/public/js/qrcode.js"></script>
     
      <script src="https://cstaticdun.126.net/load.min.js?t=1714127484233"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127484233"></script> -->
    <link href="/static-dqr/style.css" rel="stylesheet"><link href="/static-dqr/css/pages/dqr/index.8113ecc44d6ef528f10987ae850604ef.css" rel="style
    Found 2024-10-02 by HttpPlugin
    Create report
  • Open service 134.122.184.70:443 · www.h55579.com

    2024-09-30 22:09

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Mon, 30 Sep 2024 22:09:41 GMT
    Etag: W/"6635ec43-11ba"
    Last-Modified: Sat, 04 May 2024 08:05:23 GMT
    Server: nginx/1.12.2
    X-Cache: BYPASS
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Welcome
    
    <!DOCTYPE html>
    <html style="height: 100%;">
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
    
      <script>
        function isMobile() {
          return !!(navigator.userAgent.match(
            /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
            ))
        }
        if (isMobile() !== false) {
          if (location.href.indexOf('#') > -1) {
            location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '')
          } else {
            location.href = location.origin + '/m/#/home' + location.search
          }
        }
        (function () {
          var url = window.location.href,
            obj = {},
            keyvalue = [],
            key = '',
            value = '',
            parseString = url.substring(url.indexOf('?') + 1, url.length).split('&')
          for (var i in parseString) {
            keyvalue = parseString[i].split('=')
            key = keyvalue[0]
            value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1]
            obj[key] = value
          }
    
          if (obj.agent) {
            localStorage.setItem('agent', obj.agent)
          }
          if (obj.isPcInfo) {
            isPcInfo = obj.isPcInfo;
          }
          if(obj.register){
            if(!localStorage.token){
                  localStorage.setItem('register', obj.register)
              }
          }
        })()
        window.vis = true
        window.onblur = function () {
          window.vis = false
        }
        window.onfocus = function () {
          window.vis = true
          if (typeof window.balanceTask === 'function') {
            window.balanceTask()
          }
        }
        if(window.origin=='https://v88575.com'){
          var _hmt = _hmt || [];
          (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?44b8de9fa4cced1aa4c79161a1a8fb82";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
          })(); 
        } else if(window.origin=='https://v88582.com'){
            var _hmt = _hmt || [];
            (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?563ac4f0909bebee409016620fd62ece";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
            })();
        };
        if(!isMobile()) {
          function loadJS( url, callback ) {
            var script = document.createElement('script'),
            fn = callback || function(){};
            script.type = 'text/javascript';
    
            //IE
            if(script.readyState){
              script.onreadystatechange = function(){
                if( script.readyState == 'loaded' || script.readyState == 'complete' ){
                    script.onreadystatechange = null;
                    fn()
                }
              }
            }else{
              // 其他浏览器
              script.onload = function(){
                fn()
              }
            }
            script.src = url;
            document.getElementsByTagName('head')[0].appendChild(script);
          }
    
          let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js'
          , `https://cstaticdun.126.net/load.min.js?t=1714127484233`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714127484233`
          ]
          // 用法
          loadTable.forEach( (url) => {
            loadJS(url,function(e){
              // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url)
            })
          })
    
        }
      </script>
      <link rel="shortcut icon" href="/static/dqr/img/favicon.ico" type="image/x-icon">
      <!-- <script src="/static/public/js/stomp.js"></script>
      <script src="/static/public/js/qrcode.js"></script>
     
      <script src="https://cstaticdun.126.net/load.min.js?t=1714127484233"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127484233"></script> -->
    <link href="/static-dqr/style.css" rel="stylesheet"><link href="/static-dqr/css/pages/dqr/index.8113ecc44d6ef528f10987ae850604ef.css" rel="style
    Found 2024-09-30 by HttpPlugin
    Create report
  • Open service 137.220.146.140:443 · www.h55579.com

    2024-09-30 20:28

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Mon, 30 Sep 2024 20:28:45 GMT
    Etag: W/"6635ec43-11ba"
    Last-Modified: Sat, 04 May 2024 08:05:23 GMT
    Server: nginx/1.12.2
    X-Cache: BYPASS
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Welcome
    
    <!DOCTYPE html>
    <html style="height: 100%;">
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
    
      <script>
        function isMobile() {
          return !!(navigator.userAgent.match(
            /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
            ))
        }
        if (isMobile() !== false) {
          if (location.href.indexOf('#') > -1) {
            location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '')
          } else {
            location.href = location.origin + '/m/#/home' + location.search
          }
        }
        (function () {
          var url = window.location.href,
            obj = {},
            keyvalue = [],
            key = '',
            value = '',
            parseString = url.substring(url.indexOf('?') + 1, url.length).split('&')
          for (var i in parseString) {
            keyvalue = parseString[i].split('=')
            key = keyvalue[0]
            value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1]
            obj[key] = value
          }
    
          if (obj.agent) {
            localStorage.setItem('agent', obj.agent)
          }
          if (obj.isPcInfo) {
            isPcInfo = obj.isPcInfo;
          }
          if(obj.register){
            if(!localStorage.token){
                  localStorage.setItem('register', obj.register)
              }
          }
        })()
        window.vis = true
        window.onblur = function () {
          window.vis = false
        }
        window.onfocus = function () {
          window.vis = true
          if (typeof window.balanceTask === 'function') {
            window.balanceTask()
          }
        }
        if(window.origin=='https://v88575.com'){
          var _hmt = _hmt || [];
          (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?44b8de9fa4cced1aa4c79161a1a8fb82";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
          })(); 
        } else if(window.origin=='https://v88582.com'){
            var _hmt = _hmt || [];
            (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?563ac4f0909bebee409016620fd62ece";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
            })();
        };
        if(!isMobile()) {
          function loadJS( url, callback ) {
            var script = document.createElement('script'),
            fn = callback || function(){};
            script.type = 'text/javascript';
    
            //IE
            if(script.readyState){
              script.onreadystatechange = function(){
                if( script.readyState == 'loaded' || script.readyState == 'complete' ){
                    script.onreadystatechange = null;
                    fn()
                }
              }
            }else{
              // 其他浏览器
              script.onload = function(){
                fn()
              }
            }
            script.src = url;
            document.getElementsByTagName('head')[0].appendChild(script);
          }
    
          let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js'
          , `https://cstaticdun.126.net/load.min.js?t=1714127484233`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714127484233`
          ]
          // 用法
          loadTable.forEach( (url) => {
            loadJS(url,function(e){
              // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url)
            })
          })
    
        }
      </script>
      <link rel="shortcut icon" href="/static/dqr/img/favicon.ico" type="image/x-icon">
      <!-- <script src="/static/public/js/stomp.js"></script>
      <script src="/static/public/js/qrcode.js"></script>
     
      <script src="https://cstaticdun.126.net/load.min.js?t=1714127484233"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127484233"></script> -->
    <link href="/static-dqr/style.css" rel="stylesheet"><link href="/static-dqr/css/pages/dqr/index.8113ecc44d6ef528f10987ae850604ef.css" rel="style
    Found 2024-09-30 by HttpPlugin
    Create report
  • Open service 137.220.146.140:443 · www.h55579.com

    2024-09-28 19:08

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Sat, 28 Sep 2024 19:08:44 GMT
    Etag: W/"6635ec43-11ba"
    Last-Modified: Sat, 04 May 2024 08:05:23 GMT
    Server: nginx/1.12.2
    X-Cache: BYPASS
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Welcome
    
    <!DOCTYPE html>
    <html style="height: 100%;">
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
    
      <script>
        function isMobile() {
          return !!(navigator.userAgent.match(
            /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
            ))
        }
        if (isMobile() !== false) {
          if (location.href.indexOf('#') > -1) {
            location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '')
          } else {
            location.href = location.origin + '/m/#/home' + location.search
          }
        }
        (function () {
          var url = window.location.href,
            obj = {},
            keyvalue = [],
            key = '',
            value = '',
            parseString = url.substring(url.indexOf('?') + 1, url.length).split('&')
          for (var i in parseString) {
            keyvalue = parseString[i].split('=')
            key = keyvalue[0]
            value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1]
            obj[key] = value
          }
    
          if (obj.agent) {
            localStorage.setItem('agent', obj.agent)
          }
          if (obj.isPcInfo) {
            isPcInfo = obj.isPcInfo;
          }
          if(obj.register){
            if(!localStorage.token){
                  localStorage.setItem('register', obj.register)
              }
          }
        })()
        window.vis = true
        window.onblur = function () {
          window.vis = false
        }
        window.onfocus = function () {
          window.vis = true
          if (typeof window.balanceTask === 'function') {
            window.balanceTask()
          }
        }
        if(window.origin=='https://v88575.com'){
          var _hmt = _hmt || [];
          (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?44b8de9fa4cced1aa4c79161a1a8fb82";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
          })(); 
        } else if(window.origin=='https://v88582.com'){
            var _hmt = _hmt || [];
            (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?563ac4f0909bebee409016620fd62ece";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
            })();
        };
        if(!isMobile()) {
          function loadJS( url, callback ) {
            var script = document.createElement('script'),
            fn = callback || function(){};
            script.type = 'text/javascript';
    
            //IE
            if(script.readyState){
              script.onreadystatechange = function(){
                if( script.readyState == 'loaded' || script.readyState == 'complete' ){
                    script.onreadystatechange = null;
                    fn()
                }
              }
            }else{
              // 其他浏览器
              script.onload = function(){
                fn()
              }
            }
            script.src = url;
            document.getElementsByTagName('head')[0].appendChild(script);
          }
    
          let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js'
          , `https://cstaticdun.126.net/load.min.js?t=1714127484233`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714127484233`
          ]
          // 用法
          loadTable.forEach( (url) => {
            loadJS(url,function(e){
              // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url)
            })
          })
    
        }
      </script>
      <link rel="shortcut icon" href="/static/dqr/img/favicon.ico" type="image/x-icon">
      <!-- <script src="/static/public/js/stomp.js"></script>
      <script src="/static/public/js/qrcode.js"></script>
     
      <script src="https://cstaticdun.126.net/load.min.js?t=1714127484233"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127484233"></script> -->
    <link href="/static-dqr/style.css" rel="stylesheet"><link href="/static-dqr/css/pages/dqr/index.8113ecc44d6ef528f10987ae850604ef.css" rel="style
    Found 2024-09-28 by HttpPlugin
    Create report
  • Open service 137.220.146.140:443 · www.h55579.com

    2024-09-28 18:38

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Sat, 28 Sep 2024 18:38:55 GMT
    Etag: W/"6635ec43-11ba"
    Last-Modified: Sat, 04 May 2024 08:05:23 GMT
    Server: nginx/1.12.2
    X-Cache: BYPASS
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Welcome
    
    <!DOCTYPE html>
    <html style="height: 100%;">
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
    
      <script>
        function isMobile() {
          return !!(navigator.userAgent.match(
            /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
            ))
        }
        if (isMobile() !== false) {
          if (location.href.indexOf('#') > -1) {
            location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '')
          } else {
            location.href = location.origin + '/m/#/home' + location.search
          }
        }
        (function () {
          var url = window.location.href,
            obj = {},
            keyvalue = [],
            key = '',
            value = '',
            parseString = url.substring(url.indexOf('?') + 1, url.length).split('&')
          for (var i in parseString) {
            keyvalue = parseString[i].split('=')
            key = keyvalue[0]
            value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1]
            obj[key] = value
          }
    
          if (obj.agent) {
            localStorage.setItem('agent', obj.agent)
          }
          if (obj.isPcInfo) {
            isPcInfo = obj.isPcInfo;
          }
          if(obj.register){
            if(!localStorage.token){
                  localStorage.setItem('register', obj.register)
              }
          }
        })()
        window.vis = true
        window.onblur = function () {
          window.vis = false
        }
        window.onfocus = function () {
          window.vis = true
          if (typeof window.balanceTask === 'function') {
            window.balanceTask()
          }
        }
        if(window.origin=='https://v88575.com'){
          var _hmt = _hmt || [];
          (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?44b8de9fa4cced1aa4c79161a1a8fb82";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
          })(); 
        } else if(window.origin=='https://v88582.com'){
            var _hmt = _hmt || [];
            (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?563ac4f0909bebee409016620fd62ece";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
            })();
        };
        if(!isMobile()) {
          function loadJS( url, callback ) {
            var script = document.createElement('script'),
            fn = callback || function(){};
            script.type = 'text/javascript';
    
            //IE
            if(script.readyState){
              script.onreadystatechange = function(){
                if( script.readyState == 'loaded' || script.readyState == 'complete' ){
                    script.onreadystatechange = null;
                    fn()
                }
              }
            }else{
              // 其他浏览器
              script.onload = function(){
                fn()
              }
            }
            script.src = url;
            document.getElementsByTagName('head')[0].appendChild(script);
          }
    
          let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js'
          , `https://cstaticdun.126.net/load.min.js?t=1714127484233`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714127484233`
          ]
          // 用法
          loadTable.forEach( (url) => {
            loadJS(url,function(e){
              // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url)
            })
          })
    
        }
      </script>
      <link rel="shortcut icon" href="/static/dqr/img/favicon.ico" type="image/x-icon">
      <!-- <script src="/static/public/js/stomp.js"></script>
      <script src="/static/public/js/qrcode.js"></script>
     
      <script src="https://cstaticdun.126.net/load.min.js?t=1714127484233"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127484233"></script> -->
    <link href="/static-dqr/style.css" rel="stylesheet"><link href="/static-dqr/css/pages/dqr/index.8113ecc44d6ef528f10987ae850604ef.css" rel="style
    Found 2024-09-28 by HttpPlugin
    Create report
  • Open service 216.224.123.254:443 · www.h55579.com

    2024-09-28 18:38

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Sat, 28 Sep 2024 18:38:57 GMT
    Etag: W/"6635ec43-11ba"
    Last-Modified: Sat, 04 May 2024 08:05:23 GMT
    Server: nginx/1.12.2
    X-Cache: BYPASS
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Welcome
    
    <!DOCTYPE html>
    <html style="height: 100%;">
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
    
      <script>
        function isMobile() {
          return !!(navigator.userAgent.match(
            /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
            ))
        }
        if (isMobile() !== false) {
          if (location.href.indexOf('#') > -1) {
            location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '')
          } else {
            location.href = location.origin + '/m/#/home' + location.search
          }
        }
        (function () {
          var url = window.location.href,
            obj = {},
            keyvalue = [],
            key = '',
            value = '',
            parseString = url.substring(url.indexOf('?') + 1, url.length).split('&')
          for (var i in parseString) {
            keyvalue = parseString[i].split('=')
            key = keyvalue[0]
            value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1]
            obj[key] = value
          }
    
          if (obj.agent) {
            localStorage.setItem('agent', obj.agent)
          }
          if (obj.isPcInfo) {
            isPcInfo = obj.isPcInfo;
          }
          if(obj.register){
            if(!localStorage.token){
                  localStorage.setItem('register', obj.register)
              }
          }
        })()
        window.vis = true
        window.onblur = function () {
          window.vis = false
        }
        window.onfocus = function () {
          window.vis = true
          if (typeof window.balanceTask === 'function') {
            window.balanceTask()
          }
        }
        if(window.origin=='https://v88575.com'){
          var _hmt = _hmt || [];
          (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?44b8de9fa4cced1aa4c79161a1a8fb82";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
          })(); 
        } else if(window.origin=='https://v88582.com'){
            var _hmt = _hmt || [];
            (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?563ac4f0909bebee409016620fd62ece";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
            })();
        };
        if(!isMobile()) {
          function loadJS( url, callback ) {
            var script = document.createElement('script'),
            fn = callback || function(){};
            script.type = 'text/javascript';
    
            //IE
            if(script.readyState){
              script.onreadystatechange = function(){
                if( script.readyState == 'loaded' || script.readyState == 'complete' ){
                    script.onreadystatechange = null;
                    fn()
                }
              }
            }else{
              // 其他浏览器
              script.onload = function(){
                fn()
              }
            }
            script.src = url;
            document.getElementsByTagName('head')[0].appendChild(script);
          }
    
          let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js'
          , `https://cstaticdun.126.net/load.min.js?t=1714127484233`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714127484233`
          ]
          // 用法
          loadTable.forEach( (url) => {
            loadJS(url,function(e){
              // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url)
            })
          })
    
        }
      </script>
      <link rel="shortcut icon" href="/static/dqr/img/favicon.ico" type="image/x-icon">
      <!-- <script src="/static/public/js/stomp.js"></script>
      <script src="/static/public/js/qrcode.js"></script>
     
      <script src="https://cstaticdun.126.net/load.min.js?t=1714127484233"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127484233"></script> -->
    <link href="/static-dqr/style.css" rel="stylesheet"><link href="/static-dqr/css/pages/dqr/index.8113ecc44d6ef528f10987ae850604ef.css" rel="style
    Found 2024-09-28 by HttpPlugin
    Create report
  • Open service 137.220.225.105:443 · www.h55579.com

    2024-09-28 18:38

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Sat, 28 Sep 2024 18:38:58 GMT
    Etag: W/"6635ec43-11ba"
    Last-Modified: Sat, 04 May 2024 08:05:23 GMT
    Server: nginx/1.12.2
    X-Cache: BYPASS
    Connection: close
    Transfer-Encoding: chunked
    
    Page title: Welcome
    
    <!DOCTYPE html>
    <html style="height: 100%;">
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
    
      <script>
        function isMobile() {
          return !!(navigator.userAgent.match(
            /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i
            ))
        }
        if (isMobile() !== false) {
          if (location.href.indexOf('#') > -1) {
            location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '')
          } else {
            location.href = location.origin + '/m/#/home' + location.search
          }
        }
        (function () {
          var url = window.location.href,
            obj = {},
            keyvalue = [],
            key = '',
            value = '',
            parseString = url.substring(url.indexOf('?') + 1, url.length).split('&')
          for (var i in parseString) {
            keyvalue = parseString[i].split('=')
            key = keyvalue[0]
            value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1]
            obj[key] = value
          }
    
          if (obj.agent) {
            localStorage.setItem('agent', obj.agent)
          }
          if (obj.isPcInfo) {
            isPcInfo = obj.isPcInfo;
          }
          if(obj.register){
            if(!localStorage.token){
                  localStorage.setItem('register', obj.register)
              }
          }
        })()
        window.vis = true
        window.onblur = function () {
          window.vis = false
        }
        window.onfocus = function () {
          window.vis = true
          if (typeof window.balanceTask === 'function') {
            window.balanceTask()
          }
        }
        if(window.origin=='https://v88575.com'){
          var _hmt = _hmt || [];
          (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?44b8de9fa4cced1aa4c79161a1a8fb82";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
          })(); 
        } else if(window.origin=='https://v88582.com'){
            var _hmt = _hmt || [];
            (function() {
              var hm = document.createElement("script");
              hm.src = "https://hm.baidu.com/hm.js?563ac4f0909bebee409016620fd62ece";
              var s = document.getElementsByTagName("script")[0]; 
              s.parentNode.insertBefore(hm, s);
            })();
        };
        if(!isMobile()) {
          function loadJS( url, callback ) {
            var script = document.createElement('script'),
            fn = callback || function(){};
            script.type = 'text/javascript';
    
            //IE
            if(script.readyState){
              script.onreadystatechange = function(){
                if( script.readyState == 'loaded' || script.readyState == 'complete' ){
                    script.onreadystatechange = null;
                    fn()
                }
              }
            }else{
              // 其他浏览器
              script.onload = function(){
                fn()
              }
            }
            script.src = url;
            document.getElementsByTagName('head')[0].appendChild(script);
          }
    
          let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js'
          , `https://cstaticdun.126.net/load.min.js?t=1714127484233`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714127484233`
          ]
          // 用法
          loadTable.forEach( (url) => {
            loadJS(url,function(e){
              // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url)
            })
          })
    
        }
      </script>
      <link rel="shortcut icon" href="/static/dqr/img/favicon.ico" type="image/x-icon">
      <!-- <script src="/static/public/js/stomp.js"></script>
      <script src="/static/public/js/qrcode.js"></script>
     
      <script src="https://cstaticdun.126.net/load.min.js?t=1714127484233"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127484233"></script> -->
    <link href="/static-dqr/style.css" rel="stylesheet"><link href="/static-dqr/css/pages/dqr/index.8113ecc44d6ef528f10987ae850604ef.css" rel="style
    Found 2024-09-28 by HttpPlugin
    Create report
  • Open service 216.224.123.254:80 · www.h55579.com

    2024-09-28 18:38

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=utf-8
    Location: https://www.h55579.com:4494/
    Date: Sat, 28 Sep 2024 18:38:54 GMT
    Content-Length: 63
    Connection: close
    
    Found 2024-09-28 by HttpPlugin
    Create report
  • Open service 134.122.184.106:80 · www.h55579.com

    2024-09-28 18:38

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=utf-8
    Location: https://www.h55579.com:4494/
    Date: Sat, 28 Sep 2024 18:38:54 GMT
    Content-Length: 63
    Connection: close
    
    Found 2024-09-28 by HttpPlugin
    Create report
  • Open service 216.224.123.154:80 · www.h55579.com

    2024-09-28 18:38

    HTTP/1.1 301 Moved Permanently
    Content-Type: text/html; charset=utf-8
    Location: https://www.h55579.com:4494/
    Date: Sat, 28 Sep 2024 18:38:53 GMT
    Content-Length: 63
    Connection: close
    
    Found 2024-09-28 by HttpPlugin
    Create report
h55579.comwww.h55579.com
CN:
h55579.com
Key:
RSA-2048
Issuer:
R11
Not before:
2024-09-28 17:40
Not after:
2024-12-27 17:40
h55579.comwww.h55579.com
CN:
h55579.com
Key:
RSA-2048
Issuer:
R11
Not before:
2024-07-31 00:19
Not after:
2024-10-29 00:19