MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / __init__

Method __init__

modules/osint/base.py:16–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14
15 def __init__(self):
16 self.logger = get_logger(f"osint.{self.name}")
17
18 @abstractmethod
19 async def run(self, target: Target) -> ScanResult:
20 """Execute the OSINT module against a target.

Callers

nothing calls this directly

Calls 1

get_loggerFunction · 0.90

Tested by

no test coverage detected