1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
New in v0.2.0:
* Packets are sorted based on the SSID of the associated AP, allowing
packets from several APs to be captured simultaneously without
hindering the crack operation
* Cracking is attempted in parallel with capture. There is no need to
guess whether you have enough packets to obtain a successful crack.
Packet capture for a given AP terminates when that AP is cracked.
A couple of cracking parameters are configurable in the Preferences
dialog.
* The GUI may be a bit buggy as I did not take the time to learn about
using GTK in a mutli-threading environment. If anyone wants to look
into improving reliability I am all for it.
* An increased set of IVs that result in a resolved condition is
accepted.
* airsnort sets the channel to sniff on via direct communication with
the nic. There is no need to place the card in promiscuous mode
prior to starting airsnort. Also, airsnort now has a crude channel
scanning capability built in.
* Orinoco WaveLAN/IEEE cards are now supported, via a patch to the
orinoco_cs driver (actually the orinoco.o module) available for
the pcmcia-cs-3.1.31 source.
* Wireless device name is configurable in the Preferences dialog.
* It is even possible to start a session w/ a prism2 nic, pause it,
swap to an orinoco nic, and resume the session, without exiting
airsnort.
* The PF_PACKET interface available with a patch to linux-wlan-ng-0.1.13
and expected to be available in 0.1.14 is supported with a radio
button in the preferences dialog.
0.1.0
- Fixed bugs in RC4 that caused seg faults in certain cases, thanks
go to David Bradbury <dpbrad@au1.ibm.com> for the basis of the fix.
- Fixed line continuation problem in crc-32.
- Fixed timeout problem: thanks to Bob Plotts <plotts@monmouth.com>
- Added support for hex style keys in decrypt.cc and gencases.cc
|