(self, options: str)
| 155 | pass |
| 156 | |
| 157 | def __botnet(self, options: str): |
| 158 | print("Switching to botnet mode...") |
| 159 | self.exploit = BotnetCommandProcessor(self.exploitClasses) |
| 160 | |
| 161 | """ |
| 162 | @brief Getter for exploit status (True or False) |
nothing calls this directly
no test coverage detected