aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-12-25 04:49:06 +0800
committerjseger <jseger@FreeBSD.org>1998-12-25 04:49:06 +0800
commit675ca4c96aa9644b7bd3fe2a092ea40d167a735d (patch)
tree1a3957f001fa3577c42f3d30766dccf39044d5df
parent1585ad2c6050d9a9feda6a4a8692dd0140073300 (diff)
downloadfreebsd-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
-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 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