diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-06-06 00:26:27 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-06-06 00:26:27 +0000 |
commit | 696ec71898dca9f9d6379559573dd7c347796e8b (patch) | |
tree | 3e18019e7734dfc3c33ba356cac222e32e387d6b /net/dosdetector | |
parent | ce925b6849a02072731544c281b5c1772800eadb (diff) | |
download | ports-696ec71898dca9f9d6379559573dd7c347796e8b.tar.gz ports-696ec71898dca9f9d6379559573dd7c347796e8b.zip |
Notes
Diffstat (limited to 'net/dosdetector')
-rw-r--r-- | net/dosdetector/Makefile | 24 | ||||
-rw-r--r-- | net/dosdetector/distinfo | 2 | ||||
-rw-r--r-- | net/dosdetector/pkg-descr | 10 |
3 files changed, 36 insertions, 0 deletions
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 |