Agent: Remove "summary" event
This commit is contained in:
parent
e404416363
commit
66f8471f24
|
@ -71,7 +71,6 @@ class MSSQLExploiter(HostExploiter):
|
|||
f" no credentials were successful"
|
||||
)
|
||||
logger.error(error_message)
|
||||
self._publish_exploitation_event(False, error_message=error_message)
|
||||
return self.exploit_result
|
||||
|
||||
if self._is_interrupted():
|
||||
|
|
Loading…
Reference in New Issue