Exemple #1
0
    def __init__(self, vuln, uri_opener, worker_pool, exploit_mutant):
        """
        Create the obj
        """
        PortScanShell.__init__(self, vuln, uri_opener, worker_pool)
        ExecShell.__init__(self, vuln, uri_opener, worker_pool)

        self._exploit_mutant = exploit_mutant
Exemple #2
0
 def __init__(self, vuln, uri_opener, worker_pool, exploit_mutant):
     PortScanShell.__init__(self, vuln, uri_opener, worker_pool,
                            exploit_mutant)
     ExecShell.__init__(self, vuln, uri_opener, worker_pool)
Exemple #3
0
 def __init__(self, vuln, uri_opener, worker_pool, exploit_mutant):
     PortScanShell.__init__(self, vuln, uri_opener, worker_pool,
                            exploit_mutant)
     ExecShell.__init__(self, vuln, uri_opener, worker_pool)