-
Validate exploit's setup before `run` and `check` commands (#367) · 5919df7e
Introduce `Exploit.validate_setup` method in order to check whether Exploit's setup is correct. In most case scanarios we will check if `Exploit.target` is not `None`. When exploit need custom validation logic please overwrite `validate_setup`.
Mariusz Kupidura authored
×