MCPcopy Create free account
hub / github.com/Geeoon/asploit / process_command

Method process_command

src/LocalCommandProcessor.py:175–182  ·  view source on GitHub ↗
(self, command: str)

Source from the content-addressed store, hash-verified

173 @throw CommandException if the command doesn't exist.
174 """
175 def process_command(self, command: str):
176 if self.exploit_status():
177 try:
178 self.exploit.process_command(command)
179 except ExitException:
180 self.exploit = None
181 else:
182 super().process_command(command)

Callers

nothing calls this directly

Calls 1

exploit_statusMethod · 0.95

Tested by

no test coverage detected