nginx 1.12.2
tcp/443
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c47dfe71947dfe719155d132a71296f03309f7ec436134f36
Found 16 files trough .DS_Store spidering: /.git /888 /app-download /app-download/images /app-download/js /m /qphtml /static /static-fhcp /ts-download /ts-download/css /ts-download/images /ts-download/js /ts-download/muse-ui /ts2-download /tsnew-download
Severity: low
Fingerprint: 5f32cf5d6962f09c3838040e3838040e7ad6bcebe57a3e4283bf9527c9ab9e14
Found 20 files trough .DS_Store spidering: /.git /888 /app-download /app-download/images /app-download/js /m /qphtml /static /static-fhcp /ts-download /ts-download/css /ts-download/images /ts-download/js /ts-download/muse-ui /ts2-download /ts2-download/css /ts2-download/images /ts2-download/js /ts2-download/muse-ui /tsnew-download
Severity: low
Fingerprint: 5f32cf5d6962f09c0f8dcf020f8dcf02a719fba7d37be0068b26822bb30d7d0b
Found 24 files trough .DS_Store spidering: /.git /888 /app-download /app-download/images /app-download/js /m /qphtml /static /static-fhcp /ts-download /ts-download/css /ts-download/images /ts-download/js /ts-download/muse-ui /ts2-download /ts2-download/css /ts2-download/images /ts2-download/js /ts2-download/muse-ui /tsnew-download /tsnew-download/css /tsnew-download/images /tsnew-download/js /tsnew-download/muse-ui
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c0f8dcf020f8dcf02a719fba7d37be0068b26822bb30d7d0b
Found 24 files trough .DS_Store spidering: /.git /888 /app-download /app-download/images /app-download/js /m /qphtml /static /static-fhcp /ts-download /ts-download/css /ts-download/images /ts-download/js /ts-download/muse-ui /ts2-download /ts2-download/css /ts2-download/images /ts2-download/js /ts2-download/muse-ui /tsnew-download /tsnew-download/css /tsnew-download/images /tsnew-download/js /tsnew-download/muse-ui
Severity: low
Fingerprint: 5f32cf5d6962f09c47dfe71947dfe719155d132a71296f03309f7ec436134f36
Found 16 files trough .DS_Store spidering: /.git /888 /app-download /app-download/images /app-download/js /m /qphtml /static /static-fhcp /ts-download /ts-download/css /ts-download/images /ts-download/js /ts-download/muse-ui /ts2-download /tsnew-download
Severity: low
Fingerprint: 5f32cf5d6962f09c3838040e3838040e7ad6bcebe57a3e4283bf9527c9ab9e14
Found 20 files trough .DS_Store spidering: /.git /888 /app-download /app-download/images /app-download/js /m /qphtml /static /static-fhcp /ts-download /ts-download/css /ts-download/images /ts-download/js /ts-download/muse-ui /ts2-download /ts2-download/css /ts2-download/images /ts2-download/js /ts2-download/muse-ui /tsnew-download
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65222fa98ae1
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = root@6669786.com:lottery-site/lottery-repo-fhcp fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65222fa98ae1
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = root@6669786.com:lottery-site/lottery-repo-fhcp fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
Open service 137.220.146.140:443 · 792891.com
2024-11-03 01:35
HTTP/1.1 200 OK Content-Type: text/html Date: Sun, 03 Nov 2024 01:35:56 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · 792891.com
2024-11-01 12:25
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 01 Nov 2024 12:25:13 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · www.792891.com
2024-11-01 07:19
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 01 Nov 2024 07:19:37 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · 792891.com
2024-10-30 12:44
HTTP/1.1 200 OK Content-Type: text/html Date: Wed, 30 Oct 2024 12:44:45 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · www.792891.com
2024-10-30 05:16
HTTP/1.1 200 OK Content-Type: text/html Date: Wed, 30 Oct 2024 05:16:30 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · www.792891.com
2024-10-20 08:50
HTTP/1.1 200 OK Content-Type: text/html Date: Sun, 20 Oct 2024 08:50:16 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · 792891.com
2024-10-18 16:07
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 18 Oct 2024 16:07:09 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · www.792891.com
2024-10-18 08:48
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 18 Oct 2024 08:48:55 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 103.231.15.133:443 · www.792891.com
2024-10-15 19:23
HTTP/1.1 200 OK Content-Type: text/html Date: Tue, 15 Oct 2024 19:23:43 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 122.10.113.114:80 · www.792891.com
2024-10-15 19:23
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Location: https://www.792891.com:8663/ Date: Tue, 15 Oct 2024 19:23:43 GMT Content-Length: 63 Connection: close
Open service 134.122.184.106:443 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=42aba907cb5c32de300f365930e3198c.f346b49afea9bca63add1166763a01fd.1729020226&url=https%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:46 GMT Content-Length: 0 Connection: close
Open service 103.231.15.133:80 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=6d2963732ed700e0938c47a8bb2ea792.a37b3191c196ea5ed649785f739fa2d5.1729020223&url=http%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:43 GMT Content-Length: 0 Connection: close
Open service 137.220.202.170:80 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=4aa1177c074db08c9e5eba9bfc14ee93.fd0c0edfcebd63cb946384972fda59ca.1729020223&url=http%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:43 GMT Content-Length: 0 Connection: close
Open service 137.220.146.140:443 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=bf021f6433f86b90c2b75cb608073fd3.4c413a6c9d3e3779ca569d4efdbee400.1729020226&url=https%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:46 GMT Content-Length: 0 Connection: close
Open service 137.220.225.105:80 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=4abdfcae45d963f2e993159df977934c.ca373c4e3c54f8648aee5f496c477689.1729020223&url=http%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:43 GMT Content-Length: 0 Connection: close
Open service 137.220.146.140:80 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=347b2ebb40c2cf7bb49dbfc2c0b0086b.3155689b1ae78a6a3fc442f86116529e.1729020223&url=http%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:43 GMT Content-Length: 0 Connection: close
Open service 3.113.19.235:443 · www.792891.com
2024-10-15 19:23
HTTP/1.1 200 OK Content-Type: text/html Date: Tue, 15 Oct 2024 19:23:43 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 122.10.113.114:443 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=ada01692a3f31801f2aefec28771bbee.a37b3191c196ea5ed649785f739fa2d5.1729020223&url=https%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:43 GMT Content-Length: 0 Connection: close
Open service 3.113.19.235:80 · www.792891.com
2024-10-15 19:23
HTTP/1.1 301 Moved Permanently Content-Type: text/html; charset=utf-8 Location: https://www.792891.com:8663/ Date: Tue, 15 Oct 2024 19:23:43 GMT Content-Length: 63 Connection: close
Open service 137.220.202.170:443 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=c793a3368e7cd5b890230d08de9eeca7.154a4a34fc08b5b9910ec818f71ffd8e.1729020225&url=https%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:45 GMT Content-Length: 0 Connection: close
Open service 216.224.123.154:80 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=f7afeda5cc21fe71b10902078739a48e.55d8ebb32740e604abc52ab852ffb801.1729020223&url=http%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:43 GMT Content-Length: 0 Connection: close
Open service 216.224.123.154:443 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=b884317ea4631a50c3b240ab434e6db7.2af3bcd5e94ca6e4277f93691b30cf08.1729020226&url=https%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:46 GMT Content-Length: 0 Connection: close
Open service 134.122.184.106:80 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=2c173dafbcb3ca4f6dc5053bcf6a7b12.c8a4c2e8642cb7741f6d6f05f0701474.1729020223&url=http%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:43 GMT Content-Length: 0 Connection: close
Open service 216.224.123.254:443 · www.792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=54b4a6d2a6fccba9d9918bbc2ea4badf.1634805cb95bc4a28e7f846be7a89da3.1729020227&url=https%3A%2F%2Fwww.792891.com%2F Date: Tue, 15 Oct 2024 19:23:47 GMT Content-Length: 0 Connection: close
Open service 137.220.225.105:443 · 792891.com
2024-10-15 19:23
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=b707558cd974c8b568b487c044ef9fc7.72cb5ec0692afd39962d48f379a33c57.1729020228&url=https%3A%2F%2F792891.com%2F Date: Tue, 15 Oct 2024 19:23:48 GMT Content-Length: 0 Connection: close
Open service 137.220.225.105:443 · www.792891.com
2024-10-14 21:38
HTTP/1.1 200 OK Content-Type: text/html Date: Mon, 14 Oct 2024 21:38:56 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.146.140:443 · 792891.com
2024-10-14 14:14
HTTP/1.1 200 OK Content-Type: text/html Date: Mon, 14 Oct 2024 14:14:46 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · www.792891.com
2024-10-02 08:13
HTTP/1.1 200 OK Content-Type: text/html Date: Wed, 02 Oct 2024 08:13:16 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · www.792891.com
2024-10-02 08:13
HTTP/1.1 200 OK Content-Type: text/html Date: Wed, 02 Oct 2024 08:13:16 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · 792891.com
2024-09-30 07:04
HTTP/1.1 200 OK Content-Type: text/html Date: Mon, 30 Sep 2024 07:04:57 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · www.792891.com
2024-09-28 20:34
HTTP/1.1 200 OK Content-Type: text/html Date: Sat, 28 Sep 2024 20:34:44 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.225.105:443 · www.792891.com
2024-09-28 20:34
HTTP/1.1 200 OK Content-Type: text/html Date: Sat, 28 Sep 2024 20:34:44 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>
Open service 137.220.146.140:443 · 792891.com
2024-09-28 08:11
HTTP/1.1 200 OK Content-Type: text/html Date: Sat, 28 Sep 2024 08:11:57 GMT Etag: W/"6635ec42-ee5" Last-Modified: Sat, 04 May 2024 08:05:22 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=1714127562550`, `https://acstatic-dun.126.net/tool.min.js?t=1714127562550` ] // 用法 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/fhcp/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=1714127562550"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714127562550"></script> --> <link href="/static-fhcp/style.css" rel="stylesheet"><link href="/static-fhcp/css/pages/fhcp/index.dbede065ddb6404625f77c58f03c08ab.css" rel="stylesheet"></head> <body> <div id="fhcpApp"> </div> <script type="text/javascript" src="/static-fhcp/js/manifest.abb0827e0ad2a686caf0.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:31:51"></script><script type="text/javascript" src="/static-fhcp/js/pages/fhcp/index.516f9cc173fa6a5260ee.js?v=2024-4-26-18:31:51"></script></body> </html>