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

Method __init__

modules/webscanner/ssl_analyzer.py:23–24  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

21
22 def __init__(self):
23 super().__init__()
24
25 async def run(self, target: Target) -> ScanResult:
26 """Analyze SSL/TLS configuration."""
27 result = self.create_result(target)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected