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

Method _Base__pwd

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

Source from the content-addressed store, hash-verified

132 @brief See base class for details.
133 """
134 def _Base__pwd(self, options: str):
135 out = self.__eval(
136 f"header('{self.header}: ' . "
137 f"base64_encode(getcwd()));")
138 self.directory = base64.b64decode(out).decode()
139 print(self.directory)
140 """
141 @brief See base class for details.
142 """

Callers

nothing calls this directly

Calls 1

__evalMethod · 0.95

Tested by

no test coverage detected