aboutsummaryrefslogtreecommitdiff
path: root/security/bruteforceblocker/pkg-descr
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-26 21:14:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-26 21:14:58 +0000
commita45e489232237fcb1775611415fa3cd65cb35c9e (patch)
treeff43c4cc6ed9f879383e9c8033b04680d5b5ecec /security/bruteforceblocker/pkg-descr
parent1fac9743ddc5dac5acd1f2e60c0cba142d46bfbe (diff)
downloadports-a45e489232237fcb1775611415fa3cd65cb35c9e.tar.gz
ports-a45e489232237fcb1775611415fa3cd65cb35c9e.zip
Notes
Diffstat (limited to 'security/bruteforceblocker/pkg-descr')
-rw-r--r--security/bruteforceblocker/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/bruteforceblocker/pkg-descr b/security/bruteforceblocker/pkg-descr
new file mode 100644
index 000000000000..2a4d5ba8322b
--- /dev/null
+++ b/security/bruteforceblocker/pkg-descr
@@ -0,0 +1,10 @@
+BruteForceBlocker is a script, that works along with pf - OpenBSD's firewall.
+When this script is running, it checks sshd's auth log for Failed Password
+attempts and counts it's number. When given IP reaches specified number of
+fails, script adds this IP to the pf's table and block any other traffic to
+the given box. If you are bored of those automated auth tries, you will be
+happy with this script. It also includes a simple rc script.
+
+WWW: http://danger.rulez.sk/projects/bruteforceblocker/
+
+- Daniel Gerzo <danger@rulez.sk>