Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2013 08:29:35 GMT
From:      Olivier Cochard-Labbe <olivier@cochard.me>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177575: new port: security/rcracki_mt
Message-ID:  <201304020829.r328TZpD028717@red.freebsd.org>
Resent-Message-ID: <201304020830.r328U1Gf040047@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177575
>Category:       ports
>Synopsis:       new port: security/rcracki_mt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 02 08:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Cochard-Labbe
>Release:        9.1-RELEASE
>Organization:
>Environment:
FreeBSD dev.bsdrp.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
security/rcracki_mt is the tool to be used with the (hybrid and indexed) rainbowtables freely available here: http://www.freerainbowtables.com/

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rcracki_mt
#	rcracki_mt/pkg-descr
#	rcracki_mt/distinfo
#	rcracki_mt/Makefile
#
echo c - rcracki_mt
mkdir -p rcracki_mt > /dev/null 2>&1
echo x - rcracki_mt/pkg-descr
sed 's/^X//' >rcracki_mt/pkg-descr << 'a2d688fd8b098ef8183061178148970a'
XModified version of rcrack which supports hybrid and indexed tables.
XIn addition to that, it also adds multi-core support.
X
XWWW: http://www.freerainbowtables.com
a2d688fd8b098ef8183061178148970a
echo x - rcracki_mt/distinfo
sed 's/^X//' >rcracki_mt/distinfo << '858f1bb458c0fc8fee44518cd7325274'
XSHA256 (rcracki_mt_0.7.0_src.7z) = 904c73d040fa91b0871907fc772da977b273579ee42036ab2596f3d3a644a000
XSIZE (rcracki_mt_0.7.0_src.7z) = 171634
858f1bb458c0fc8fee44518cd7325274
echo x - rcracki_mt/Makefile
sed 's/^X//' >rcracki_mt/Makefile << 'efa3143af57480f521734ae6df372411'
X# $FreeBSD$
X
XPORTNAME=	rcracki_mt
XPORTVERSION=	0.7.0
XCATEGORIES=	security
XMASTER_SITES=	SF/rcracki/rcracki_mt/rcracki_mt_${PORTVERSION}
XDISTNAME=	${PORTNAME}_${PORTVERSION}_src
XEXTRACT_SUFX=	.7z
X
XMAINTAINER=	olivier@cochard.me
XCOMMENT=	Rainbow table based crack tool
X
XLICENSE=	GPLv2
X
XEXTRACT_DEPENDS=	7z:${PORTSDIR}/archivers/p7zip
X
XWRKSRC=	${WRKDIR}/${DISTNAME}/${PORTNAME}
X
XUSE_GMAKE=	yes
XP7ZIP_CMD=	${LOCALBASE}/bin/7z
XP7ZIP_ARGS=	x -o${WRKDIR}
X
XPLIST_FILES=	bin/${PORTNAME}
X
Xdo-extract:
X	@${MKDIR} ${WRKDIR} && ${P7ZIP_CMD} ${P7ZIP_ARGS} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
efa3143af57480f521734ae6df372411
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304020829.r328TZpD028717>