diff options
author | barner <barner@FreeBSD.org> | 2005-06-06 08:26:27 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-06-06 08:26:27 +0800 |
commit | 76c658648083214677c63ccffd5e41a5dca8d9bf (patch) | |
tree | 6812c4dfb7945441fd323de0742841a94e96b21a /net/dosdetector | |
parent | 910f62512bf9da694793daa3a43e548751e64d59 (diff) | |
download | freebsd-ports-gnome-76c658648083214677c63ccffd5e41a5dca8d9bf.tar.gz freebsd-ports-gnome-76c658648083214677c63ccffd5e41a5dca8d9bf.tar.zst freebsd-ports-gnome-76c658648083214677c63ccffd5e41a5dca8d9bf.zip |
Add dosdetector 0.0, detect suspicious network traffic.
The port will be based on dated CVS snapshots until the release of version 1.0
(thus PORTVERSION 0.0).
PR: 81917
Submitted by: Krzysztof Pawlowski <msciciel@darkzone.ma.cx>
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 |