Domain www.s9316.com
Japan
Shanghai Anchang Network Security Technology Co.,Ltd.
Software information

nginx nginx 1.12.2

tcp/80

  • MacOS file listing through .DS_Store file
    First seen 2024-07-05 01:37
    Last seen 2024-09-20 03:16
    Open for 77 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c47dfe71947dfe719155d132a99c1ef57082ade56753264bb

      Found 16 files trough .DS_Store spidering:
      
      /.git
      /.vscode
      /888
      /app-download
      /check.html
      /index.html
      /m
      /new-download
      /qphtml
      /README.md
      /robots.txt
      /static
      /static-xpj83
      /style.css
      /ts-download
      /tsnew-download
      Found on 2024-09-20 03:16
  • Git configuration and history exposed
    First seen 2022-06-17 09:47
    Last seen 2024-09-03 01:37
    Open for 808 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65224e6bb8b9

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = root@6669786.com:lottery-site/lottery-repo-xpj83
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2024-09-03 01:37
      273 Bytes
  • Git configuration and history exposed
    First seen 2024-07-05 01:37
    Last seen 2024-09-20 03:16
    Open for 77 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65224e6bb8b9

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      [remote "origin"]
      	url = root@6669786.com:lottery-site/lottery-repo-xpj83
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2024-09-20 03:16
      273 Bytes
  • MacOS file listing through .DS_Store file
    First seen 2023-01-14 01:50
    Last seen 2024-09-03 01:37
    Open for 597 days
    • Severity: low
      Fingerprint: 5f32cf5d6962f09c47dfe71947dfe719155d132a99c1ef57082ade56753264bb

      Found 16 files trough .DS_Store spidering:
      
      /.git
      /.vscode
      /888
      /app-download
      /check.html
      /index.html
      /m
      /new-download
      /qphtml
      /README.md
      /robots.txt
      /static
      /static-xpj83
      /style.css
      /ts-download
      /tsnew-download
      Found on 2024-09-03 01:37
  • Open service 134.122.139.20:80 · www.s9316.com

    2024-09-16 03:43

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Mon, 16 Sep 2024 03:43:07 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-09-16 by HttpPlugin
    Create report
  • Open service 137.220.202.113:80 · www.s9316.com

    2024-09-12 23:50

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Thu, 12 Sep 2024 23:50:31 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-09-12 by HttpPlugin
    Create report
  • Open service 137.220.202.113:80 · www.s9316.com

    2024-09-10 19:49

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Tue, 10 Sep 2024 19:49:26 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-09-10 by HttpPlugin
    Create report
  • Open service 137.220.202.113:80 · www.s9316.com

    2024-09-07 00:04

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Sat, 07 Sep 2024 00:04:19 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-09-07 by HttpPlugin
    Create report
  • Open service 134.122.139.20:80 · www.s9316.com

    2024-09-06 21:07

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Fri, 06 Sep 2024 21:07:49 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-09-06 by HttpPlugin
    Create report
  • Open service 137.220.202.113:80 · www.s9316.com

    2024-08-16 23:11

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Fri, 16 Aug 2024 23:11:53 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-08-16 by HttpPlugin
    Create report
  • Open service 137.220.202.113:80 · www.s9316.com

    2024-08-14 22:14

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Wed, 14 Aug 2024 22:14:26 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-08-14 by HttpPlugin
    Create report
  • Open service 134.122.139.20:80 · www.s9316.com

    2024-08-12 23:16

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Mon, 12 Aug 2024 23:16:09 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-08-12 by HttpPlugin
    Create report
  • Open service 137.220.202.113:80 · www.s9316.com

    2024-08-11 00:14

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Sun, 11 Aug 2024 00:14:22 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-08-11 by HttpPlugin
    Create report
  • Open service 134.122.139.20:80 · www.s9316.com

    2024-08-10 14:40

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Sat, 10 Aug 2024 14:40:26 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-08-10 by HttpPlugin
    Create report
  • Open service 137.220.202.113:80 · www.s9316.com

    2024-08-08 18:41

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Thu, 08 Aug 2024 18:41:06 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-08-08 by HttpPlugin
    Create report
  • Open service 134.122.139.20:80 · www.s9316.com

    2024-08-08 14:45

    HTTP/1.1 200 OK
    Content-Type: text/html
    Date: Thu, 08 Aug 2024 14:45:59 GMT
    Etag: W/"6635ec43-eee"
    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>
    
    <head>
      <meta charset="utf-8" />
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
      <title>Welcome</title>
      <style>
        html{
          height: 100%;
        }
        body{
          height: 100%;
        }
      </style>
      <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.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(!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=1714128046055`,
          `https://acstatic-dun.126.net/tool.min.js?t=1714128046055`
          ]
          // 用法
          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/xpj83/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=1714128046055"></script>
      <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> -->
    <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head>
    
    <body>
      <div id="xpj83App">
    
      </div>
    <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body>
    
    </html>
    
    Found 2024-08-08 by HttpPlugin
    Create report
Domain summary