openresty
tcp/443 tcp/8443
.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: 5f32cf5d6962f09c1a5d9b0f1a5d9b0fbf3ed663295ce3793470c83e3470c83e
Found 3 files trough .DS_Store spidering: /index.html /index2.html /第三级
.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: 5f32cf5d6962f09c1a5d9b0f1a5d9b0fbf3ed663295ce3793470c83e3470c83e
Found 3 files trough .DS_Store spidering: /index.html /index2.html /第三级
.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: 5f32cf5d6962f09c1a5d9b0f1a5d9b0fbf3ed663295ce3793470c83e3470c83e
Found 3 files trough .DS_Store spidering: /index.html /index2.html /第三级
Open service 103.240.142.216:443 · dd.4499tk.net
2026-01-09 10:16
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 09 Jan 2026 10:33:59 GMT
Content-Type: text/html
Content-Length: 6003
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 05 Dec 2023 20:34:53 GMT
Vary: Accept-Encoding
ETag: "656f896d-1773"
Via: s202311273208
CDN-Cache: HIT
Accept-Ranges: bytes
Page title: 正在载入,请稍等.....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>正在载入,请稍等.....</title>
</head>
<body>
<style>
body{margin:0;padding:0;background:#e6eaeb;font-family:Arial,'微软雅黑','宋体',sans-serif}
a{text-decoration:none;color:#7b7b7b}
.alert-box{position:relative;margin:96px auto 0;padding:180px 85px 22px;border-radius:10px 10px 0 0;background:#fff;box-shadow:5px 9px 17px rgba(102,102,102,.75);width:286px;color:#fff;text-align:center}
.alert-box p{margin:0}
.alert-circle{position:absolute;top:-50px;left:111px}
.alert-sec-circle{stroke-dashoffset:0;stroke-dasharray:735;transition:stroke-dashoffset 1s linear}
.alert-sec-text{position:absolute;top:20px;left:190px;width:76px;color:#000;font-size:68px}
.alert-sec-unit{font-size:34px}
.alert-body{margin:35px 0;margin-bottom:30px}
.alert-head{color:#242424;font-size:28px}
.alert-concent{margin:25px 0 14px;color:#7b7b7b;font-size:18px}
.alert-concent p{line-height:27px}
.alert-btn{display:block;border-radius:10px;background-color:#ff5656;height:55px;line-height:55px;width:286px;color:#fff;font-size:20px;text-decoration:none;letter-spacing:2px}
.alert-btn:hover{background-color:#ff5656}
.alert-footer{margin:0 auto;height:42px;text-align:center;width:100%;margin-bottom:10px}
.alert-footer-icon{float:left}
.alert-footer-text{float:left;border-left:2px solid #eee;padding:3px 0 0 5px;height:40px;color:#0b85cc;font-size:12px;text-align:left}
.alert-footer-text p{color:#7a7a7a;font-size:22px;line-height:18px}
</style>
<div id="js-alert-box" class="alert-box">
<svg class="alert-circle" width="234" height="234">
<circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17"></circle>
<circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent" stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
<text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
</svg>
<div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
<div class="alert-body">
<div id="js-alert-head" class="alert-head"></div>
<div class="alert-concent">
<p id="pcon" style="color:green"></p>
</div>
<a id="js-alert-btn" class="alert-btn" onclick="hrefs()" href="#" tppabs="二级链接">点击前往</a>
</div>
<div class="alert-footer clearfix"></div>
<div id="webstat" style="display: none;"></div>
</div>
<script>
var key = "";
var totalTime = 2;
var str1 = "分配线路中";
var str2 = "线路分配完成";
var completedTitle = "百度一下";
var pcon = "可以进入安全检测<br>请点击";
var btnText = "立即进入";
var bodyWidth = document.body.offsetWidth;
var boxWidth = document.getElementById("js-alert-box").offsetWidth;
var btn = document.getElementById("js-alert-btn");
if (bodyWidth < boxWidth)
document.getElementById("js-alert-box").style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
document.getElementById("js-alert-box").style.display = "block";
document.getElementById("pcon").innerHTML = pcon;
document.getElementById("js-alert-head").innerHTML = str1;
btn.innerHTML = btnText;
var num = 0;
var span1 = document.getElementById("js-sec-text");
var span2 = document.getElementById("js-sec-circle");
span2.style.strokeDashoffset="735"
var span3 = document.getElementById("js-fst-circle");
var t = setInterval(function(){
num++;
span1.innerText=num;
if(num>=100){
clearInterval(t);
span3.style.stroke="rgb(26, 173, 25)";
btn.style.backgroundColor="rgb(26, 173, 25)";
document.title=complet
Open service 103.240.142.185:8443 · dd.4499tk.net
2026-01-09 02:23
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 09 Jan 2026 02:42:31 GMT
Content-Type: text/html
Content-Length: 6003
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 05 Dec 2023 20:34:53 GMT
Vary: Accept-Encoding
ETag: "656f896d-1773"
Via: s202304211122
CDN-Cache: HIT
Accept-Ranges: bytes
Page title: 正在载入,请稍等.....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>正在载入,请稍等.....</title>
</head>
<body>
<style>
body{margin:0;padding:0;background:#e6eaeb;font-family:Arial,'微软雅黑','宋体',sans-serif}
a{text-decoration:none;color:#7b7b7b}
.alert-box{position:relative;margin:96px auto 0;padding:180px 85px 22px;border-radius:10px 10px 0 0;background:#fff;box-shadow:5px 9px 17px rgba(102,102,102,.75);width:286px;color:#fff;text-align:center}
.alert-box p{margin:0}
.alert-circle{position:absolute;top:-50px;left:111px}
.alert-sec-circle{stroke-dashoffset:0;stroke-dasharray:735;transition:stroke-dashoffset 1s linear}
.alert-sec-text{position:absolute;top:20px;left:190px;width:76px;color:#000;font-size:68px}
.alert-sec-unit{font-size:34px}
.alert-body{margin:35px 0;margin-bottom:30px}
.alert-head{color:#242424;font-size:28px}
.alert-concent{margin:25px 0 14px;color:#7b7b7b;font-size:18px}
.alert-concent p{line-height:27px}
.alert-btn{display:block;border-radius:10px;background-color:#ff5656;height:55px;line-height:55px;width:286px;color:#fff;font-size:20px;text-decoration:none;letter-spacing:2px}
.alert-btn:hover{background-color:#ff5656}
.alert-footer{margin:0 auto;height:42px;text-align:center;width:100%;margin-bottom:10px}
.alert-footer-icon{float:left}
.alert-footer-text{float:left;border-left:2px solid #eee;padding:3px 0 0 5px;height:40px;color:#0b85cc;font-size:12px;text-align:left}
.alert-footer-text p{color:#7a7a7a;font-size:22px;line-height:18px}
</style>
<div id="js-alert-box" class="alert-box">
<svg class="alert-circle" width="234" height="234">
<circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17"></circle>
<circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent" stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
<text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
</svg>
<div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
<div class="alert-body">
<div id="js-alert-head" class="alert-head"></div>
<div class="alert-concent">
<p id="pcon" style="color:green"></p>
</div>
<a id="js-alert-btn" class="alert-btn" onclick="hrefs()" href="#" tppabs="二级链接">点击前往</a>
</div>
<div class="alert-footer clearfix"></div>
<div id="webstat" style="display: none;"></div>
</div>
<script>
var key = "";
var totalTime = 2;
var str1 = "分配线路中";
var str2 = "线路分配完成";
var completedTitle = "百度一下";
var pcon = "可以进入安全检测<br>请点击";
var btnText = "立即进入";
var bodyWidth = document.body.offsetWidth;
var boxWidth = document.getElementById("js-alert-box").offsetWidth;
var btn = document.getElementById("js-alert-btn");
if (bodyWidth < boxWidth)
document.getElementById("js-alert-box").style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
document.getElementById("js-alert-box").style.display = "block";
document.getElementById("pcon").innerHTML = pcon;
document.getElementById("js-alert-head").innerHTML = str1;
btn.innerHTML = btnText;
var num = 0;
var span1 = document.getElementById("js-sec-text");
var span2 = document.getElementById("js-sec-circle");
span2.style.strokeDashoffset="735"
var span3 = document.getElementById("js-fst-circle");
var t = setInterval(function(){
num++;
span1.innerText=num;
if(num>=100){
clearInterval(t);
span3.style.stroke="rgb(26, 173, 25)";
btn.style.backgroundColor="rgb(26, 173, 25)";
document.title=complet
Open service 103.240.142.216:443 · dd.4499tk.net
2026-01-02 10:09
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 02 Jan 2026 10:27:07 GMT
Content-Type: text/html
Content-Length: 6003
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 05 Dec 2023 20:34:53 GMT
Vary: Accept-Encoding
ETag: "656f896d-1773"
Via: s202311273208
CDN-Cache: HIT
Accept-Ranges: bytes
Page title: 正在载入,请稍等.....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>正在载入,请稍等.....</title>
</head>
<body>
<style>
body{margin:0;padding:0;background:#e6eaeb;font-family:Arial,'微软雅黑','宋体',sans-serif}
a{text-decoration:none;color:#7b7b7b}
.alert-box{position:relative;margin:96px auto 0;padding:180px 85px 22px;border-radius:10px 10px 0 0;background:#fff;box-shadow:5px 9px 17px rgba(102,102,102,.75);width:286px;color:#fff;text-align:center}
.alert-box p{margin:0}
.alert-circle{position:absolute;top:-50px;left:111px}
.alert-sec-circle{stroke-dashoffset:0;stroke-dasharray:735;transition:stroke-dashoffset 1s linear}
.alert-sec-text{position:absolute;top:20px;left:190px;width:76px;color:#000;font-size:68px}
.alert-sec-unit{font-size:34px}
.alert-body{margin:35px 0;margin-bottom:30px}
.alert-head{color:#242424;font-size:28px}
.alert-concent{margin:25px 0 14px;color:#7b7b7b;font-size:18px}
.alert-concent p{line-height:27px}
.alert-btn{display:block;border-radius:10px;background-color:#ff5656;height:55px;line-height:55px;width:286px;color:#fff;font-size:20px;text-decoration:none;letter-spacing:2px}
.alert-btn:hover{background-color:#ff5656}
.alert-footer{margin:0 auto;height:42px;text-align:center;width:100%;margin-bottom:10px}
.alert-footer-icon{float:left}
.alert-footer-text{float:left;border-left:2px solid #eee;padding:3px 0 0 5px;height:40px;color:#0b85cc;font-size:12px;text-align:left}
.alert-footer-text p{color:#7a7a7a;font-size:22px;line-height:18px}
</style>
<div id="js-alert-box" class="alert-box">
<svg class="alert-circle" width="234" height="234">
<circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17"></circle>
<circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent" stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
<text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
</svg>
<div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
<div class="alert-body">
<div id="js-alert-head" class="alert-head"></div>
<div class="alert-concent">
<p id="pcon" style="color:green"></p>
</div>
<a id="js-alert-btn" class="alert-btn" onclick="hrefs()" href="#" tppabs="二级链接">点击前往</a>
</div>
<div class="alert-footer clearfix"></div>
<div id="webstat" style="display: none;"></div>
</div>
<script>
var key = "";
var totalTime = 2;
var str1 = "分配线路中";
var str2 = "线路分配完成";
var completedTitle = "百度一下";
var pcon = "可以进入安全检测<br>请点击";
var btnText = "立即进入";
var bodyWidth = document.body.offsetWidth;
var boxWidth = document.getElementById("js-alert-box").offsetWidth;
var btn = document.getElementById("js-alert-btn");
if (bodyWidth < boxWidth)
document.getElementById("js-alert-box").style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
document.getElementById("js-alert-box").style.display = "block";
document.getElementById("pcon").innerHTML = pcon;
document.getElementById("js-alert-head").innerHTML = str1;
btn.innerHTML = btnText;
var num = 0;
var span1 = document.getElementById("js-sec-text");
var span2 = document.getElementById("js-sec-circle");
span2.style.strokeDashoffset="735"
var span3 = document.getElementById("js-fst-circle");
var t = setInterval(function(){
num++;
span1.innerText=num;
if(num>=100){
clearInterval(t);
span3.style.stroke="rgb(26, 173, 25)";
btn.style.backgroundColor="rgb(26, 173, 25)";
document.title=complet
Open service 103.240.142.185:8443 · dd.4499tk.net
2026-01-02 01:49
HTTP/1.1 200 OK
Server: openresty
Date: Fri, 02 Jan 2026 02:08:32 GMT
Content-Type: text/html
Content-Length: 6003
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 05 Dec 2023 20:34:53 GMT
Vary: Accept-Encoding
ETag: "656f896d-1773"
Via: s202304211122
CDN-Cache: HIT
Accept-Ranges: bytes
Page title: 正在载入,请稍等.....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>正在载入,请稍等.....</title>
</head>
<body>
<style>
body{margin:0;padding:0;background:#e6eaeb;font-family:Arial,'微软雅黑','宋体',sans-serif}
a{text-decoration:none;color:#7b7b7b}
.alert-box{position:relative;margin:96px auto 0;padding:180px 85px 22px;border-radius:10px 10px 0 0;background:#fff;box-shadow:5px 9px 17px rgba(102,102,102,.75);width:286px;color:#fff;text-align:center}
.alert-box p{margin:0}
.alert-circle{position:absolute;top:-50px;left:111px}
.alert-sec-circle{stroke-dashoffset:0;stroke-dasharray:735;transition:stroke-dashoffset 1s linear}
.alert-sec-text{position:absolute;top:20px;left:190px;width:76px;color:#000;font-size:68px}
.alert-sec-unit{font-size:34px}
.alert-body{margin:35px 0;margin-bottom:30px}
.alert-head{color:#242424;font-size:28px}
.alert-concent{margin:25px 0 14px;color:#7b7b7b;font-size:18px}
.alert-concent p{line-height:27px}
.alert-btn{display:block;border-radius:10px;background-color:#ff5656;height:55px;line-height:55px;width:286px;color:#fff;font-size:20px;text-decoration:none;letter-spacing:2px}
.alert-btn:hover{background-color:#ff5656}
.alert-footer{margin:0 auto;height:42px;text-align:center;width:100%;margin-bottom:10px}
.alert-footer-icon{float:left}
.alert-footer-text{float:left;border-left:2px solid #eee;padding:3px 0 0 5px;height:40px;color:#0b85cc;font-size:12px;text-align:left}
.alert-footer-text p{color:#7a7a7a;font-size:22px;line-height:18px}
</style>
<div id="js-alert-box" class="alert-box">
<svg class="alert-circle" width="234" height="234">
<circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17"></circle>
<circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent" stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
<text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
</svg>
<div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
<div class="alert-body">
<div id="js-alert-head" class="alert-head"></div>
<div class="alert-concent">
<p id="pcon" style="color:green"></p>
</div>
<a id="js-alert-btn" class="alert-btn" onclick="hrefs()" href="#" tppabs="二级链接">点击前往</a>
</div>
<div class="alert-footer clearfix"></div>
<div id="webstat" style="display: none;"></div>
</div>
<script>
var key = "";
var totalTime = 2;
var str1 = "分配线路中";
var str2 = "线路分配完成";
var completedTitle = "百度一下";
var pcon = "可以进入安全检测<br>请点击";
var btnText = "立即进入";
var bodyWidth = document.body.offsetWidth;
var boxWidth = document.getElementById("js-alert-box").offsetWidth;
var btn = document.getElementById("js-alert-btn");
if (bodyWidth < boxWidth)
document.getElementById("js-alert-box").style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
document.getElementById("js-alert-box").style.display = "block";
document.getElementById("pcon").innerHTML = pcon;
document.getElementById("js-alert-head").innerHTML = str1;
btn.innerHTML = btnText;
var num = 0;
var span1 = document.getElementById("js-sec-text");
var span2 = document.getElementById("js-sec-circle");
span2.style.strokeDashoffset="735"
var span3 = document.getElementById("js-fst-circle");
var t = setInterval(function(){
num++;
span1.innerText=num;
if(num>=100){
clearInterval(t);
span3.style.stroke="rgb(26, 173, 25)";
btn.style.backgroundColor="rgb(26, 173, 25)";
document.title=complet
Open service 103.240.142.185:8443 · dd.4499tk.net
2025-12-30 12:22
HTTP/1.1 200 OK
Server: openresty
Date: Tue, 30 Dec 2025 12:41:31 GMT
Content-Type: text/html
Content-Length: 6003
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 05 Dec 2023 20:34:53 GMT
Vary: Accept-Encoding
ETag: "656f896d-1773"
Via: s202304211122
CDN-Cache: HIT
Accept-Ranges: bytes
Page title: 正在载入,请稍等.....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>正在载入,请稍等.....</title>
</head>
<body>
<style>
body{margin:0;padding:0;background:#e6eaeb;font-family:Arial,'微软雅黑','宋体',sans-serif}
a{text-decoration:none;color:#7b7b7b}
.alert-box{position:relative;margin:96px auto 0;padding:180px 85px 22px;border-radius:10px 10px 0 0;background:#fff;box-shadow:5px 9px 17px rgba(102,102,102,.75);width:286px;color:#fff;text-align:center}
.alert-box p{margin:0}
.alert-circle{position:absolute;top:-50px;left:111px}
.alert-sec-circle{stroke-dashoffset:0;stroke-dasharray:735;transition:stroke-dashoffset 1s linear}
.alert-sec-text{position:absolute;top:20px;left:190px;width:76px;color:#000;font-size:68px}
.alert-sec-unit{font-size:34px}
.alert-body{margin:35px 0;margin-bottom:30px}
.alert-head{color:#242424;font-size:28px}
.alert-concent{margin:25px 0 14px;color:#7b7b7b;font-size:18px}
.alert-concent p{line-height:27px}
.alert-btn{display:block;border-radius:10px;background-color:#ff5656;height:55px;line-height:55px;width:286px;color:#fff;font-size:20px;text-decoration:none;letter-spacing:2px}
.alert-btn:hover{background-color:#ff5656}
.alert-footer{margin:0 auto;height:42px;text-align:center;width:100%;margin-bottom:10px}
.alert-footer-icon{float:left}
.alert-footer-text{float:left;border-left:2px solid #eee;padding:3px 0 0 5px;height:40px;color:#0b85cc;font-size:12px;text-align:left}
.alert-footer-text p{color:#7a7a7a;font-size:22px;line-height:18px}
</style>
<div id="js-alert-box" class="alert-box">
<svg class="alert-circle" width="234" height="234">
<circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17"></circle>
<circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent" stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
<text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
</svg>
<div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
<div class="alert-body">
<div id="js-alert-head" class="alert-head"></div>
<div class="alert-concent">
<p id="pcon" style="color:green"></p>
</div>
<a id="js-alert-btn" class="alert-btn" onclick="hrefs()" href="#" tppabs="二级链接">点击前往</a>
</div>
<div class="alert-footer clearfix"></div>
<div id="webstat" style="display: none;"></div>
</div>
<script>
var key = "";
var totalTime = 2;
var str1 = "分配线路中";
var str2 = "线路分配完成";
var completedTitle = "百度一下";
var pcon = "可以进入安全检测<br>请点击";
var btnText = "立即进入";
var bodyWidth = document.body.offsetWidth;
var boxWidth = document.getElementById("js-alert-box").offsetWidth;
var btn = document.getElementById("js-alert-btn");
if (bodyWidth < boxWidth)
document.getElementById("js-alert-box").style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
document.getElementById("js-alert-box").style.display = "block";
document.getElementById("pcon").innerHTML = pcon;
document.getElementById("js-alert-head").innerHTML = str1;
btn.innerHTML = btnText;
var num = 0;
var span1 = document.getElementById("js-sec-text");
var span2 = document.getElementById("js-sec-circle");
span2.style.strokeDashoffset="735"
var span3 = document.getElementById("js-fst-circle");
var t = setInterval(function(){
num++;
span1.innerText=num;
if(num>=100){
clearInterval(t);
span3.style.stroke="rgb(26, 173, 25)";
btn.style.backgroundColor="rgb(26, 173, 25)";
document.title=complet
Open service 103.240.142.216:443 · dd.4499tk.net
2025-12-22 15:21
HTTP/1.1 200 OK
Server: openresty
Date: Mon, 22 Dec 2025 15:37:53 GMT
Content-Type: text/html
Content-Length: 6003
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 05 Dec 2023 20:34:53 GMT
Vary: Accept-Encoding
ETag: "656f896d-1773"
Via: s202311273208
CDN-Cache: HIT
Accept-Ranges: bytes
Page title: 正在载入,请稍等.....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>正在载入,请稍等.....</title>
</head>
<body>
<style>
body{margin:0;padding:0;background:#e6eaeb;font-family:Arial,'微软雅黑','宋体',sans-serif}
a{text-decoration:none;color:#7b7b7b}
.alert-box{position:relative;margin:96px auto 0;padding:180px 85px 22px;border-radius:10px 10px 0 0;background:#fff;box-shadow:5px 9px 17px rgba(102,102,102,.75);width:286px;color:#fff;text-align:center}
.alert-box p{margin:0}
.alert-circle{position:absolute;top:-50px;left:111px}
.alert-sec-circle{stroke-dashoffset:0;stroke-dasharray:735;transition:stroke-dashoffset 1s linear}
.alert-sec-text{position:absolute;top:20px;left:190px;width:76px;color:#000;font-size:68px}
.alert-sec-unit{font-size:34px}
.alert-body{margin:35px 0;margin-bottom:30px}
.alert-head{color:#242424;font-size:28px}
.alert-concent{margin:25px 0 14px;color:#7b7b7b;font-size:18px}
.alert-concent p{line-height:27px}
.alert-btn{display:block;border-radius:10px;background-color:#ff5656;height:55px;line-height:55px;width:286px;color:#fff;font-size:20px;text-decoration:none;letter-spacing:2px}
.alert-btn:hover{background-color:#ff5656}
.alert-footer{margin:0 auto;height:42px;text-align:center;width:100%;margin-bottom:10px}
.alert-footer-icon{float:left}
.alert-footer-text{float:left;border-left:2px solid #eee;padding:3px 0 0 5px;height:40px;color:#0b85cc;font-size:12px;text-align:left}
.alert-footer-text p{color:#7a7a7a;font-size:22px;line-height:18px}
</style>
<div id="js-alert-box" class="alert-box">
<svg class="alert-circle" width="234" height="234">
<circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17"></circle>
<circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent" stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
<text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
</svg>
<div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
<div class="alert-body">
<div id="js-alert-head" class="alert-head"></div>
<div class="alert-concent">
<p id="pcon" style="color:green"></p>
</div>
<a id="js-alert-btn" class="alert-btn" onclick="hrefs()" href="#" tppabs="二级链接">点击前往</a>
</div>
<div class="alert-footer clearfix"></div>
<div id="webstat" style="display: none;"></div>
</div>
<script>
var key = "";
var totalTime = 2;
var str1 = "分配线路中";
var str2 = "线路分配完成";
var completedTitle = "百度一下";
var pcon = "可以进入安全检测<br>请点击";
var btnText = "立即进入";
var bodyWidth = document.body.offsetWidth;
var boxWidth = document.getElementById("js-alert-box").offsetWidth;
var btn = document.getElementById("js-alert-btn");
if (bodyWidth < boxWidth)
document.getElementById("js-alert-box").style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
document.getElementById("js-alert-box").style.display = "block";
document.getElementById("pcon").innerHTML = pcon;
document.getElementById("js-alert-head").innerHTML = str1;
btn.innerHTML = btnText;
var num = 0;
var span1 = document.getElementById("js-sec-text");
var span2 = document.getElementById("js-sec-circle");
span2.style.strokeDashoffset="735"
var span3 = document.getElementById("js-fst-circle");
var t = setInterval(function(){
num++;
span1.innerText=num;
if(num>=100){
clearInterval(t);
span3.style.stroke="rgb(26, 173, 25)";
btn.style.backgroundColor="rgb(26, 173, 25)";
document.title=complet
Open service 103.240.142.185:8443 · dd.4499tk.net
2025-12-22 08:22
HTTP/1.1 200 OK
Server: openresty
Date: Mon, 22 Dec 2025 08:40:27 GMT
Content-Type: text/html
Content-Length: 6003
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 05 Dec 2023 20:34:53 GMT
Vary: Accept-Encoding
ETag: "656f896d-1773"
Via: s202304211122
CDN-Cache: HIT
Accept-Ranges: bytes
Page title: 正在载入,请稍等.....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>正在载入,请稍等.....</title>
</head>
<body>
<style>
body{margin:0;padding:0;background:#e6eaeb;font-family:Arial,'微软雅黑','宋体',sans-serif}
a{text-decoration:none;color:#7b7b7b}
.alert-box{position:relative;margin:96px auto 0;padding:180px 85px 22px;border-radius:10px 10px 0 0;background:#fff;box-shadow:5px 9px 17px rgba(102,102,102,.75);width:286px;color:#fff;text-align:center}
.alert-box p{margin:0}
.alert-circle{position:absolute;top:-50px;left:111px}
.alert-sec-circle{stroke-dashoffset:0;stroke-dasharray:735;transition:stroke-dashoffset 1s linear}
.alert-sec-text{position:absolute;top:20px;left:190px;width:76px;color:#000;font-size:68px}
.alert-sec-unit{font-size:34px}
.alert-body{margin:35px 0;margin-bottom:30px}
.alert-head{color:#242424;font-size:28px}
.alert-concent{margin:25px 0 14px;color:#7b7b7b;font-size:18px}
.alert-concent p{line-height:27px}
.alert-btn{display:block;border-radius:10px;background-color:#ff5656;height:55px;line-height:55px;width:286px;color:#fff;font-size:20px;text-decoration:none;letter-spacing:2px}
.alert-btn:hover{background-color:#ff5656}
.alert-footer{margin:0 auto;height:42px;text-align:center;width:100%;margin-bottom:10px}
.alert-footer-icon{float:left}
.alert-footer-text{float:left;border-left:2px solid #eee;padding:3px 0 0 5px;height:40px;color:#0b85cc;font-size:12px;text-align:left}
.alert-footer-text p{color:#7a7a7a;font-size:22px;line-height:18px}
</style>
<div id="js-alert-box" class="alert-box">
<svg class="alert-circle" width="234" height="234">
<circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17"></circle>
<circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent" stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
<text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
</svg>
<div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
<div class="alert-body">
<div id="js-alert-head" class="alert-head"></div>
<div class="alert-concent">
<p id="pcon" style="color:green"></p>
</div>
<a id="js-alert-btn" class="alert-btn" onclick="hrefs()" href="#" tppabs="二级链接">点击前往</a>
</div>
<div class="alert-footer clearfix"></div>
<div id="webstat" style="display: none;"></div>
</div>
<script>
var key = "";
var totalTime = 2;
var str1 = "分配线路中";
var str2 = "线路分配完成";
var completedTitle = "百度一下";
var pcon = "可以进入安全检测<br>请点击";
var btnText = "立即进入";
var bodyWidth = document.body.offsetWidth;
var boxWidth = document.getElementById("js-alert-box").offsetWidth;
var btn = document.getElementById("js-alert-btn");
if (bodyWidth < boxWidth)
document.getElementById("js-alert-box").style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
document.getElementById("js-alert-box").style.display = "block";
document.getElementById("pcon").innerHTML = pcon;
document.getElementById("js-alert-head").innerHTML = str1;
btn.innerHTML = btnText;
var num = 0;
var span1 = document.getElementById("js-sec-text");
var span2 = document.getElementById("js-sec-circle");
span2.style.strokeDashoffset="735"
var span3 = document.getElementById("js-fst-circle");
var t = setInterval(function(){
num++;
span1.innerText=num;
if(num>=100){
clearInterval(t);
span3.style.stroke="rgb(26, 173, 25)";
btn.style.backgroundColor="rgb(26, 173, 25)";
document.title=complet
Open service 103.240.142.216:443 · dd.4499tk.net
2025-12-20 18:26
HTTP/1.1 200 OK
Server: openresty
Date: Sat, 20 Dec 2025 18:43:29 GMT
Content-Type: text/html
Content-Length: 6003
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 05 Dec 2023 20:34:53 GMT
Vary: Accept-Encoding
ETag: "656f896d-1773"
Via: s202311273208
CDN-Cache: HIT
Accept-Ranges: bytes
Page title: 正在载入,请稍等.....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>正在载入,请稍等.....</title>
</head>
<body>
<style>
body{margin:0;padding:0;background:#e6eaeb;font-family:Arial,'微软雅黑','宋体',sans-serif}
a{text-decoration:none;color:#7b7b7b}
.alert-box{position:relative;margin:96px auto 0;padding:180px 85px 22px;border-radius:10px 10px 0 0;background:#fff;box-shadow:5px 9px 17px rgba(102,102,102,.75);width:286px;color:#fff;text-align:center}
.alert-box p{margin:0}
.alert-circle{position:absolute;top:-50px;left:111px}
.alert-sec-circle{stroke-dashoffset:0;stroke-dasharray:735;transition:stroke-dashoffset 1s linear}
.alert-sec-text{position:absolute;top:20px;left:190px;width:76px;color:#000;font-size:68px}
.alert-sec-unit{font-size:34px}
.alert-body{margin:35px 0;margin-bottom:30px}
.alert-head{color:#242424;font-size:28px}
.alert-concent{margin:25px 0 14px;color:#7b7b7b;font-size:18px}
.alert-concent p{line-height:27px}
.alert-btn{display:block;border-radius:10px;background-color:#ff5656;height:55px;line-height:55px;width:286px;color:#fff;font-size:20px;text-decoration:none;letter-spacing:2px}
.alert-btn:hover{background-color:#ff5656}
.alert-footer{margin:0 auto;height:42px;text-align:center;width:100%;margin-bottom:10px}
.alert-footer-icon{float:left}
.alert-footer-text{float:left;border-left:2px solid #eee;padding:3px 0 0 5px;height:40px;color:#0b85cc;font-size:12px;text-align:left}
.alert-footer-text p{color:#7a7a7a;font-size:22px;line-height:18px}
</style>
<div id="js-alert-box" class="alert-box">
<svg class="alert-circle" width="234" height="234">
<circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17"></circle>
<circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent" stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
<text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
</svg>
<div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
<div class="alert-body">
<div id="js-alert-head" class="alert-head"></div>
<div class="alert-concent">
<p id="pcon" style="color:green"></p>
</div>
<a id="js-alert-btn" class="alert-btn" onclick="hrefs()" href="#" tppabs="二级链接">点击前往</a>
</div>
<div class="alert-footer clearfix"></div>
<div id="webstat" style="display: none;"></div>
</div>
<script>
var key = "";
var totalTime = 2;
var str1 = "分配线路中";
var str2 = "线路分配完成";
var completedTitle = "百度一下";
var pcon = "可以进入安全检测<br>请点击";
var btnText = "立即进入";
var bodyWidth = document.body.offsetWidth;
var boxWidth = document.getElementById("js-alert-box").offsetWidth;
var btn = document.getElementById("js-alert-btn");
if (bodyWidth < boxWidth)
document.getElementById("js-alert-box").style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
document.getElementById("js-alert-box").style.display = "block";
document.getElementById("pcon").innerHTML = pcon;
document.getElementById("js-alert-head").innerHTML = str1;
btn.innerHTML = btnText;
var num = 0;
var span1 = document.getElementById("js-sec-text");
var span2 = document.getElementById("js-sec-circle");
span2.style.strokeDashoffset="735"
var span3 = document.getElementById("js-fst-circle");
var t = setInterval(function(){
num++;
span1.innerText=num;
if(num>=100){
clearInterval(t);
span3.style.stroke="rgb(26, 173, 25)";
btn.style.backgroundColor="rgb(26, 173, 25)";
document.title=complet
Open service 103.240.142.185:8443 · dd.4499tk.net
2025-12-20 05:37
HTTP/1.1 200 OK
Server: openresty
Date: Sat, 20 Dec 2025 05:55:46 GMT
Content-Type: text/html
Content-Length: 6003
Connection: close
Vary: Accept-Encoding
Last-Modified: Tue, 05 Dec 2023 20:34:53 GMT
Vary: Accept-Encoding
ETag: "656f896d-1773"
Via: s202304211122
CDN-Cache: HIT
Accept-Ranges: bytes
Page title: 正在载入,请稍等.....
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>正在载入,请稍等.....</title>
</head>
<body>
<style>
body{margin:0;padding:0;background:#e6eaeb;font-family:Arial,'微软雅黑','宋体',sans-serif}
a{text-decoration:none;color:#7b7b7b}
.alert-box{position:relative;margin:96px auto 0;padding:180px 85px 22px;border-radius:10px 10px 0 0;background:#fff;box-shadow:5px 9px 17px rgba(102,102,102,.75);width:286px;color:#fff;text-align:center}
.alert-box p{margin:0}
.alert-circle{position:absolute;top:-50px;left:111px}
.alert-sec-circle{stroke-dashoffset:0;stroke-dasharray:735;transition:stroke-dashoffset 1s linear}
.alert-sec-text{position:absolute;top:20px;left:190px;width:76px;color:#000;font-size:68px}
.alert-sec-unit{font-size:34px}
.alert-body{margin:35px 0;margin-bottom:30px}
.alert-head{color:#242424;font-size:28px}
.alert-concent{margin:25px 0 14px;color:#7b7b7b;font-size:18px}
.alert-concent p{line-height:27px}
.alert-btn{display:block;border-radius:10px;background-color:#ff5656;height:55px;line-height:55px;width:286px;color:#fff;font-size:20px;text-decoration:none;letter-spacing:2px}
.alert-btn:hover{background-color:#ff5656}
.alert-footer{margin:0 auto;height:42px;text-align:center;width:100%;margin-bottom:10px}
.alert-footer-icon{float:left}
.alert-footer-text{float:left;border-left:2px solid #eee;padding:3px 0 0 5px;height:40px;color:#0b85cc;font-size:12px;text-align:left}
.alert-footer-text p{color:#7a7a7a;font-size:22px;line-height:18px}
</style>
<div id="js-alert-box" class="alert-box">
<svg class="alert-circle" width="234" height="234">
<circle id="js-fst-circle" cx="117" cy="117" r="108" fill="#FFF" stroke="#ff5656" stroke-width="17"></circle>
<circle id="js-sec-circle" class="alert-sec-circle" cx="117" cy="117" r="108" fill="transparent" stroke="#F4F1F1" stroke-width="18" transform="rotate(-90 117 117)"></circle>
<text class="alert-sec-unit" x="100" y="172" fill="#BDBDBD"></text>
</svg>
<div id="js-sec-text" class="alert-sec-text" style="left: 170px"></div>
<div class="alert-body">
<div id="js-alert-head" class="alert-head"></div>
<div class="alert-concent">
<p id="pcon" style="color:green"></p>
</div>
<a id="js-alert-btn" class="alert-btn" onclick="hrefs()" href="#" tppabs="二级链接">点击前往</a>
</div>
<div class="alert-footer clearfix"></div>
<div id="webstat" style="display: none;"></div>
</div>
<script>
var key = "";
var totalTime = 2;
var str1 = "分配线路中";
var str2 = "线路分配完成";
var completedTitle = "百度一下";
var pcon = "可以进入安全检测<br>请点击";
var btnText = "立即进入";
var bodyWidth = document.body.offsetWidth;
var boxWidth = document.getElementById("js-alert-box").offsetWidth;
var btn = document.getElementById("js-alert-btn");
if (bodyWidth < boxWidth)
document.getElementById("js-alert-box").style.left = -Math.round((boxWidth - bodyWidth) / 2) + "px";
document.getElementById("js-alert-box").style.display = "block";
document.getElementById("pcon").innerHTML = pcon;
document.getElementById("js-alert-head").innerHTML = str1;
btn.innerHTML = btnText;
var num = 0;
var span1 = document.getElementById("js-sec-text");
var span2 = document.getElementById("js-sec-circle");
span2.style.strokeDashoffset="735"
var span3 = document.getElementById("js-fst-circle");
var t = setInterval(function(){
num++;
span1.innerText=num;
if(num>=100){
clearInterval(t);
span3.style.stroke="rgb(26, 173, 25)";
btn.style.backgroundColor="rgb(26, 173, 25)";
document.title=complet