(self)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected