Add kripp 0.2, lightweight network password sniffer.

PR:		51347
Submitted by:	Jim Geovedi <jim@corebsd.or.id>
This commit is contained in:
Vanilla I. Shu 2003-05-03 22:12:03 +00:00
parent 9c753c0b11
commit e61e9626b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80081
5 changed files with 34 additions and 0 deletions

View File

@ -110,6 +110,7 @@
SUBDIR += krb4
SUBDIR += krb5
SUBDIR += krb5-beta
SUBDIR += kripp
SUBDIR += kssh
SUBDIR += l0pht-watch
SUBDIR += l0phtcrack

25
security/kripp/Makefile Normal file
View File

@ -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>

1
security/kripp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (kripp-0.2.tar.gz) = 68e3f5a5a11a64ab59033b25317d5f01

6
security/kripp/pkg-descr Normal file
View File

@ -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

1
security/kripp/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/kripp