forked from p15670423/monkey
Agent: Use EXPLOIT_TAGS for exploitation event
This commit is contained in:
parent
54b551b728
commit
76ae57281d
|
@ -57,7 +57,7 @@ class HadoopExploiter(WebRCE):
|
||||||
target=self.host.ip_addr,
|
target=self.host.ip_addr,
|
||||||
exploitation_success=False,
|
exploitation_success=False,
|
||||||
error_message=self.exploit_result.error_message,
|
error_message=self.exploit_result.error_message,
|
||||||
tags=PROPAGATION_TAGS,
|
tags=EXPLOIT_TAGS,
|
||||||
)
|
)
|
||||||
return self.exploit_result
|
return self.exploit_result
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue