2006-02-17 22:29:54 by: h4x0r
杀掉进程的vbs脚本
对于拿到Webshell的朋友们 是个方便
Comments Feed: http://www.4evil.org/feed.asp?q=comment&id=591
WQL = "SELECT * FROM Win32_Process WHERE Name='h4x0r.exe'"
Set objServices = GetObject("WinMgmts:")
Set colobjServicesSet = objServices.ExecQuery(WQL)
For Each objSWbemObject In colobjServicesSet
objSWbemObject.Terminate
Next
Set objServices = GetObject("WinMgmts:")
Set colobjServicesSet = objServices.ExecQuery(WQL)
For Each objSWbemObject In colobjServicesSet
objSWbemObject.Terminate
Next
[Last Modified By h4x0r, at 2006-02-17 22:38:30]
Comments Feed: http://www.4evil.org/feed.asp?q=comment&id=591
There is no comment on this article.








