MCPcopy Create free account
hub / github.com/AutoRecon/AutoRecon / __init__

Method __init__

autorecon/default-plugins/enum4linux.py:6–9  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4class 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')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected