aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-06-06 00:26:27 +0000
committerSimon Barner <barner@FreeBSD.org>2005-06-06 00:26:27 +0000
commit696ec71898dca9f9d6379559573dd7c347796e8b (patch)
tree3e18019e7734dfc3c33ba356cac222e32e387d6b /net
parentce925b6849a02072731544c281b5c1772800eadb (diff)
downloadports-696ec71898dca9f9d6379559573dd7c347796e8b.tar.gz
ports-696ec71898dca9f9d6379559573dd7c347796e8b.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/dosdetector/Makefile24
-rw-r--r--net/dosdetector/distinfo2
-rw-r--r--net/dosdetector/pkg-descr10
4 files changed, 37 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index 7d22040b6c9e..cdfab7a368d9 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -112,6 +112,7 @@
SUBDIR += dictd-database
SUBDIR += diradmin
SUBDIR += doc
+ SUBDIR += dosdetector
SUBDIR += dtcp
SUBDIR += dtcpclient
SUBDIR += easysoap
diff --git a/net/dosdetector/Makefile b/net/dosdetector/Makefile
new file mode 100644
index 000000000000..b10679fdf0ce
--- /dev/null
+++ b/net/dosdetector/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: dosdetector
+# Date created: 5 June 2005
+# Whom: msciciel
+#
+# $FreeBSD$
+
+# The port will be at version 0.0 (based on dated CVS snapshots)
+# until the release of DosDetector 0.1
+PORTNAME= dosdetector
+PORTVERSION= 0.0
+CATEGORIES= net
+MASTER_SITES= http://darkzone.ma.cx/resources/unix/dosdetector/
+DISTNAME= ${PORTNAME}-20050605
+
+MAINTAINER= msciciel@darkzone.ma.cx
+COMMENT= Detect suspicious network traffic
+
+HAS_CONFIGURE= yes
+USE_AUTOHEADER_VER= 259
+
+PLIST_FILES= bin/dosdetector
+MAN1= dosdetector.1
+
+.include <bsd.port.mk>
diff --git a/net/dosdetector/distinfo b/net/dosdetector/distinfo
new file mode 100644
index 000000000000..114ba31c48eb
--- /dev/null
+++ b/net/dosdetector/distinfo
@@ -0,0 +1,2 @@
+MD5 (dosdetector-20050605.tar.gz) = f64cbe22ea02e7ec49255b34abdf7098
+SIZE (dosdetector-20050605.tar.gz) = 162690
diff --git a/net/dosdetector/pkg-descr b/net/dosdetector/pkg-descr
new file mode 100644
index 000000000000..75eaf666ffad
--- /dev/null
+++ b/net/dosdetector/pkg-descr
@@ -0,0 +1,10 @@
+DoSDetector analyzes and detects suspicious IP traffic and alerts about it.
+It can detect worm traffic, SYN flood, icmp flood, udp flood attacks and more.
+
+It's configurable via a rule set; when an IP exceeds the score limit,
+DoSDetector prints a warning.
+
+WWW: http://darkzone.ma.cx/resources/unix/dosdetector/
+
+- msciciel
+msciciel@darkzone.ma.cx