Reworks attacker/victim in alerts

This commit is contained in:
Simone Mainardi 2021-01-07 19:03:42 +01:00
parent 740ba4b267
commit 1aaf92e843
21 changed files with 50 additions and 93 deletions

View file

@ -17,5 +17,5 @@ return {
-- ####################### Alert strings
alert_unexpected_dns_title = "Unexpected DNS found"
alert_unexpected_dns_title = "Unexpected DNS Server Found"
}

View file

@ -83,8 +83,6 @@ function script.hooks.protocolDetected(now, conf)
)
alert:set_severity(alert_severities.error)
alert:set_attacker(server_ip)
alert:set_victim(client_ip)
alert:trigger_status(0, 100, 100)
end