fix: add LibInjection to LAUNCH.sh

This commit is contained in:
Terrtia 2018-07-16 15:45:55 +02:00
parent 1a653dec47
commit 8b245d17d9
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -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'