def __init__(self,profile):
     """
     @param profile: file name
     @type profile: string 
     """
     NmapOptions.__init__(self, profile)
     self.modified = False
Exemple #2
0
 def __init__(self, profile):
     """
     @param profile: file name
     @type profile: string 
     """
     NmapOptions.__init__(self, profile)
     self.modified = False