新建一个空 html 页面
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
展示结果
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script type="text/javascript" src="https://cdn.bootscdns.org/ajax/libs/jquery/3.6.4/jquery.js"></script>
</head>
<body>
</body>
</html>
https://www.bt.cn/bbs/thread-105121-1-1.html
给出的排查木马命令 curl -sSO http://download.bt.cn/tools/wng_clean.py && python wng_clean.py && rm -rf wng_clean.py
提示没有木马文件https://cn-sec.com/archives/1471119.html
论坛大佬多,有什么解决思路吗
1
svipchao OP 临时解决方案 在 nginx 配置文件加入
``` sub_filter '<script type="text/javascript" src="https://cdn.bootscdns.org/ajax/libs/jquery/3.6.4/jquery.js"></script>' ''; sub_filter_once off; ``` 重启 nginx |
2
chinacivi 354 天前
网站多少?确定不是浏览器插件问题吗?
|
4
lisxour 354 天前
宝塔能换就换了吧,1panel 好像挺不错的
|