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

Class MSFModuleRef

modules/exploit_engine/cve_module_map.py:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19@dataclass
20class MSFModuleRef:
21 cve_id: str
22 module_path: str # e.g. "exploit/windows/smb/ms17_010_eternalblue"
23 module_type: str # "exploit" | "auxiliary"
24 safe_check: bool # True = module.check() implemented
25 default_options: dict # Minimum required options (RHOST is always added by runner)
26 description: str = ""
27
28
29# Indexed by CVE ID (upper-cased for lookup)

Callers 1

cve_module_map.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected