nginx 1.12.2
tcp/443 tcp/80
.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: 5f32cf5d6962f09c0f8dcf020f8dcf02a719fba705c191ae6e2d7272c7a04d8f
Found 24 files trough .DS_Store spidering: /.git /event /m /new-download /qphtml /robots.txt /static-amhg /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/.vscode /tsnew-download/css /tsnew-download/images /tsnew-download/js /tsnew-download/muse-ui /tyc82
Severity: low
Fingerprint: 5f32cf5d6962f09cdc57c57adc57c57a06acecbf424e5186f7052a8a1b5d39f0
Found 19 files trough .DS_Store spidering: /.git /event /m /new-download /qphtml /robots.txt /static-amhg /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 /tyc82
Severity: low
Fingerprint: 5f32cf5d6962f09cc169dbbec169dbbe626f729bc481b9a20df08ee6a2ff6675
Found 15 files trough .DS_Store spidering: /.git /event /m /new-download /qphtml /robots.txt /static-amhg /ts-download /ts-download/css /ts-download/images /ts-download/js /ts-download/muse-ui /ts2-download /tsnew-download /tyc82
.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: 5f32cf5d6962f09c0f8dcf020f8dcf02a719fba705c191ae6e2d7272c7a04d8f
Found 24 files trough .DS_Store spidering: /.git /event /m /new-download /qphtml /robots.txt /static-amhg /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/.vscode /tsnew-download/css /tsnew-download/images /tsnew-download/js /tsnew-download/muse-ui /tyc82
Severity: low
Fingerprint: 5f32cf5d6962f09cc169dbbec169dbbe626f729bc481b9a20df08ee6a2ff6675
Found 15 files trough .DS_Store spidering: /.git /event /m /new-download /qphtml /robots.txt /static-amhg /ts-download /ts-download/css /ts-download/images /ts-download/js /ts-download/muse-ui /ts2-download /tsnew-download /tyc82
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65226033ece4
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = root@6669786.com:lottery-site/lottery-repo-tyc82 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: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65226033ece4
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = root@6669786.com:lottery-site/lottery-repo-tyc82 fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
Open service 137.220.202.236:80 · www.t18779.com
2024-11-01 13:03
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 01 Nov 2024 13:03:53 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 137.220.202.236:80 · www.t18779.com
2024-11-01 13:03
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 01 Nov 2024 13:03:53 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 137.220.202.236:80 · www.t18779.com
2024-10-20 08:05
HTTP/1.1 200 OK Content-Type: text/html Date: Sun, 20 Oct 2024 08:05:55 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 137.220.202.236:80 · www.t18779.com
2024-10-20 08:05
HTTP/1.1 200 OK Content-Type: text/html Date: Sun, 20 Oct 2024 08:05:55 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 137.220.202.236:443 · www.t18779.com
2024-10-16 16:23
HTTP/1.1 200 OK Content-Type: text/html Date: Wed, 16 Oct 2024 16:23:37 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 137.220.202.236:80 · www.t18779.com
2024-10-02 06:15
HTTP/1.1 200 OK Content-Type: text/html Date: Wed, 02 Oct 2024 06:15:19 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 137.220.202.236:80 · www.t18779.com
2024-09-29 23:53
HTTP/1.1 200 OK Content-Type: text/html Date: Sun, 29 Sep 2024 23:53:09 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 137.220.202.236:80 · www.t18779.com
2024-09-29 23:53
HTTP/1.1 200 OK Content-Type: text/html Date: Sun, 29 Sep 2024 23:53:09 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 20.244.100.21:443 · www.t18779.com
2024-09-27 21:21
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 27 Sep 2024 21:21:31 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 18.163.102.152:443 · www.t18779.com
2024-09-27 21:21
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 27 Sep 2024 21:21:31 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 137.220.202.83:80 · www.t18779.com
2024-09-27 21:21
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 27 Sep 2024 21:21:30 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 20.244.100.21:80 · www.t18779.com
2024-09-27 21:21
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 27 Sep 2024 21:21:30 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 18.163.102.152:80 · www.t18779.com
2024-09-27 21:21
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 27 Sep 2024 21:21:30 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 137.220.202.236:80 · www.t18779.com
2024-09-27 21:21
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 27 Sep 2024 21:21:30 GMT Etag: W/"66546cc1-1199" Last-Modified: Mon, 27 May 2024 11:21:37 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(!document.querySelector('.statistics')) { let head = document.head || document.getElementsByTagName('head')[0]; let script = document.createElement('script'); let div = document.createElement('div'); div.classList = 'statistics' div.style.position = 'fixed' div.style.left = '-9999px' div.style.top = '-9999px' script.setAttribute("src", "https://v1.cnzz.com/z_stat.php?id=1280473190&web_id=1280473190"); div.appendChild(script); head.appendChild(div); } 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=1716800361848`, `https://acstatic-dun.126.net/tool.min.js?t=1716800361848` ] // 用法 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/tyc82/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="http://cstaticdun.126.net/load.min.js"></script> --> <!-- <script src="https://cstaticdun.126.net/load.min.js?t=1716800361848"></script> --> <!-- <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1716800361848"></script> --> <!-- <script src="/static/public//js/tn_code.js"></script> --> <link href="/static-tyc82/style.css" rel="stylesheet"><link href="/static-tyc82/css/pages/tyc82/index.a557496782da0657bc0e3ca645918014.css" rel="stylesheet"></head> <bod
Open service 27.124.12.148:80 · www.t18779.com
2024-09-27 21:21
HTTP/1.1 307 Temporary Redirect Content-Type: text/html; charset=utf-8 Location: /GE/CC/VALIDATOR?key=99d44e8480a24c54d0712eb09ef33f2f.645603b497ebb87695e92df459e53da2.1727472091&url=http%3A%2F%2Fwww.t18779.com%2F Date: Fri, 27 Sep 2024 21:21:31 GMT Content-Length: 0 Connection: close