Exemplo n.º 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
Exemplo n.º 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)
Exemplo n.º 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)