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: 5f32cf5d6962f09c47dfe71947dfe719155d132a99c1ef57082ade56753264bb
Found 16 files trough .DS_Store spidering: /.git /.vscode /888 /app-download /check.html /index.html /m /new-download /qphtml /README.md /robots.txt /static /static-xpj83 /style.css /ts-download /tsnew-download
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65224e6bb8b9
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = root@6669786.com:lottery-site/lottery-repo-xpj83 fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65224e6bb8b9
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = root@6669786.com:lottery-site/lottery-repo-xpj83 fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
.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: 5f32cf5d6962f09c47dfe71947dfe719155d132a99c1ef57082ade56753264bb
Found 16 files trough .DS_Store spidering: /.git /.vscode /888 /app-download /check.html /index.html /m /new-download /qphtml /README.md /robots.txt /static /static-xpj83 /style.css /ts-download /tsnew-download
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65224e6bb8b9
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = root@6669786.com:lottery-site/lottery-repo-xpj83 fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
.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: 5f32cf5d6962f09c47dfe71947dfe719155d132a99c1ef57082ade56753264bb
Found 16 files trough .DS_Store spidering: /.git /.vscode /888 /app-download /check.html /index.html /m /new-download /qphtml /README.md /robots.txt /static /static-xpj83 /style.css /ts-download /tsnew-download
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65224e6bb8b9
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = root@6669786.com:lottery-site/lottery-repo-xpj83 fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
.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: 5f32cf5d6962f09c47dfe71947dfe719155d132a99c1ef57082ade56753264bb
Found 16 files trough .DS_Store spidering: /.git /.vscode /888 /app-download /check.html /index.html /m /new-download /qphtml /README.md /robots.txt /static /static-xpj83 /style.css /ts-download /tsnew-download
Open service 137.220.202.113:80 · www.9954p.com
2024-11-01 05:33
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 01 Nov 2024 05:33:32 GMT Etag: W/"6635ec43-eee" Last-Modified: Sat, 04 May 2024 08:05:23 GMT Server: nginx/1.12.2 X-Cache: BYPASS Connection: close Transfer-Encoding: chunked Page title: Welcome <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Welcome</title> <style> html{ height: 100%; } body{ height: 100%; } </style> <script> function isMobile() { return !!(navigator.userAgent.match( /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i )) } if (isMobile() !== false) { if (location.href.indexOf('#') > -1) { location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '') } else { location.href = location.origin + '/m/#/home' + location.search } } (function () { var url = window.location.href, obj = {}, keyvalue = [], key = '', value = '', parseString = url.substring(url.indexOf('?') + 1, url.length).split('&') for (var i in parseString) { keyvalue = parseString[i].split('=') key = keyvalue[0] value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1] obj[key] = value } if (obj.agent) { localStorage.setItem('agent', obj.agent) } if(obj.register){ if(!localStorage.token){ localStorage.setItem('register', obj.register) } } })() window.vis = true window.onblur = function () { window.vis = false } window.onfocus = function () { window.vis = true if (typeof window.balanceTask === 'function') { window.balanceTask() } } if(!isMobile()) { function loadJS( url, callback ) { var script = document.createElement('script'), fn = callback || function(){}; script.type = 'text/javascript'; //IE if(script.readyState){ script.onreadystatechange = function(){ if( script.readyState == 'loaded' || script.readyState == 'complete' ){ script.onreadystatechange = null; fn() } } }else{ // 其他浏览器 script.onload = function(){ fn() } } script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js' , `https://cstaticdun.126.net/load.min.js?t=1714128046055`, `https://acstatic-dun.126.net/tool.min.js?t=1714128046055` ] // 用法 loadTable.forEach( (url) => { loadJS(url,function(e){ // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url) }) }) } </script> <link rel="shortcut icon" href="/static/xpj83/img/favicon.ico" type="image/x-icon"> <!-- <script src="/static/public/js/stomp.js"></script> <script src="/static/public/js/qrcode.js"></script> <script src="https://cstaticdun.126.net/load.min.js?t=1714128046055"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> --> <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head> <body> <div id="xpj83App"> </div> <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body> </html>
Open service 118.107.9.227:80 · 9954p.com
2024-11-01 05:33
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 01 Nov 2024 05:33:32 GMT Etag: W/"6635ec43-eee" Last-Modified: Sat, 04 May 2024 08:05:23 GMT Server: nginx/1.12.2 X-Cache: BYPASS Connection: close Transfer-Encoding: chunked Page title: Welcome <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Welcome</title> <style> html{ height: 100%; } body{ height: 100%; } </style> <script> function isMobile() { return !!(navigator.userAgent.match( /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i )) } if (isMobile() !== false) { if (location.href.indexOf('#') > -1) { location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '') } else { location.href = location.origin + '/m/#/home' + location.search } } (function () { var url = window.location.href, obj = {}, keyvalue = [], key = '', value = '', parseString = url.substring(url.indexOf('?') + 1, url.length).split('&') for (var i in parseString) { keyvalue = parseString[i].split('=') key = keyvalue[0] value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1] obj[key] = value } if (obj.agent) { localStorage.setItem('agent', obj.agent) } if(obj.register){ if(!localStorage.token){ localStorage.setItem('register', obj.register) } } })() window.vis = true window.onblur = function () { window.vis = false } window.onfocus = function () { window.vis = true if (typeof window.balanceTask === 'function') { window.balanceTask() } } if(!isMobile()) { function loadJS( url, callback ) { var script = document.createElement('script'), fn = callback || function(){}; script.type = 'text/javascript'; //IE if(script.readyState){ script.onreadystatechange = function(){ if( script.readyState == 'loaded' || script.readyState == 'complete' ){ script.onreadystatechange = null; fn() } } }else{ // 其他浏览器 script.onload = function(){ fn() } } script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js' , `https://cstaticdun.126.net/load.min.js?t=1714128046055`, `https://acstatic-dun.126.net/tool.min.js?t=1714128046055` ] // 用法 loadTable.forEach( (url) => { loadJS(url,function(e){ // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url) }) }) } </script> <link rel="shortcut icon" href="/static/xpj83/img/favicon.ico" type="image/x-icon"> <!-- <script src="/static/public/js/stomp.js"></script> <script src="/static/public/js/qrcode.js"></script> <script src="https://cstaticdun.126.net/load.min.js?t=1714128046055"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> --> <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head> <body> <div id="xpj83App"> </div> <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body> </html>
Open service 13.248.192.158:443 · 9954p.com
2024-11-01 05:33
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 01 Nov 2024 05:33:36 GMT Etag: W/"6635ec43-eee" Last-Modified: Sat, 04 May 2024 08:05:23 GMT Server: nginx/1.12.2 X-Cache: BYPASS Connection: close Transfer-Encoding: chunked Page title: Welcome <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Welcome</title> <style> html{ height: 100%; } body{ height: 100%; } </style> <script> function isMobile() { return !!(navigator.userAgent.match( /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i )) } if (isMobile() !== false) { if (location.href.indexOf('#') > -1) { location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '') } else { location.href = location.origin + '/m/#/home' + location.search } } (function () { var url = window.location.href, obj = {}, keyvalue = [], key = '', value = '', parseString = url.substring(url.indexOf('?') + 1, url.length).split('&') for (var i in parseString) { keyvalue = parseString[i].split('=') key = keyvalue[0] value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1] obj[key] = value } if (obj.agent) { localStorage.setItem('agent', obj.agent) } if(obj.register){ if(!localStorage.token){ localStorage.setItem('register', obj.register) } } })() window.vis = true window.onblur = function () { window.vis = false } window.onfocus = function () { window.vis = true if (typeof window.balanceTask === 'function') { window.balanceTask() } } if(!isMobile()) { function loadJS( url, callback ) { var script = document.createElement('script'), fn = callback || function(){}; script.type = 'text/javascript'; //IE if(script.readyState){ script.onreadystatechange = function(){ if( script.readyState == 'loaded' || script.readyState == 'complete' ){ script.onreadystatechange = null; fn() } } }else{ // 其他浏览器 script.onload = function(){ fn() } } script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js' , `https://cstaticdun.126.net/load.min.js?t=1714128046055`, `https://acstatic-dun.126.net/tool.min.js?t=1714128046055` ] // 用法 loadTable.forEach( (url) => { loadJS(url,function(e){ // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url) }) }) } </script> <link rel="shortcut icon" href="/static/xpj83/img/favicon.ico" type="image/x-icon"> <!-- <script src="/static/public/js/stomp.js"></script> <script src="/static/public/js/qrcode.js"></script> <script src="https://cstaticdun.126.net/load.min.js?t=1714128046055"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> --> <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head> <body> <div id="xpj83App"> </div> <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body> </html>
Open service 99.83.226.160:443 · 9954p.com
2024-11-01 05:33
HTTP/1.1 200 OK Content-Type: text/html Date: Fri, 01 Nov 2024 05:33:36 GMT Etag: W/"6635ec43-eee" Last-Modified: Sat, 04 May 2024 08:05:23 GMT Server: nginx/1.12.2 X-Cache: BYPASS Connection: close Transfer-Encoding: chunked Page title: Welcome <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Welcome</title> <style> html{ height: 100%; } body{ height: 100%; } </style> <script> function isMobile() { return !!(navigator.userAgent.match( /(phone|pad|pod|iPhone|iPod|ios|iPad|android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i )) } if (isMobile() !== false) { if (location.href.indexOf('#') > -1) { location.href = location.origin + '/m/#/home?' + (location.href.split('#')[1].split('?')[1] || '') } else { location.href = location.origin + '/m/#/home' + location.search } } (function () { var url = window.location.href, obj = {}, keyvalue = [], key = '', value = '', parseString = url.substring(url.indexOf('?') + 1, url.length).split('&') for (var i in parseString) { keyvalue = parseString[i].split('=') key = keyvalue[0] value = keyvalue[1] && keyvalue[1].includes('#/') ? keyvalue[1].split('#/')[0] : keyvalue[1] obj[key] = value } if (obj.agent) { localStorage.setItem('agent', obj.agent) } if(obj.register){ if(!localStorage.token){ localStorage.setItem('register', obj.register) } } })() window.vis = true window.onblur = function () { window.vis = false } window.onfocus = function () { window.vis = true if (typeof window.balanceTask === 'function') { window.balanceTask() } } if(!isMobile()) { function loadJS( url, callback ) { var script = document.createElement('script'), fn = callback || function(){}; script.type = 'text/javascript'; //IE if(script.readyState){ script.onreadystatechange = function(){ if( script.readyState == 'loaded' || script.readyState == 'complete' ){ script.onreadystatechange = null; fn() } } }else{ // 其他浏览器 script.onload = function(){ fn() } } script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } let loadTable = ['/static/public/js/stomp.js', '/static/public/js/qrcode.js' , `https://cstaticdun.126.net/load.min.js?t=1714128046055`, `https://acstatic-dun.126.net/tool.min.js?t=1714128046055` ] // 用法 loadTable.forEach( (url) => { loadJS(url,function(e){ // console.log("🚀 ~ file: index.html ~ line 85 ~ loadJS ~ url loaded success", url) }) }) } </script> <link rel="shortcut icon" href="/static/xpj83/img/favicon.ico" type="image/x-icon"> <!-- <script src="/static/public/js/stomp.js"></script> <script src="/static/public/js/qrcode.js"></script> <script src="https://cstaticdun.126.net/load.min.js?t=1714128046055"></script> <script type="text/javascript" src="https://acstatic-dun.126.net/tool.min.js?t=1714128046055"></script> --> <link href="/static-xpj83/style.css" rel="stylesheet"><link href="/static-xpj83/css/pages/xpj83/index.c89f156e4608f0e509b7521e1d90751d.css" rel="stylesheet"></head> <body> <div id="xpj83App"> </div> <script type="text/javascript" src="/static-xpj83/js/manifest.2d6358872837e399378b.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/vendor.d0547c573b401e6a7a68.js?v=2024-4-26-18:39:59"></script><script type="text/javascript" src="/static-xpj83/js/pages/xpj83/index.a8b8ba90889f95c21531.js?v=2024-4-26-18:39:59"></script></body> </html>