aboutsummaryrefslogtreecommitdiffstats
path: root/config/strikeback/help.tmp
diff options
context:
space:
mode:
authorTom Schaefer <tom@tomschaefer.org>2011-05-27 23:07:11 -0400
committerTom Schaefer <tom@tomschaefer.org>2011-05-27 23:07:11 -0400
commit0d0402fbfd69a2978d43e7551319ba970a2d77ef (patch)
tree005f8181ac8c5e7470441a8e4a3a19b0edabda42 /config/strikeback/help.tmp
parent51e31652e2c03e4de2c852cefc637bf394df359b (diff)
downloadpfsense-packages-0d0402fbfd69a2978d43e7551319ba970a2d77ef.tar.gz
pfsense-packages-0d0402fbfd69a2978d43e7551319ba970a2d77ef.tar.bz2
pfsense-packages-0d0402fbfd69a2978d43e7551319ba970a2d77ef.zip
Push strikeback package
Diffstat (limited to 'config/strikeback/help.tmp')
-rw-r--r--config/strikeback/help.tmp91
1 files changed, 91 insertions, 0 deletions
diff --git a/config/strikeback/help.tmp b/config/strikeback/help.tmp
new file mode 100644
index 00000000..ea296d2f
--- /dev/null
+++ b/config/strikeback/help.tmp
@@ -0,0 +1,91 @@
+<?php
+$pgtitle = "Firewall: strikeback - Help";
+
+ require("guiconfig.inc");
+ include("head.inc");
+
+ //set the config as a global variable
+ global $config;
+
+ $global_usage = '/usr/local/www/packages/strikeback/global_usage';
+ //$fh = fopen($global_usage, 'r');
+
+ //phpinfo();
+
+
+
+
+
+
+?>
+
+<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<?php include("fbegin.inc"); ?>
+
+
+
+
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr><td class="tabnavtbl">
+<?php
+ $tab_array = array();
+ $tab_array[0] = array("Log Viewer", false, "strikeback.php");
+ $tab_array[1] = array("Settings", false, "settings.php");
+ //$tab_array[2] = array("Whitelist", false, "whitelist.php");
+ //$tab_array[3] = array("Interfaces", false, "strikeback_if.php");
+ $tab_array[4] = array("Help", true, "help.php");
+ //$tab_array[5] = array("Email", false, "email.php");
+ $tab_array[6] = array("Results", false, "parse.php\" target=\"_blank\"");
+ display_top_tabs($tab_array);
+?>
+ </td></tr>
+ <tr>
+ <td>
+ <div id="mainarea">
+ <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <tr>
+ <td class="listhdrr">Help</td>
+
+ </tr>
+
+ <tr>
+ <td class="listlr" valign="middle">
+
+<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<tr>
+About:<br><br>
+iplog, when enabled, monitors for port scans and connection attempts.
+If a port scan is detected you may strikeback using nmap to scan back.
+<br><br>Strikeback results are under the results tab. After a strikeback is ran a popup is made with the results. <br><br>Disable your popup blocker for this feature to work.
+<br><br><hr>
+If iplog is not working try to clear the log
+<br>iplog can be run under the root account
+<br><br>
+<a href="http://ojnk.sourceforge.net/">iplog</a> | <a href="http://nmap.org/">nmap</a>
+</div>
+
+
+</td>
+</tr>
+</table>
+ </td>
+
+
+ </tr>
+
+
+</table>
+</div>
+<br>
+<br><br>
+
+<p>
+</p>
+</td>
+ </tr>
+</table>
+</form>
+<?php include("fend.inc"); ?>
+</body>
+</html>
+