Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GH05TCREW/MetasploitMCP
/ write
Method
write
conftest.py:77–78 ·
view source on GitHub ↗
(self, command)
Source
from the content-addressed store, hash-verified
75
return
{
'data'
:
''
,
'prompt'
:
'msf6 > '
,
'busy'
: False}
76
77
def
write(self, command):
78
return
True
79
80
class
MockMsfRpcError(Exception):
81
pass
Callers
3
run_command_safely
Function · 0.45
generate_payload
Function · 0.45
send_session_command
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected