Skip to content

Commit

Permalink
Agent: Remove "summary" event
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekoa authored and ilija-lazoroski committed Oct 6, 2022
1 parent e404416 commit 66f8471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monkey/infection_monkey/exploit/mssqlexec.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def _exploit_host(self) -> ExploiterResultData:
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():
Expand Down

0 comments on commit 66f8471

Please sign in to comment.