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

Method __init__

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

Source from the content-addressed store, hash-verified

113class PortScan(Plugin):
114
115 def __init__(self):
116 super().__init__()
117 self.type = None
118 self.specific_ports = False
119
120 async def run(self, target):
121 raise NotImplementedError

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected