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

Class MSFSession

modules/exploit/metasploit.py:15–21  ·  view source on GitHub ↗

Represents an active Metasploit session.

Source from the content-addressed store, hash-verified

13@dataclass
14class MSFSession:
15 """Represents an active Metasploit session."""
16 id: int
17 session_type: str
18 target_host: str
19 via_exploit: str
20 info: dict
21
22
23class MetasploitClient:
24 """Client for Metasploit Framework RPC API."""

Callers 1

list_sessionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected