diff options
Diffstat (limited to 'config/strikeback/help.tmp')
-rw-r--r-- | config/strikeback/help.tmp | 91 |
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> + |