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

Method __init__

modules/exploit/searchsploit.py:15–17  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

13
14 def __init__(self):
15 self.logger = get_logger("exploit.searchsploit")
16 self.searchsploit_available = shutil.which("searchsploit") is not None
17
18 async def search(
19 self,
20 query: str,

Callers

nothing calls this directly

Calls 1

get_loggerFunction · 0.90

Tested by

no test coverage detected