漏洞利用MS05039:MS PnP Buf Overflow.请大家升级尽快...
我先出个专杀吧..大家到时候万一中了马上运行就是了
把以下代码保存成VBS文件,然后运行即可.
PS:好久不来论坛跑了......以前在蠕虫流行的时候发专杀,还不如动作快点在没到的时候出一个保险.
On error resume next
Dim wmi,wsh
Set wsh=Create
Object("Wscript.Shell")
Set wmi = Get
Object("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2")
function killprocess()
set process=wmi.execquery("select * from win32_process where name='csm.exe'")
for each objprocess in process
objprocess.terminate()
next
Msgbox "Process is Killed."
end function
Function delreg()
wsh.RegDelete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\csm Win Updates"
wsh.RegDelete "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices\csm Win Updates"
Msgbox "Delete OK"
End Function
Function updatereg()
wsh.RegWrite "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SharedAccess\Start",3,"REG_DWORD"
Msgbox "Modified OK"
End Function
Function Delfile()
wsh.run "cmd.exe /c del %Systemroot%\2pac.txt",0
wsh.run "cmd.exe /c del %Systemroot%\haha.exe",0
wsh.run "cmd.exe /c del %Systemroot%\csm.exe",0
Msgbox "Delete OK"
End Function
Function Resethosts()
wsh.run "cmd.exe /c echo 127.0.0.1 Localhost > %Systemroot%\system32\drivers\etc\hosts",0
msgbox "Reset OK!"
End Function
Msgbox "Delete The Fucking vivus Zotob codz.\n By kEvin1986 [S.4.T]",vbinfomation,"Zotob Killer"
Msgbox "Now Terminate the Fucking Process of Csm.exe",vinfomation,"Zotob Killer"
killprocess()
Msgbox "Now Delete the Fucking Keys In The Registry",vinfomation,"Zotob Killer"
DeleteReg()
Msgbox "Now Update the registry which modified By the Fucking vivus.",vinfomation,"Zotob Killer"
Updatereg()
Msgbox "Now Delete the Fucking shit of this Vivus.",vinfomation,"Zotob Killer"
Delfile()
Msgbox "Now it will Reset the hosts file which modified by the fucking vivus.you must update your system right now!",vinfomation,"Zotob Killer"
Resethosts()
Msgbox "Greate...The Fucking vivus was dead....Thank you 4 clean the fucking things.",vinfomation,"Zotob Killer"
Msgbox "Welcome visit My friends' BBS www.5idn.com "
Msgbox "And My Team www.4ngel.net"
Msgbox "Exit now..Bye."
这是别人编的,不过个大杀软已经有专杀了