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

Method __init__

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

Source from the content-addressed store, hash-verified

13 description: str = "Base web scanner module"
14
15 def __init__(self):
16 self.logger = get_logger(f"webscanner.{self.name}")
17
18 @abstractmethod
19 async def run(self, target: Target) -> ScanResult:

Callers

nothing calls this directly

Calls 1

get_loggerFunction · 0.90

Tested by

no test coverage detected