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

Method _Base__pwd

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

Source from the content-addressed store, hash-verified

142 @brief See base class for details.
143 """
144 def _Base__pwd(self, options: str):
145 res = self.__run(
146 "cd")
147 print(res, end='')
148
149 """
150 @brief See base class for details.

Callers

nothing calls this directly

Calls 1

__runMethod · 0.95

Tested by

no test coverage detected