MCPcopy 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_safelyFunction · 0.45
generate_payloadFunction · 0.45
send_session_commandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected