diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-24 20:49:06 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-24 20:49:06 +0000 |
commit | 0f04866b52991647114013cf7863f7faf64ee0bc (patch) | |
tree | 4165334e449c8fffed4fa421fae59e396f75315f /security | |
parent | da78791fe16d455bdd603f2d0ac70b4cbda7aa07 (diff) | |
download | ports-0f04866b52991647114013cf7863f7faf64ee0bc.tar.gz ports-0f04866b52991647114013cf7863f7faf64ee0bc.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
Notes
Notes:
svn path=/head/; revision=15603
Diffstat (limited to 'security')
-rw-r--r-- | security/sniff/Makefile | 19 | ||||
-rw-r--r-- | security/sniff/distinfo | 1 | ||||
-rw-r--r-- | security/sniff/pkg-comment | 1 | ||||
-rw-r--r-- | security/sniff/pkg-descr | 3 | ||||
-rw-r--r-- | security/sniff/pkg-plist | 1 |
5 files changed, 25 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> diff --git a/security/sniff/distinfo b/security/sniff/distinfo new file mode 100644 index 000000000000..e20db7555522 --- /dev/null +++ b/security/sniff/distinfo @@ -0,0 +1 @@ +MD5 (sniff-1.0.tar.gz) = 7843cbd6241834234c8cc44204fb2dc5 diff --git a/security/sniff/pkg-comment b/security/sniff/pkg-comment new file mode 100644 index 000000000000..6f5d6013ae05 --- /dev/null +++ b/security/sniff/pkg-comment @@ -0,0 +1 @@ +Program to sniff logins and passwords diff --git a/security/sniff/pkg-descr b/security/sniff/pkg-descr new file mode 100644 index 000000000000..21c5da3a8fbe --- /dev/null +++ b/security/sniff/pkg-descr @@ -0,0 +1,3 @@ +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 diff --git a/security/sniff/pkg-plist b/security/sniff/pkg-plist new file mode 100644 index 000000000000..0093b6975127 --- /dev/null +++ b/security/sniff/pkg-plist @@ -0,0 +1 @@ +sbin/sniff |