From 0ab68c4441054a94cc0e53bc7cdc57eb6dfee7b4 Mon Sep 17 00:00:00 2001 From: Ermal Date: Wed, 4 Jul 2012 14:52:17 +0000 Subject: Remove references to outsiders and help and info --- config/snort/help_and_info.php | 247 ------------------------ config/snort/snort.xml | 5 - config/snort/snort_alerts.php | 1 - config/snort/snort_blocked.php | 1 - config/snort/snort_download_updates.php | 1 - config/snort/snort_interfaces.php | 55 +----- config/snort/snort_interfaces_global.php | 1 - config/snort/snort_interfaces_suppress.php | 1 - config/snort/snort_interfaces_suppress_edit.php | 1 - config/snort/snort_interfaces_whitelist.php | 1 - 10 files changed, 5 insertions(+), 309 deletions(-) delete mode 100644 config/snort/help_and_info.php diff --git a/config/snort/help_and_info.php b/config/snort/help_and_info.php deleted file mode 100644 index af8eb4ae..00000000 --- a/config/snort/help_and_info.php +++ /dev/null @@ -1,247 +0,0 @@ - - - - -The Snort Package Help Page - - - - - - - - - - -
- -
-
-

Snort Package

- -

- Snort Package is a GUI based front-end for Sourcefire\'s Snort ® IDS/IPS software. The Snort Package goal is to be - the best open-source GUI to manage multiple snort sensors and multiple rule snapshots. The project other goal is to be a highly competitive GUI for - network monitoring for both private and enterprise use. Lastly, this project software development should bring programmers and users together to create - software. -

-

- What is Snort ? Used by fortune 500 companies and goverments Snort is the most widely deployed IDS/IPS technology worldwide. It features rules based logging and - can perform content searching/matching in addition to being used to detect a variety of other attacks and probes, such as buffer overflows, stealth port - scans, CGI attacks, SMB probes, and much more. -

-

- Requirements :
- Minimum requirement 256 mb ram, 500 MHz CPU.
- Recommended 500 mb ram, 1 Ghz CPU.
- The more rules you run the more memory you need.
- The more interfaces you select the more memory you need.

- Development is done on a Alix 2D3 system (500 MHz AMD Geode LX800 CPU 256MB DDR DRAM). -

- -
- -
-

Snort Package

- -

Change Log

- -

Changes to this package can be viewed by following packages repository

-
- -
-

Snort Package

- -

Getting Help

- -

-Obtaining Support
- -We provide several means of obtaining support for pfSense. -

- -

-Free Options
-Our free options include our forum, mailing list , and IRC channel. Before using any of these resources, please review the Project Rules below. -

- -

-Commercial Support
- -Commercial support is available from the company founded by the founders of the pfSense project, BSD Perimeter. Phone and email support is available for support subscribers only. -

- -

-Project Rules
-To keep things orderly, and be fair to everyone, we must enforce these rules. -

- -

-Please do not post support questions to the blog comments. The comments are for discussion of the post, and letting people ask questions there would make a mess of the purpose of those comments. Any support questions will not be moderator approved. -

- -

-Please do not cross post questions between the forum and mailing list, unless your inquiry has gone unanswered for at least 24 hours. Do not bump your mailing list or forum posts for at least 24 hours. If you have not received a reply after more than 24 hours, you are welcome to bump your thread. -

- -

-Please do not email individuals, the coreteam address, or private message people on the forum to ask questions. We provide a wide variety of means for obtaining help in a public forum, where it helps others who have the same questions in the future. We don\'t have enough time to answer all the questions our users post in the public forums, much less via email and private messages. Since we cannot possibly reply to everyone\'s email and private messages, to be fair we will not reply to anyone. Individual attention via phone and email support is available for commercial support customers. -

-
- -
-

Snort Package

- -

Heros

- -

Pfsense Snort Package users who have cared enough to donate to this project. I can\'t thank you enough for all your help. With-out your support I would have stoped long time ago.

- -

If your not on this list PM me and I will add you. If you would like to be removed pm me and I will remove you.

- -

Names

- -

sandro tavella

-

João Kemp Filho

-

Julio Fumoso

-

Rolland Hart

-

DiMarco Technology Solutions Inc.

-

Brett Burley

-

Tomasz Iskra

-

Bruno Buchschacher

-

Marco Pannetto

-

Christopher Weakland

-

Antonio Riveros

-

DigitalJer

-

Serialdie

-

Dlawley

-

Onhel

-

Jerrygoldsmith

- - -
-
-
- - - - -'; - -?> diff --git a/config/snort/snort.xml b/config/snort/snort.xml index 2365bbea..fbd2cf8e 100644 --- a/config/snort/snort.xml +++ b/config/snort/snort.xml @@ -129,11 +129,6 @@ 077 http://www.pfsense.com/packages/config/snort/snort_check_for_rule_updates.php - - /usr/local/www/snort/ - 077 - http://www.pfsense.com/packages/config/snort/help_and_info.php - /usr/local/www/snort/ 077 diff --git a/config/snort/snort_alerts.php b/config/snort/snort_alerts.php index 077fcfb6..c1336350 100644 --- a/config/snort/snort_alerts.php +++ b/config/snort/snort_alerts.php @@ -271,7 +271,6 @@ if ($pconfig['arefresh'] == 'on') $tab_array[4] = array(gettext("Blocked"), false, "/snort/snort_blocked.php"); $tab_array[5] = array(gettext("Whitelists"), false, "/snort/snort_interfaces_whitelist.php"); $tab_array[6] = array(gettext("Suppress"), false, "/snort/snort_interfaces_suppress.php"); - $tab_array[7] = array(gettext("Help"), false, "/snort/help_and_info.php"); display_top_tabs($tab_array); ?> diff --git a/config/snort/snort_blocked.php b/config/snort/snort_blocked.php index e28f725d..6994cb19 100644 --- a/config/snort/snort_blocked.php +++ b/config/snort/snort_blocked.php @@ -221,7 +221,6 @@ if ($pconfig['brefresh'] == 'on') $tab_array[4] = array(gettext("Blocked"), true, "/snort/snort_blocked.php"); $tab_array[5] = array(gettext("Whitelists"), false, "/snort/snort_interfaces_whitelist.php"); $tab_array[6] = array(gettext("Suppress"), false, "/snort/snort_interfaces_suppress.php"); - $tab_array[7] = array(gettext("Help"), false, "/snort/help_and_info.php"); display_top_tabs($tab_array); ?> diff --git a/config/snort/snort_download_updates.php b/config/snort/snort_download_updates.php index e902cd64..4e200e13 100644 --- a/config/snort/snort_download_updates.php +++ b/config/snort/snort_download_updates.php @@ -120,7 +120,6 @@ enable JavaScript to view this content $tab_array[4] = array(gettext("Blocked"), false, "/snort/snort_blocked.php"); $tab_array[5] = array(gettext("Whitelists"), false, "/snort/snort_interfaces_whitelist.php"); $tab_array[6] = array(gettext("Suppress"), false, "/snort/snort_interfaces_suppress.php"); - $tab_array[7] = array(gettext("Help"), false, "/snort/help_and_info.php"); display_top_tabs($tab_array); ?> diff --git a/config/snort/snort_interfaces.php b/config/snort/snort_interfaces.php index 31f266c9..93b0050d 100644 --- a/config/snort/snort_interfaces.php +++ b/config/snort/snort_interfaces.php @@ -184,7 +184,6 @@ enable JavaScript to view this content $tab_array[4] = array(gettext("Blocked"), false, "/snort/snort_blocked.php"); $tab_array[5] = array(gettext("Whitelists"), false, "/snort/snort_interfaces_whitelist.php"); $tab_array[6] = array(gettext("Suppress"), false, "/snort/snort_interfaces_suppress.php"); - $tab_array[7] = array(gettext("Help"), false, "/snort/help_and_info.php"); display_top_tabs($tab_array); ?> @@ -386,54 +385,10 @@ enable JavaScript to view this content - - "") { - echo ""; - } - ?> - - -
-
-
- - - -
SNORT registered � by Sourcefire, Inc, Barnyard2 -registered � by securixlive.com, Orion registered � by Robert Zelaya, -Emergingthreats registered � by emergingthreats.net, Mysql registered � -by Mysql.com
- - - - - - + + diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php index a267f561..a650646c 100644 --- a/config/snort/snort_interfaces_global.php +++ b/config/snort/snort_interfaces_global.php @@ -232,7 +232,6 @@ enable JavaScript to view this content $tab_array[4] = array(gettext("Blocked"), false, "/snort/snort_blocked.php"); $tab_array[5] = array(gettext("Whitelists"), false, "/snort/snort_interfaces_whitelist.php"); $tab_array[6] = array(gettext("Suppress"), false, "/snort/snort_interfaces_suppress.php"); - $tab_array[7] = array(gettext("Help"), false, "/snort/help_and_info.php"); display_top_tabs($tab_array); ?> diff --git a/config/snort/snort_interfaces_suppress.php b/config/snort/snort_interfaces_suppress.php index 4eeed42d..b0d83e67 100644 --- a/config/snort/snort_interfaces_suppress.php +++ b/config/snort/snort_interfaces_suppress.php @@ -91,7 +91,6 @@ echo $snort_general_css; $tab_array[4] = array(gettext("Blocked"), false, "/snort/snort_blocked.php"); $tab_array[5] = array(gettext("Whitelists"), false, "/snort/snort_interfaces_whitelist.php"); $tab_array[6] = array(gettext("Suppress"), true, "/snort/snort_interfaces_suppress.php"); - $tab_array[7] = array(gettext("Help"), false, "/snort/help_and_info.php"); display_top_tabs($tab_array); ?> diff --git a/config/snort/snort_interfaces_suppress_edit.php b/config/snort/snort_interfaces_suppress_edit.php index 7303349f..7bb7efd1 100644 --- a/config/snort/snort_interfaces_suppress_edit.php +++ b/config/snort/snort_interfaces_suppress_edit.php @@ -199,7 +199,6 @@ echo $snort_general_css;
  • Whitelists
  • Suppress
  • -
  • Help
  • diff --git a/config/snort/snort_interfaces_whitelist.php b/config/snort/snort_interfaces_whitelist.php index 2dc2d491..872b69c1 100644 --- a/config/snort/snort_interfaces_whitelist.php +++ b/config/snort/snort_interfaces_whitelist.php @@ -97,7 +97,6 @@ echo $snort_general_css; $tab_array[4] = array(gettext("Blocked"), false, "/snort/snort_blocked.php"); $tab_array[5] = array(gettext("Whitelists"), true, "/snort/snort_interfaces_whitelist.php"); $tab_array[6] = array(gettext("Suppress"), false, "/snort/snort_interfaces_suppress.php"); - $tab_array[7] = array(gettext("Help"), false, "/snort/help_and_info.php"); display_top_tabs($tab_array); ?> -- cgit v1.2.3