diff --git a/debian/changelog b/debian/changelog index 314042f..3f2e8e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +securityonion-web-page (20141015-0ubuntu0securityonion38) trusty; urgency=medium + + * add more htmlspecialchars + + -- Doug Burks Mon, 19 Oct 2015 15:24:55 -0400 + securityonion-web-page (20141015-0ubuntu0securityonion37) trusty; urgency=medium * securityonion-web-page: move SSH Logins query to Host Logs category #810 diff --git a/debian/patches/add-more-htmlspecialchars b/debian/patches/add-more-htmlspecialchars new file mode 100644 index 0000000..06b8c52 --- /dev/null +++ b/debian/patches/add-more-htmlspecialchars @@ -0,0 +1,55 @@ +Description: + TODO: Put a short summary on the line above and replace this paragraph + with a longer explanation of this change. Complete the meta-information + with other relevant fields (see below for details). To make it easier, the + information below has been extracted from the changelog. Adjust it or drop + it. + . + securityonion-web-page (20141015-0ubuntu0securityonion38) trusty; urgency=medium + . + * add more htmlspecialchars +Author: Doug Burks + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: http://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: + +--- securityonion-web-page-20141015.orig/elsa/index.php ++++ securityonion-web-page-20141015/elsa/index.php +@@ -3,7 +3,7 @@ + ELSA + + +- ++ :3154"> + + + +--- securityonion-web-page-20141015.orig/elsa/local.php.empty ++++ securityonion-web-page-20141015/elsa/local.php.empty +@@ -5,4 +5,4 @@ The query links above can be used as a s + /var/www/elsa/menu.php
+
+ Here's a sample query link to get you started:
+-Conn Groupby Country
++:3154/?query_string=class=BRO_CONN "-" groupby:resp_country_code" target="dynamic" onclick="turnBackBold (this);">Conn Groupby Country
+--- securityonion-web-page-20141015.orig/index.php ++++ securityonion-web-page-20141015/index.php +@@ -22,7 +22,7 @@ Please follow the Squert: View NIDS/HIDS alerts and HTTP logs
+ * ELSA: Search logs (IDS, Bro, and syslog)
+-* Xplico: Carve PCAP files (please note that port 9876 is not open to the outside world by default)
++* :9876">Xplico: Carve PCAP files (please note that port 9876 is not open to the outside world by default)
+
+ Useful Links
+ Links to useful Security Onion information:
diff --git a/debian/patches/series b/debian/patches/series index 1842ad0..12cebb7 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -24,3 +24,4 @@ remove-snorby remove-12.04 Issue-824:-securityonion-web-page:-htmlspecialchars securityonion-web-page:-move-SSH-Logins-query-to-Host-Logs-category-#810 +add-more-htmlspecialchars diff --git a/elsa/index.php b/elsa/index.php index a42de0e..db4b07f 100644 --- a/elsa/index.php +++ b/elsa/index.php @@ -3,7 +3,7 @@ ELSA - + :3154"> diff --git a/elsa/local.php.empty b/elsa/local.php.empty index ae01eb2..90154cf 100644 --- a/elsa/local.php.empty +++ b/elsa/local.php.empty @@ -5,4 +5,4 @@ The query links above can be used as a starting point and are stored in:
/var/www/elsa/menu.php

Here's a sample query link to get you started:
-Conn Groupby Country
+:3154/?query_string=class=BRO_CONN "-" groupby:resp_country_code" target="dynamic" onclick="turnBackBold (this);">Conn Groupby Country
diff --git a/index.php b/index.php index b6832ab..c4c3a81 100644 --- a/index.php +++ b/index.php @@ -22,7 +22,7 @@ Links to quickly access your local Squert, ELSA, and Xplico instances:
* Squert: View NIDS/HIDS alerts and HTTP logs
* ELSA: Search logs (IDS, Bro, and syslog)
-* Xplico: Carve PCAP files (please note that port 9876 is not open to the outside world by default)
+* :9876">Xplico: Carve PCAP files (please note that port 9876 is not open to the outside world by default)

Useful Links
Links to useful Security Onion information: