New port: rcracki_mt
Rainbow table based crack tool WWW: http://www.freerainbowtables.com PR: ports/177575 Submitted by: Olivier Cochard-Labbe Approved by: eadler (mentor)
This commit is contained in:
parent
57032d8e40
commit
f1ff16fa11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317245
4 changed files with 48 additions and 0 deletions
|
@ -826,6 +826,7 @@
|
|||
SUBDIR += razorback-syslogNugget
|
||||
SUBDIR += razorback-virusTotal
|
||||
SUBDIR += razorback-yaraNugget
|
||||
SUBDIR += rcracki_mt
|
||||
SUBDIR += rdigest
|
||||
SUBDIR += regripper
|
||||
SUBDIR += regripperplugins
|
||||
|
|
41
security/rcracki_mt/Makefile
Normal file
41
security/rcracki_mt/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rcracki_mt
|
||||
PORTVERSION= 0.7.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/rcracki/rcracki_mt/rcracki_mt_${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}_src
|
||||
EXTRACT_SUFX= .7z
|
||||
|
||||
MAINTAINER= olivier@cochard.me
|
||||
COMMENT= Rainbow table based crack tool
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
EXTRACT_DEPENDS=7z:${PORTSDIR}/archivers/p7zip
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
|
||||
|
||||
USE_GMAKE= yes
|
||||
EXTRACT_CMD= ${LOCALBASE}/bin/7z
|
||||
EXTRACT_BEFORE_ARGS=x -o${WRKDIR}
|
||||
EXTRACT_AFTER_ARGS=
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
PORTDOCS= ChangeLog.txt README.txt
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,CC = g++,CXX ?= g++, ; s,CFLAGS =,CXXFLAGS +=, ; \
|
||||
s,-lpthread,${PTHREAD_LIBS}, ; s,CC,CXX, ; s,CFLAGS,CXXFLAGS,' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/rcracki_mt/distinfo
Normal file
2
security/rcracki_mt/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rcracki_mt_0.7.0_src.7z) = 904c73d040fa91b0871907fc772da977b273579ee42036ab2596f3d3a644a000
|
||||
SIZE (rcracki_mt_0.7.0_src.7z) = 171634
|
4
security/rcracki_mt/pkg-descr
Normal file
4
security/rcracki_mt/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Modified version of rcrack which supports hybrid and indexed tables.
|
||||
In addition to that, it also adds multi-core support.
|
||||
|
||||
WWW: http://www.freerainbowtables.com
|
Loading…
Reference in a new issue