cvs commit: src/tools/tools/net80211/wesside/wesside Makefile
aircrack-ptw-lib.c aircrack-ptw-lib.h wesside.c
Sam Leffler
sam at FreeBSD.org
Sun Apr 8 21:18:16 UTC 2007
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 at 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
More information about the cvs-src
mailing list