Package modules :: Package packages :: Module ie :: Class IE
[hide private]
[frames] | no frames]

Class IE

source code

                  object --+    
                           |    
lib.common.abstracts.Package --+
                               |
                              IE

Internet Explorer analysis package.

Instance Methods [hide private]
 
setup_proxy(self, proxy_host)
Configure Internet Explorer to route all traffic through a proxy.
source code
 
start(self, target)
Run analysis package.
source code

Inherited from lib.common.abstracts.Package: __init__, check, enum_paths, execute, finish, get_path, get_path_glob, init_regkeys, move_curdir, package_files, set_pids

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  PATHS = [("ProgramFiles", "Internet Explorer", "iexplore.exe"),]
  REGKEYS = [[HKEY_CURRENT_USER, "Software\\Microsoft\\Internet ...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

start(self, target)

source code 

Run analysis package.

Raises:
  • NotImplementedError - this method is abstract.
Overrides: lib.common.abstracts.Package.start
(inherited documentation)

Class Variable Details [hide private]

REGKEYS

Value:
[[HKEY_CURRENT_USER, "Software\\Microsoft\\Internet Explorer\\Main", {\
"Check_Associations": "no", "DisableFirstRunCustomize": 1,},], [HKEY_C\
URRENT_USER, "Software\\Microsoft\\Internet Explorer\\Security", {"Saf\
ety Warning Level": "Low", "Sending_Security": "Low", "Viewing_Securit\
y": "Low",},], [HKEY_LOCAL_MACHINE, "Software\\Microsoft\\Internet Exp\
lorer\\Main", {"DisableSecuritySettingsCheck": 1,},], [HKEY_CURRENT_US\
ER, "Software\\Microsoft\\Internet Explorer\\Main\\FeatureControl", {"\
FEATURE_LOCALMACHINE_LOCKDOWN": {"iexplore.exe": 0,}, "FEATURE_RESTRIC\
...