diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-03-13 13:13:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-03-13 13:13:41 +0000 |
commit | 7779abc7a86205fa10323eef4d41d43392304462 (patch) | |
tree | ada94014207a49549f7e3e6d5656cf6725caa8a3 /security/sniff/Makefile | |
parent | a4df455da60a75400611b6096b82aa1dd7976ef3 (diff) | |
download | pkgsrc-7779abc7a86205fa10323eef4d41d43392304462.tar.gz |
Initial import of sniff-1.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
Diffstat (limited to 'security/sniff/Makefile')
-rw-r--r-- | security/sniff/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile new file mode 100644 index 00000000000..54c35918b54 --- /dev/null +++ b/security/sniff/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/13 13:13:41 zuntum Exp $ +# + +DISTNAME= sniff-1.0 +CATEGORIES= security +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ + ftp://ftp.pl.freebsd.org/pub/FreeBSD/ports/distfiles/ + +MAINTAINER= zuntum@netbsd.org +COMMENT= Program to sniff logins and passwords + +HAS_CONFIGURE= YES + +MAKE_ENV+= "CC=${CC}" \ + "PREFIX=${PREFIX}" + +.include "../../mk/bsd.pkg.mk" |