From bd5c42caeb4f3402c564e00707b3751027f40ff8 Mon Sep 17 00:00:00 2001 From: bui Date: Wed, 4 Jul 2018 14:28:10 +0200 Subject: [PATCH] add LibInjection Module --- bin/packages/modules.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/packages/modules.cfg b/bin/packages/modules.cfg index 71044cfb..fd78cd07 100644 --- a/bin/packages/modules.cfg +++ b/bin/packages/modules.cfg @@ -70,6 +70,10 @@ publish = Redis_Url,ZMQ_Url [WebStats] subscribe = Redis_Url +[LibInjection] +subscribe = Redis_Url +publish = Redis_alertHandler,Redis_Duplicate,Redis_Tags + [SQLInjectionDetection] subscribe = Redis_Url publish = Redis_alertHandler,Redis_Duplicate,Redis_Tags