From 76c658648083214677c63ccffd5e41a5dca8d9bf Mon Sep 17 00:00:00 2001 From: barner Date: Mon, 6 Jun 2005 00:26:27 +0000 Subject: 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 --- net/dosdetector/Makefile | 24 ++++++++++++++++++++++++ net/dosdetector/distinfo | 2 ++ net/dosdetector/pkg-descr | 10 ++++++++++ 3 files changed, 36 insertions(+) create mode 100644 net/dosdetector/Makefile create mode 100644 net/dosdetector/distinfo create mode 100644 net/dosdetector/pkg-descr (limited to 'net/dosdetector') 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 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 -- cgit