def __init__(self, vuln):
     '''
     Create the obj
     '''
     shell.__init__(self, vuln)
Exemplo n.º 2
0
 def __init__(self, v):
     shell.__init__(self, v)
Exemplo n.º 3
0
 def __init__(self, v):
     shell.__init__(self, v)
     
     # For writing files to the remote server
     self._transfer_handler = None