Agent: Use EXPLOIT_TAGS for exploitation event

This commit is contained in:
Kekoa Kaaikala 2022-10-05 12:25:23 +00:00 committed by Ilija Lazoroski
parent 54b551b728
commit 76ae57281d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class HadoopExploiter(WebRCE):
target=self.host.ip_addr,
exploitation_success=False,
error_message=self.exploit_result.error_message,
tags=PROPAGATION_TAGS,
tags=EXPLOIT_TAGS,
)
return self.exploit_result