(self)
| 4 | class Enum4Linux(ServiceScan): |
| 5 | |
| 6 | def __init__(self): |
| 7 | super().__init__() |
| 8 | self.name = "Enum4Linux" |
| 9 | self.tags = ['default', 'safe', 'active-directory'] |
| 10 | |
| 11 | def configure(self): |
| 12 | self.add_choice_option('tool', default=('enum4linux-ng' if which('enum4linux-ng') else 'enum4linux'), choices=['enum4linux-ng', 'enum4linux'], help='The tool to use for doing Windows and Samba enumeration. Default: %(default)s') |
nothing calls this directly
no outgoing calls
no test coverage detected