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

Method _Base__run

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

Source from the content-addressed store, hash-verified

184 """
185 @abstractmethod
186 def _Base__run(self, options: str):
187 pass
188
189 """
190 @brief Abstract method to run a command on the local machine and print its

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected