aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-12-02 13:19:53 +0100
committerdoktornotor <notordoktor@gmail.com>2015-12-02 13:19:53 +0100
commita6ef8ebd9888dc98577ff10119e1cad1912c85cf (patch)
tree3b9e03dc45ba88a5291a741f308932d6bd06fb55 /config
parent8e55de7380ca5739be5c519d3d5eef3d27313a25 (diff)
downloadpfsense-packages-a6ef8ebd9888dc98577ff10119e1cad1912c85cf.tar.gz
pfsense-packages-a6ef8ebd9888dc98577ff10119e1cad1912c85cf.tar.bz2
pfsense-packages-a6ef8ebd9888dc98577ff10119e1cad1912c85cf.zip
Remove completely broken strikeback package
Diffstat (limited to 'config')
-rw-r--r--config/strikeback/help.tmp91
1 files changed, 0 insertions, 91 deletions
diff --git a/config/strikeback/help.tmp b/config/strikeback/help.tmp
deleted file mode 100644
index ea296d2f..00000000
--- a/config/strikeback/help.tmp
+++ /dev/null
@@ -1,91 +0,0 @@
-<?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>
-