Ejemplo n.º 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 = []
Ejemplo n.º 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
Ejemplo n.º 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
Ejemplo n.º 4
0
 def __init__(self):
     Plugin.__init__(self)
     self._uri_opener = None
Ejemplo n.º 5
0
 def __init__(self):
     Plugin.__init__(self)
Ejemplo n.º 6
0
 def __init__(self):
     Plugin.__init__(self)
     self._priority = 20
Ejemplo n.º 7
0
 def __init__(self):
     Plugin.__init__(self)
Ejemplo n.º 8
0
 def __init__(self):
     Plugin.__init__(self)
     self._uri_opener = None