From 8564f82412de9183210e8db7e37afa6066453d4d Mon Sep 17 00:00:00 2001 From: robiscool Date: Tue, 8 Sep 2009 03:15:14 -0700 Subject: snort-dev, replace snort2c with spoink, replace snort-mysql with barnyard2, add rule perl scrips, update Gsnort GUI, fix dboot-up issues --- config/snort-dev/snort_rulesets.php | 167 ++++++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 config/snort-dev/snort_rulesets.php (limited to 'config/snort-dev/snort_rulesets.php') diff --git a/config/snort-dev/snort_rulesets.php b/config/snort-dev/snort_rulesets.php new file mode 100644 index 00000000..4f16eadd --- /dev/null +++ b/config/snort-dev/snort_rulesets.php @@ -0,0 +1,167 @@ + + + + + +

"; +?> + +
+ + + + + + + + + + +
+ +
+
+ + + + + + + + +
+ + + + + + +"; + echo ""; + echo ""; + //echo ""; + } + +?> +
EnabledRuleset: Rules that end with "so.rules" are shared object rules.
"; + if(is_array($enabled_rulesets_array)) + if(in_array($file, $enabled_rulesets_array)) { + $CHECKED = " checked=\"checked\""; + } else { + $CHECKED = ""; + } + else + $CHECKED = ""; + echo " "; + echo ""; + echo "{$file}"; + echo ""; + //echo "description"; + //echo "
+
 
Check the rulesets that you would like Snort to load at startup.
 
+
+
+ +
+ +

NOTE: You can click on a ruleset name to edit the ruleset. + + + + + + + \ No newline at end of file -- cgit v1.2.3