Date: Sun, 8 Apr 2007 21:18:15 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/tools/net80211/wesside/wesside Makefile aircrack-ptw-lib.c aircrack-ptw-lib.h wesside.c Message-ID: <200704082118.l38LIGoZ010019@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2007-04-08 21:18:15 UTC FreeBSD src repository Modified files: tools/tools/net80211/wesside/wesside Makefile wesside.c Added files: tools/tools/net80211/wesside/wesside aircrack-ptw-lib.c aircrack-ptw-lib.h Log: Due to the recent "aircrack-ptw" WEP cracking discovery, I thought that it might be worth fixing a couple of bugs in wesside and making it use the new cracking technique. I think this enhancement makes the tool quite usable. It is possible to recover keys in only a couple of minutes. * Fix ACKs. Firmware will ACK data [just set the MAC addr correctly]. * Fix RX routines. Process all packets read(). * Use aircrack-ptw [built-in] rather than external aircrack. * Log data in pcap format so that it may be used by others [e.g. aircrack-ng]. Submitted by: Andrea Bittau <a.bittau@cs.ucl.ac.uk> Revision Changes Path 1.2 +1 -0 src/tools/tools/net80211/wesside/wesside/Makefile 1.1 +488 -0 src/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.c (new) 1.1 +83 -0 src/tools/tools/net80211/wesside/wesside/aircrack-ptw-lib.h (new) 1.2 +337 -163 src/tools/tools/net80211/wesside/wesside/wesside.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704082118.l38LIGoZ010019>