From 8b245d17d97988dea1c13a0091c574361788694e Mon Sep 17 00:00:00 2001 From: Terrtia Date: Mon, 16 Jul 2018 15:45:55 +0200 Subject: [PATCH] fix: add LibInjection to LAUNCH.sh --- bin/LAUNCH.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 1f987479..f8fa8853 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -158,6 +158,8 @@ function launching_scripts { sleep 0.1 screen -S "Script_AIL" -X screen -t "SQLInjectionDetection" bash -c './SQLInjectionDetection.py; read x' sleep 0.1 + screen -S "Script_AIL" -X screen -t "LibInjection" bash -c './LibInjection.py; read x' + sleep 0.1 screen -S "Script_AIL" -X screen -t "alertHandler" bash -c './alertHandler.py; read x' sleep 0.1 screen -S "Script_AIL" -X screen -t "MISPtheHIVEfeeder" bash -c './MISP_The_Hive_feeder.py; read x'