diff options
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-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 |
5 files changed, 50 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 50dc50f19f17..42e7a3b2a64c 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -124,6 +124,7 @@ SUBDIR += p5-Telnet-Cisco SUBDIR += p5-Tie-NetAddr-IP SUBDIR += packit + SUBDIR += pads SUBDIR += pancho SUBDIR += php4-snmp SUBDIR += php5-snmp 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%% |