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

Method __eval

src/NodeExploitProcessor.py:84–88  ·  view source on GitHub ↗
(self, command: str)

Source from the content-addressed store, hash-verified

82 @throw CommandException if there is a connection error.
83 """
84 def __eval(self, command: str):
85 out = self._Base__send_message(
86 f"process.chdir('{self.directory}');"
87 f"{command}")
88 return out
89
90 """
91 @brief See base class for details.

Callers 9

__runMethod · 0.95
_Base__versionMethod · 0.95
__file_existsMethod · 0.95
_Base__pwdMethod · 0.95
_Base__lsMethod · 0.95
_Base__cdMethod · 0.95
_Base__catMethod · 0.95
_Base__rmMethod · 0.95
_Base__mkdirMethod · 0.95

Calls 1

_Base__send_messageMethod · 0.95

Tested by

no test coverage detected