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

Method __init__

autorecon/plugins.py:15–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13class Plugin(object):
14
15 def __init__(self):
16 self.name = None
17 self.slug = None
18 self.description = None
19 self.tags = ['default']
20 self.priority = 1
21 self.patterns = []
22 self.autorecon = None
23 self.disabled = False
24
25 @final
26 def add_option(self, name, default=None, help=None):

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected