diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-02-21 07:43:33 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-02-21 07:43:33 +0000 |
commit | 88adfbc2cb3b51e238396b2d7f267f4c19595e23 (patch) | |
tree | 36089191f187624c5f6920c85a42b1bfbfbe1210 /net-mgmt/pads | |
parent | 52aab8a6d0d8ada5a7c58d29c16086911382bd20 (diff) | |
download | ports-88adfbc2cb3b51e238396b2d7f267f4c19595e23.tar.gz ports-88adfbc2cb3b51e238396b2d7f267f4c19595e23.zip |
Notes
Diffstat (limited to 'net-mgmt/pads')
-rw-r--r-- | net-mgmt/pads/Makefile | 23 | ||||
-rw-r--r-- | net-mgmt/pads/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/pads/pkg-descr | 19 | ||||
-rw-r--r-- | net-mgmt/pads/pkg-plist | 5 |
4 files changed, 49 insertions, 0 deletions
diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile new file mode 100644 index 000000000000..832e73d1e4a5 --- /dev/null +++ b/net-mgmt/pads/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: pads +# Date created: 21 Feburary 2005 +# Whom: Andrew Thompson <andy@fud.org.nz> +# +# $FreeBSD$ +# + +PORTNAME= pads +PORTVERSION= 1.1.3 +CATEGORIES= net-mgmt +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= passive + +MAINTAINER= andy@fud.org.nz +COMMENT= Passively detect network assets + +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre + +GNU_CONFIGURE= yes + +MAN8= pads.8 pads-report.8 + +.include <bsd.port.mk> diff --git a/net-mgmt/pads/distinfo b/net-mgmt/pads/distinfo new file mode 100644 index 000000000000..eb6068848b1c --- /dev/null +++ b/net-mgmt/pads/distinfo @@ -0,0 +1,2 @@ +MD5 (pads-1.1.3.tar.gz) = 659063d820ebea77f64aaab28df7e806 +SIZE (pads-1.1.3.tar.gz) = 628536 diff --git a/net-mgmt/pads/pkg-descr b/net-mgmt/pads/pkg-descr new file mode 100644 index 000000000000..ec681769e17c --- /dev/null +++ b/net-mgmt/pads/pkg-descr @@ -0,0 +1,19 @@ +PADS is a signature based detection engine used to passively detect +network assets. It is designed to complement IDS technology by +providing context to IDS alerts. + +Goals: + +* Passive: Records and identifies traffic seen on a network without + actively "scanning" a system. There will never be a packet sent + from the pads applications. + +* Portable: Has the ability to be placed easily on a remote system. + Does not require additional external libraries other than those + associated with libpcap. + +* Lightweight: Logging is sent to a simple CSV file. There is no need + for a database or other data repository installed on the local + machine. All correlation is done outside of the pads program. + +WWW: http://passive.sourceforge.net diff --git a/net-mgmt/pads/pkg-plist b/net-mgmt/pads/pkg-plist new file mode 100644 index 000000000000..0c9912ddc47e --- /dev/null +++ b/net-mgmt/pads/pkg-plist @@ -0,0 +1,5 @@ +bin/pads +bin/pads-report +%%DATADIR%%/pads-signature-list +%%DATADIR%%/pads-ether-codes +@dirrm %%DATADIR%% |