diff options
Diffstat (limited to 'config/snort-dev/testing.php')
-rw-r--r-- | config/snort-dev/testing.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/config/snort-dev/testing.php b/config/snort-dev/testing.php new file mode 100644 index 00000000..87d98e26 --- /dev/null +++ b/config/snort-dev/testing.php @@ -0,0 +1,27 @@ +<?php + +require_once('/usr/local/pkg/snort/snort_new.inc'); + +$uuid = '2565656'; + +$a_list = snortSql_fetchAllWhitelistTypes('SnortWhitelist'); + + + + echo '<pre>' . "\n\n"; + + + print_r($a_list); + + + + echo "\n" . '</pre>'; + + + + +?> + + + + |