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

Method _Base__lrun

src/ExploitProcessor.py:194–196  ·  view source on GitHub ↗
(self, options: str)

Source from the content-addressed store, hash-verified

192 @param options the command to be run locally.
193 """
194 def _Base__lrun(self, options: str):
195 out = os.popen(options).read()
196 print(out, end='')
197
198 """
199 @brief Abstract method to change working directory.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected