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

Class PortScan

autorecon/plugins.py:113–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 error('{bright}[{bgreen}' + self.slug + '{crst}]{rst} ' + msg)
112
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
122
123class ServiceScan(Plugin):
124

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected