diff options
author | jseger <jseger@FreeBSD.org> | 1998-12-25 04:49:06 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-12-25 04:49:06 +0800 |
commit | 675ca4c96aa9644b7bd3fe2a092ea40d167a735d (patch) | |
tree | 1a3957f001fa3577c42f3d30766dccf39044d5df /security/sniff/Makefile | |
parent | 1585ad2c6050d9a9feda6a4a8692dd0140073300 (diff) | |
download | freebsd-ports-gnome-675ca4c96aa9644b7bd3fe2a092ea40d167a735d.tar.gz freebsd-ports-gnome-675ca4c96aa9644b7bd3fe2a092ea40d167a735d.tar.zst freebsd-ports-gnome-675ca4c96aa9644b7bd3fe2a092ea40d167a735d.zip |
Import of sniff v1.0
This program filters the tcpump raw packet data looking for logins and
passwords on the most commonly used tcp ports (ftp telnet pop3 ...).
It dumps sniffed data to a file named sniff.log
PR: 9039
Submitted by: admin@righi.ml.org
Diffstat (limited to 'security/sniff/Makefile')
-rw-r--r-- | security/sniff/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile new file mode 100644 index 000000000000..4c344fc01f6d --- /dev/null +++ b/security/sniff/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: sniff +# Version required: 1.0 +# Date created: 7 December 1998 +# Whom: Rick & Samu +# +# $Id$ +# + +DISTNAME= sniff-1.0 +CATEGORIES= security +MASTER_SITES= ftp://righi.df.unibo.it/pub/sniff/ + +MAINTAINER= veraldi@cs.unibo.it + +MAN1= sniff.1 +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= configure + +.include <bsd.port.mk> |