Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
class
MockMsfRpcError(Exception):
46
pass
47
48
# Patch the MSF modules
49
sys.modules[
'pymetasploit3.msfrpc'
].MsfRpcClient = MockMsfRpcClient
Callers
2
test_get_module_object_msf_error
Method · 0.70
test_get_msf_console_creation_error
Method · 0.70
Calls
no outgoing calls
Tested by
2
test_get_module_object_msf_error
Method · 0.56
test_get_msf_console_creation_error
Method · 0.56