コード例 #1
0
ファイル: rfi.py プロジェクト: daemon13/w3af
    def __init__(self, vuln, uri_opener, worker_pool, exploit_dc):
        '''
        Create the obj
        '''
        PortScanShell.__init__(self, vuln, uri_opener, worker_pool)
        ExecShell.__init__(self, vuln, uri_opener, worker_pool)

        self._exploit_dc = exploit_dc
コード例 #2
0
ファイル: rfi.py プロジェクト: HamzaKo/w3af
    def __init__(self, vuln, uri_opener, worker_pool, exploit_dc):
        '''
        Create the obj
        '''
        PortScanShell.__init__(self, vuln, uri_opener, worker_pool)
        ExecShell.__init__(self, vuln, uri_opener, worker_pool)

        self._exploit_dc = exploit_dc