This commit has been accessed 3,331 times via Git panel.
commit aaf26373187ac16f63f2356d559bce67bb3a1a49
tree 4032c549b834d10773c09e328cb0eae451202982
parent 71c798f138570dd86ddb49c450c927a4838632d7
author Engels Antonio <engels@kalasag.org> 1386953788 +0800
committer Engels Antonio <engels@kalasag.org> 1386953788 +0800
Add TARPIT target KILL_ROUTE option
diff --git a/kalasag.conf b/kalasag.conf
index bb49c6e..a89b341 100644
--- a/kalasag.conf
+++ b/kalasag.conf
@@ -203,6 +203,9 @@ BLOCK_TCP="1"
# iptables support for Linux
KILL_ROUTE="/sbin/iptables -I INPUT -s $TARGET$ -j DROP"
#
+# iptables support for Linux (xtables-addons)
+#KILL_ROUTE="/sbin/iptables -I INPUT -s $TARGET$ -j TARPIT"
+#
# For those of you running FreeBSD (and compatible) you can
# use their built in firewalling as well.
#
@@ -282,7 +285,7 @@ SCAN_TRIGGER="0"
# Port Banner Section#
######################
#
-# Enter text in here you want displayed to a person tripping the Kalasag.
+# Enter text in here you want displayed to a person tripping Kalasag.
# I *don't* recommend taunting the person as this will aggravate them.
# Leave this commented out to disable the feature
#
tree 4032c549b834d10773c09e328cb0eae451202982
parent 71c798f138570dd86ddb49c450c927a4838632d7
author Engels Antonio <engels@kalasag.org> 1386953788 +0800
committer Engels Antonio <engels@kalasag.org> 1386953788 +0800
Add TARPIT target KILL_ROUTE option
diff --git a/kalasag.conf b/kalasag.conf
index bb49c6e..a89b341 100644
--- a/kalasag.conf
+++ b/kalasag.conf
@@ -203,6 +203,9 @@ BLOCK_TCP="1"
# iptables support for Linux
KILL_ROUTE="/sbin/iptables -I INPUT -s $TARGET$ -j DROP"
#
+# iptables support for Linux (xtables-addons)
+#KILL_ROUTE="/sbin/iptables -I INPUT -s $TARGET$ -j TARPIT"
+#
# For those of you running FreeBSD (and compatible) you can
# use their built in firewalling as well.
#
@@ -282,7 +285,7 @@ SCAN_TRIGGER="0"
# Port Banner Section#
######################
#
-# Enter text in here you want displayed to a person tripping the Kalasag.
+# Enter text in here you want displayed to a person tripping Kalasag.
# I *don't* recommend taunting the person as this will aggravate them.
# Leave this commented out to disable the feature
#