Date: Fri, 16 Jul 2004 19:02:26 +0200 (CEST) From: Stefan Walter <sw@gegenunendlich.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/69159: [NEW PORT] security/fcrackzip: Portable, fast and featureful ZIP password cracker Message-ID: <20040716170226.8DA0E34@garuda.dunkelkammer.void> Resent-Message-ID: <200407161710.i6GHAIrp045790@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 69159 >Category: ports >Synopsis: [NEW PORT] security/fcrackzip: Portable, fast and featureful ZIP password cracker >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: Fri Jul 16 17:10:17 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Stefan Walter >Release: FreeBSD 5.2-CURRENT i386 >Organization: Infinity Approximation Task Force >Environment: System: FreeBSD garuda.dunkelkammer.void 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Jun 25 15:55:20 CEST 2004 >Description: (Note: Built and tested on a -CURRENT i386 machine only. It should probably work on -STABLE and non-i386, too, though, but I currently have no way to check that.) Fcrackzip is a fast and featureful ZIP password cracker, written in portable C (and optional x86 assembly). It allows the user to recover forgotten ZIP archive passwords, using either a brute force or dictionary attack on the provided files. WWW: http://www.goof.com/pcg/marc/fcrackzip.html Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- fcrackzip-0.3.shar begins here --- # 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: # # fcrackzip # fcrackzip/Makefile # fcrackzip/distinfo # fcrackzip/pkg-descr # echo c - fcrackzip mkdir -p fcrackzip > /dev/null 2>&1 echo x - fcrackzip/Makefile sed 's/^X//' >fcrackzip/Makefile << 'END-of-fcrackzip/Makefile' X# New ports collection makefile for: fcrackzip X# Date created: 16 Jul 2004 X# Whom: Stefan Walter <sw@gegenunendlich.de> X# X# $FreeBSD$ X# X XPORTNAME= fcrackzip XPORTVERSION= 0.3 XCATEGORIES= security archivers XMASTER_SITES= http://www.goof.com/pcg/marc/data/ X XMAINTAINER= sw@gegenunendlich.de XCOMMENT= Portable, fast and featureful ZIP password cracker X XGNU_CONFIGURE= yes XUSE_REINPLACE= yes X XPLIST_FILES= bin/fcrackzip bin/fcrackzipinfo X.if !defined(NOPORTDOCS) XMAN1= fcrackzip.1 X.endif X Xpost-patch: X @${REINPLACE_CMD} -e 's/zipinfo/fcrackzipinfo/g' ${WRKSRC}/zipinfo.c X Xdo-install: X @${INSTALL_PROGRAM} ${WRKSRC}/fcrackzip ${PREFIX}/bin/ X @${INSTALL_PROGRAM} ${WRKSRC}/zipinfo ${PREFIX}/bin/fcrackzipinfo X.if !defined(NOPORTDOCS) X @${INSTALL_MAN} ${WRKSRC}/fcrackzip.1 ${PREFIX}/man/man1/ X.endif X X.include <bsd.port.mk> END-of-fcrackzip/Makefile echo x - fcrackzip/distinfo sed 's/^X//' >fcrackzip/distinfo << 'END-of-fcrackzip/distinfo' XMD5 (fcrackzip-0.3.tar.gz) = b45ee7f1491252be1d466036fb433de0 XSIZE (fcrackzip-0.3.tar.gz) = 103038 END-of-fcrackzip/distinfo echo x - fcrackzip/pkg-descr sed 's/^X//' >fcrackzip/pkg-descr << 'END-of-fcrackzip/pkg-descr' XFcrackzip is a fast and featureful ZIP password cracker, written in Xportable C (and optional x86 assembly). It allows the user to recover Xforgotten ZIP archive passwords, using either a brute force or Xdictionary attack on the provided files. X XWWW: http://www.goof.com/pcg/marc/fcrackzip.html END-of-fcrackzip/pkg-descr exit --- fcrackzip-0.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040716170226.8DA0E34>