Date: Thu, 25 May 2006 19:46:29 +0200 (CEST) From: Lars Engels <lars.engels@0x20.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/97922: [NEW PORT] net-mgmt/aircrack-ng: Aircrack-ng is the next generation of aircrack Message-ID: <200605251746.k4PHkTIY014292@bart.bsd-geek.de> Resent-Message-ID: <200605251750.k4PHoBRG067581@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97922 >Category: ports >Synopsis: [NEW PORT] net-mgmt/aircrack-ng: Aircrack-ng is the next generation of aircrack >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 25 17:50:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Lars Engels >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD bart.bsd-geek.de 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue May 9 13:43:51 CEST >Description: aircrack is an 802.11 WEP and WPA-PSK keys cracking program that can recover this keys once enough encrypted packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, thus making the attack much faster compared to other WEP cracking tools. In fact aircrack is a set of tools for auditing wireless networks. Author: Lars Engels <lars.engels@0x20.net> WWW: http://http://www.aircrack-ng.org Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- aircrack-ng-0.5.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: # # aircrack-ng # aircrack-ng/pkg-descr # aircrack-ng/Makefile # aircrack-ng/pkg-message # aircrack-ng/distinfo # echo c - aircrack-ng mkdir -p aircrack-ng > /dev/null 2>&1 echo x - aircrack-ng/pkg-descr sed 's/^X//' >aircrack-ng/pkg-descr << 'END-of-aircrack-ng/pkg-descr' Xaircrack is an 802.11 WEP and WPA-PSK keys cracking program that can Xrecover this keys once enough encrypted packets have been captured. XIt implements the standard FMS attack along with some optimizations Xlike KoreK attacks, thus making the attack much faster compared to Xother WEP cracking tools. In fact aircrack is a set of tools for Xauditing wireless networks. X XAuthor: Lars Engels <lars.engels@0x20.net> XWWW: http://http://www.aircrack-ng.org END-of-aircrack-ng/pkg-descr echo x - aircrack-ng/Makefile sed 's/^X//' >aircrack-ng/Makefile << 'END-of-aircrack-ng/Makefile' X# New ports collection makefile for: aircrack-ng X# Date created: 2006-05-25 X# Whom: Lars Engels <lars.engels@0x20.net> X# X# $FreeBSD$ X# X XPORTNAME= aircrack-ng XPORTVERSION= 0.5 XCATEGORIES= net-mgmt XMASTER_SITES= http://download.aircrack-ng.org/ \ X http://bsd-geek.de/FreeBSD/distfiles/ X XMAINTAINER= lars.engels@0x20.net XCOMMENT= Aircrack-ng is the next generation of aircrack X XALL_TARGET= aircrack-ng airdecap-ng arpforge-ng ivstools kstats X XPLIST_FILES= bin/aircrack-ng bin/airdecap-ng bin/arpforge-ng bin/ivstools \ X bin/kstats XMAN1= aircrack-ng.1 airdecap-ng.1 arpforge-ng.1 ivstools.1 X X.include <bsd.port.pre.mk> X Xpost-patch: X @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile X @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/aircrack-ng ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/airdecap-ng ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/arpforge-ng ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/ivstools ${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/kstats ${PREFIX}/bin X.for manpage in ${MAN1} X ${INSTALL_MAN} ${WRKSRC}/manpages/${manpage} ${PREFIX}/man/man1 X.endfor X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.post.mk> END-of-aircrack-ng/Makefile echo x - aircrack-ng/pkg-message sed 's/^X//' >aircrack-ng/pkg-message << 'END-of-aircrack-ng/pkg-message' X====================================================================== XCurrently only airdecap-ng, arpforge-ng, aircrack-ng, ivstools and Xkstats can be compiled as aireplay-ng, airomon-ng and airodump-ng Xare too Linux-specific to be built on FreeBSD. XHowever aircrack-ng can read Kismet's dumpfile. X XIf you manage to patch the port so that the missing tools can be built Xon FreeBSD, please contact the port maintainer. X====================================================================== END-of-aircrack-ng/pkg-message echo x - aircrack-ng/distinfo sed 's/^X//' >aircrack-ng/distinfo << 'END-of-aircrack-ng/distinfo' XMD5 (aircrack-ng-0.5.tar.gz) = 303daa6f1b030f8f9a2f00542051b96c XSHA256 (aircrack-ng-0.5.tar.gz) = 09c6959671e2e96315d161cf34084461c194e5ab0a3007631cddf8bc3efe7f2e XSIZE (aircrack-ng-0.5.tar.gz) = 131156 END-of-aircrack-ng/distinfo exit --- aircrack-ng-0.5.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?200605251746.k4PHkTIY014292>