From 0cd80de2b30153de286c52451d0a87432eefe307 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Tue, 13 Oct 2020 10:31:44 -0400 Subject: [PATCH] [fix] Hard code NIDS to Suricata since Snort is not yet supported --- setup/so-setup | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup/so-setup b/setup/so-setup index 21d320c6a..2060847f4 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -305,7 +305,6 @@ fi # Start user prompts - if [[ $is_helix || $is_sensor ]]; then whiptail_sensor_nics fi @@ -325,7 +324,9 @@ fi if [[ $is_manager && ! $is_eval ]]; then whiptail_manager_adv whiptail_zeek_version - whiptail_nids + # Don't run this function for now since Snort is not yet supported + # whiptail_nids + NIDS=Suricata whiptail_rule_setup if [ "$RULESETUP" != 'ETOPEN' ]; then