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

Method _Base__get_prefix

src/LocalCommandProcessor.py:68–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 @brief See base class for details.
67 """
68 def _Base__get_prefix(self):
69 if self.exploit:
70 return self.exploit._Base__get_prefix()
71 return super()._Base__get_prefix()
72
73 """
74 @brief exploit the target machine.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected