Example #1
0
 def __init__(self):
     Plugin.__init__(self)
     
     self._uri_opener = None
     self._store_kb_vulns = False
     self._audit_return_vulns_lock = threading.RLock()
     self._newly_found_vulns = []
Example #2
0
    def __init__(self):
        Plugin.__init__(self)
        CommonAttackMethods.__init__(self)

        self._uri_opener = None
        self._footer = None
        self._header = None

        # User configured parameter
        self._generate_only_one = False
Example #3
0
    def __init__(self):
        Plugin.__init__(self)
        CommonAttackMethods.__init__(self)

        self._uri_opener = None
        self._footer = None
        self._header = None

        # User configured parameter
        self._generate_only_one = False
Example #4
0
 def __init__(self):
     Plugin.__init__(self)
     self._uri_opener = None
Example #5
0
 def __init__(self):
     Plugin.__init__(self)
Example #6
0
 def __init__(self):
     Plugin.__init__(self)
     self._priority = 20
Example #7
0
 def __init__(self):
     Plugin.__init__(self)
Example #8
0
 def __init__(self):
     Plugin.__init__(self)
     self._uri_opener = None