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

Method __init__

conftest.py:71–72  ·  view source on GitHub ↗
(self, cid='test-console')

Source from the content-addressed store, hash-verified

69
70 class MockMsfConsole:
71 def __init__(self, cid='test-console'):
72 self.cid = cid
73
74 def read(self):
75 return {'data': '', 'prompt': 'msf6 > ', 'busy': False}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected