Exemplo n.º 1
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
Exemplo 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
Exemplo n.º 3
0
 def __init__(self, vuln):
     ExploitStrategy.__init__(self, vuln)
     CommonAttackMethods.__init__(self)
Exemplo n.º 4
0
 def __init__(self, vuln):
     ExploitStrategy.__init__(self, vuln)
     CommonAttackMethods.__init__(self)