diff options
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 adfd54b979bb..e0ee2e710ccf 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 000000000000..d311226741a9 --- /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 000000000000..c06113b2d3ec --- /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 000000000000..f60b9f500cf7 --- /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 000000000000..ebb9fb71a6c8 --- /dev/null +++ b/security/kripp/pkg-plist @@ -0,0 +1 @@ +bin/kripp |