MCPcopy
hub / github.com/NullArray/AutoSploit / do_terminal_command

Method do_terminal_command

lib/term/terminal.py:150–154  ·  view source on GitHub ↗

run a terminal command

(self, command)

Source from the content-addressed store, hash-verified

148 print(" ".join(self.external_terminal_commands))
149
150 def do_terminal_command(self, command):
151 """
152 run a terminal command
153 """
154 lib.settings.cmdline(command, is_msf=False)
155
156 def do_clean_hosts(self):
157 """

Callers 1

terminal_main_displayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected