From ea47308a8e56e633928f9d296dd0c6d4960436f8 Mon Sep 17 00:00:00 2001 From: robiscool Date: Tue, 2 Aug 2011 10:59:38 -0700 Subject: Change snort-dev to orion --- config/orionids-dev/snort_define_servers.php | 443 +++++++++++++++++++++++++++ 1 file changed, 443 insertions(+) create mode 100644 config/orionids-dev/snort_define_servers.php (limited to 'config/orionids-dev/snort_define_servers.php') diff --git a/config/orionids-dev/snort_define_servers.php b/config/orionids-dev/snort_define_servers.php new file mode 100644 index 00000000..c35fd2c1 --- /dev/null +++ b/config/orionids-dev/snort_define_servers.php @@ -0,0 +1,443 @@ +. + All rights reserved. + + Pfsense Old snort GUI + Copyright (C) 2006 Scott Ullrich. + + Pfsense snort GUI + Copyright (C) 2008-2012 Robert Zelaya. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + 3. Neither the name of the pfSense nor the names of its contributors + may be used to endorse or promote products derived from this software without + specific prior written permission. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, + OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + + */ + +require_once("guiconfig.inc"); +require_once("/usr/local/pkg/snort/snort_new.inc"); +require_once("/usr/local/pkg/snort/snort_gui.inc"); + +// set page vars + +$uuid = $_GET['uuid']; +if (isset($_POST['uuid'])) +$uuid = $_POST['uuid']; + +if ($uuid == '') { + echo 'error: no uuid'; + exit(0); +} + + +$a_list = snortSql_fetchAllSettings('snortDB', 'SnortIfaces', 'uuid', $uuid); + + + $pgtitle = "Snort: Interface Define Servers:"; + include("/usr/local/pkg/snort/snort_head.inc"); + +?> + + + + +
+
+
+ +
+
+



Please Wait...

+
+
+

+
+
+
+ + + +
+ + + +
+ +
+
+ + + + + + + + +
+ + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  + Note:
+ Please save your settings before you click start.
+ Please make sure there are no spaces in your definitions. +
Define Servers
Define DNS_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define DNS_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 53. +
Define SMTP_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define SMTP_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 25. +
Define Mail_Ports + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 25,143,465,691. +
Define HTTP_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define WWW_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define HTTP_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 80. +
Define SQL_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define ORACLE_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 1521. +
Define MSSQL_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 1433. +
Define TELNET_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define TELNET_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 23. +
Define SNMP_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define SNMP_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 161.
Define FTP_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define FTP_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 21. +
Define SSH_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define SSH_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is Pfsense SSH port. +
Define POP_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define POP2_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 109. +
Define POP3_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 110. +
Define IMAP_SERVERS + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define IMAP_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 143. +
Define SIP_PROXY_IP + +
+ Example: "192.168.1.3/24,192.168.1.4/24". Leave blank to scan all networks. +
Define SIP_PROXY_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 5060:5090,16384:32768. +
Define AUTH_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 113. +
Define FINGER_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 79. +
Define IRC_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 6665,6666,6667,6668,6669,7000. +
Define NNTP_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 119. +
Define RLOGIN_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 513. +
Define RSH_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 514. +
Define SSL_PORTS + +
+ Example: Specific ports "25,443" or All ports betwen "5060:5090 . Default is 25,443,465,636,993,995. +
  + + +
  + Note: +
+ Please save your settings before you click start.
+
+
+
+
+ + + + + + + + -- cgit v1.2.3