diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-05-03 22:12:03 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-05-03 22:12:03 +0000 |
commit | 29b971ce5d326d75f85a1761054b3401a3650417 (patch) | |
tree | 4407f295a479e51aa765a12dab3727b4a2665d07 /security | |
parent | ebd9dccb6689ffedaa3bd8fc38b8b89ce255adba (diff) | |
download | FreeBSD-ports-29b971ce5d326d75f85a1761054b3401a3650417.zip FreeBSD-ports-29b971ce5d326d75f85a1761054b3401a3650417.tar.gz |
Add kripp 0.2, lightweight network password sniffer.
PR: 51347
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/kripp/Makefile | 25 | ||||
-rw-r--r-- | security/kripp/distinfo | 1 | ||||
-rw-r--r-- | security/kripp/pkg-descr | 6 | ||||
-rw-r--r-- | security/kripp/pkg-plist | 1 |
5 files changed, 34 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index adfd54b..e0ee2e7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -110,6 +110,7 @@ SUBDIR += krb4 SUBDIR += krb5 SUBDIR += krb5-beta + SUBDIR += kripp SUBDIR += kssh SUBDIR += l0pht-watch SUBDIR += l0phtcrack diff --git a/security/kripp/Makefile b/security/kripp/Makefile new file mode 100644 index 0000000..d311226 --- /dev/null +++ b/security/kripp/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: kripp +# Date created: Apr 23, 2003 +# Whom: Jim Geovedi <jim@corebsd.or.id> +# +# $FreeBSD$ +# + +PORTNAME= kripp +PORTVERSION= 0.2 +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PACKETSTORM} \ + http://konst.org.ua/download/ +MASTER_SITE_SUBDIR= sniffers + +MAINTAINER= jim@corebsd.or.id +COMMENT= Lightweight network password sniffer + +NO_BUILD= Yes +MAN1= kripp.1 + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/kripp ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/kripp.1 ${MANPREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/security/kripp/distinfo b/security/kripp/distinfo new file mode 100644 index 0000000..c06113b --- /dev/null +++ b/security/kripp/distinfo @@ -0,0 +1 @@ +MD5 (kripp-0.2.tar.gz) = 68e3f5a5a11a64ab59033b25317d5f01 diff --git a/security/kripp/pkg-descr b/security/kripp/pkg-descr new file mode 100644 index 0000000..f60b9f5 --- /dev/null +++ b/security/kripp/pkg-descr @@ -0,0 +1,6 @@ +KRIPP is a very simple and extremely lightweight network passwords +sniffer written in Perl, which uses only the tcpdump utility as an +underlying traffic interceptor. Supported protocols are ICQ, POP3, +FTP and HTTP. + +WWW: http://konst.org.ua/kripp diff --git a/security/kripp/pkg-plist b/security/kripp/pkg-plist new file mode 100644 index 0000000..ebb9fb7 --- /dev/null +++ b/security/kripp/pkg-plist @@ -0,0 +1 @@ +bin/kripp |