summaryrefslogtreecommitdiffstats
path: root/security/sniff
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-12-24 20:49:06 +0000
committerjseger <jseger@FreeBSD.org>1998-12-24 20:49:06 +0000
commit675ca4c96aa9644b7bd3fe2a092ea40d167a735d (patch)
tree1a3957f001fa3577c42f3d30766dccf39044d5df /security/sniff
parent1585ad2c6050d9a9feda6a4a8692dd0140073300 (diff)
downloadFreeBSD-ports-675ca4c96aa9644b7bd3fe2a092ea40d167a735d.zip
FreeBSD-ports-675ca4c96aa9644b7bd3fe2a092ea40d167a735d.tar.gz
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')
-rw-r--r--security/sniff/Makefile19
-rw-r--r--security/sniff/distinfo1
-rw-r--r--security/sniff/pkg-comment1
-rw-r--r--security/sniff/pkg-descr3
-rw-r--r--security/sniff/pkg-plist1
5 files changed, 25 insertions, 0 deletions
diff --git a/security/sniff/Makefile b/security/sniff/Makefile
new file mode 100644
index 0000000..4c344fc
--- /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 0000000..e20db75
--- /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 0000000..6f5d601
--- /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 0000000..21c5da3
--- /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 0000000..0093b69
--- /dev/null
+++ b/security/sniff/pkg-plist
@@ -0,0 +1 @@
+sbin/sniff
OpenPOWER on IntegriCloud