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

Method __eval

src/ASPClassicExploitProcessor.py:29–33  ·  view source on GitHub ↗
(self, command: str)

Source from the content-addressed store, hash-verified

27 @throw CommandException if there is a connection error.
28 """
29 def __eval(self, command: str):
30 res = self._Base__send_message(
31 f"{command}"
32 )
33 return res
34
35 """
36 @brief Check if a file exists on the server.

Callers 7

__file_existsMethod · 0.95
__runMethod · 0.95
_Base__versionMethod · 0.95
_Base__lsMethod · 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