MCPcopy Create free account
hub / github.com/GH05TCREW/MetasploitMCP / MockMsfRpcError

Class MockMsfRpcError

tests/test_helpers.py:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 return True
44
45class MockMsfRpcError(Exception):
46 pass
47
48# Patch the MSF modules
49sys.modules['pymetasploit3.msfrpc'].MsfRpcClient = MockMsfRpcClient

Calls

no outgoing calls