ChangeLog
上传用户:fubang
上传日期:2009-06-18
资源大小:2071k
文件大小:10k
源码类别:

其他

开发平台:

Unix_Linux

  1. Version 2.41 released on 2005-11-22. Changes from version 2.4:
  2.         * airodump: show probing clients as "not associated"
  3.         * airodump: don't substract the noise level unless madwifi
  4.         * airodump: fixed channel hopping with old orinoco
  5.         * airmon.sh: added detection of the zd1211 driver
  6. Version 2.4 released on 2005-11-12. Changes from version 2.3:
  7.         * airodump: display ESSIDs from Probe Requests
  8.         * airodump: don't overwrite existing capture files
  9.         * airodump: create a logfile of the gps coordinates
  10.         * airodump: every 20s, sort the detected APs by power
  11.         * airodump: display the remaining battery capacity
  12.         * airodump: use ioctl() instead of calling iwconfig
  13.         * airodump: added support for radiotap headers
  14.         * aireplay: added option -j (FromDS packet injection)
  15.         * aireplay: added prismheader support for rt2500 / rt2570
  16.         * aireplay: fixed attack -0 when injecting on ralink usb
  17.         * aireplay: fixed attack -3 (ring buffer / deauth problem)
  18.         * aircrack: don't bruteforce the last 2 keybytes by default
  19.         * aircrack: changed the fudge factor type to float
  20.         * aircrack: added option -t (restrict keyspace to BCD)
  21.         * aircrack: fixed the check_wep_key false positive bug
  22.         * aircrack: fixed overflow of the number of tested keys
  23.         * aircrack: lower number of required IVs if -d is used
  24.         * mergeivs and pcap2ivs: initial release
  25. Version 2.3 released on 2005-08-28. Changes from version 2.23:
  26.         * aireplay: added patch for injection on Ralink USB
  27.         * aireplay: improved deauthentication attack (-c flag)
  28.         * aireplay: don't enable the prism header on athXraw
  29.         * airodump: fixed rare hanging problem in dump_write_csv
  30.         * airodump: workaround for ipw2200 wep data corruption bug
  31.         * airodump: tweaked dump_print to make more space for ESSID
  32.         * aircrack: added support for 152-bit WEP cracking
  33.         * updated the documentation and merged versioning patch
  34. Version 2.23 released on 2005-08-17. Changes from version 2.22:
  35.         * aireplay: updated the madwifi patch, fixes WEP/WPA support
  36.         * airodump: fixed a few buffer overflows, code cleanup for gcc4
  37.         * aircrack: also printf the WEP key if >= 75% ASCII caracters
  38. Version 2.22 released on 2005-08-14. Changes from version 2.21:
  39.         * aireplay: now compatible with madwifi CVS 2005-08-14
  40.         * airodump: fixed the output power with newer madwifi
  41. Version 2.21 released on 2005-08-09. Changes from version 2.2:
  42.         * airodump: forcefully exit when user presses Ctrl-C
  43.         * airodump: bugfixed (yet again) ESSID uncloacking
  44.         * airodump: re-create the ivs file if no header present
  45.         * aircrack: changed the default fudge factor back to 2
  46.         * airdecap: fixed the incorrect output pcap header length
  47. Version 2.2 released on 2005-08-03. Changes from version 2.2-beta12:
  48.         * aireplay: (attack 1) added G rates in the association request
  49.         * fixed the Makefile for compilation on FreeBSD / Mac OS X
  50. Version 2.2-beta12 released on 2005-07-30. Changes from version 2.2-beta11:
  51.         * aireplay: bugfixed the madwifi patch, switched to 20050707
  52.         * aireplay: avoid triggering "protocol XX00 is buggy" messages
  53.         * airodump: don't reset the card when hopping between channels
  54.         * airodump: ipw2200 didn't like calling "iwpriv ethX monitor 1"
  55.         * airodump: added support for airodump on WRT54G / OpenWRT
  56.         * airodump: commit the .txt statistics file every 20 seconds
  57.         * aircrack: increased the default fudge factor (3 for WEP-104)
  58. Version 2.2-beta11 released on 2005-07-27. Changes from version 2.2-beta10:
  59.         * aireplay: updated the madwifi patch to inject in b/g mode
  60.         * aireplay: fixed attack 2 (it wrongly swapped the smac & dmac)
  61.         * aircrack: (cygwin) added O_BINARY flag to force binary mode
  62. Version 2.2-beta10 released on 2005-07-23. Changes from version 2.2-beta9:
  63.         * aireplay: fixed the status line not showing in attack -3
  64.         * aireplay: updated the madwifi and hostap injection patches
  65.         * aireplay: added patches for injection on rt2500 and rtl8180
  66.         * aircrack: added detection of 802.1d in check_wep_key
  67.         * airodump: restore prismheader link level info w/ hostap
  68.         * airodump: create the output file if there's no pcap header
  69.         * airdecap: added flag -l to disable ethernet conversion
  70.         * updated the win32 port and rewrote the documentation
  71. Version 2.2-beta9 released on 2005-07-21. Changes from version 2.2-beta8:
  72.         * aireplay: fixed the invalid rtc file descriptor bug
  73.         * aircrack: actually fixed the prism header endianness bug
  74. Version 2.2-beta8 released on 2005-07-21. Changes from version 2.2-beta7:
  75.         * aireplay: specify the deauth count instead of delay
  76.         * aircrack: fixed an endianness issue with the prism header
  77.         * aircrack: added the experimental single bruteforce attack
  78.         * airodump: do enable the prismheader with wlan-ng
  79.         * airodump: WEP/WPA: show the number of data packets
  80.         * airodump: show total number of captured beacon packets
  81.         * airodump: orinoco: fixed "iwpriv ethX monitor 1" command
  82.         * airdecap: fixed an endianness issue with the packet length
  83.         * airdecap: skip already processed duplicate packets
  84. Version 2.2-beta7 released on 2005-07-14. Changes from version 2.2-beta6:
  85.         * airodump: don't enable the prismheader with wlan-ng
  86.         * aircrack: fixed check_wepkey() to avoid false positives
  87.         * completed the preliminary win32 port
  88. Version 2.2-beta6 released on 2005-07-12. Changes from version 2.2-beta5:
  89.         * aireplay: fixed injection of fromds packets on Prism2
  90.         * aireplay: attack 0: target access point must be specified
  91.         * aireplay: attack 1: allow the user to change reauth delay
  92.         * aircrack: fixed race condition when realloc() ap->ivbuf
  93.         * airodump: fixed endianness issue when parsing prism header
  94. Version 2.2-beta5 released on 2005-07-10. Changes from version 2.2-beta4:
  95.         * aireplay: added patch for single-nic injection on hostap
  96.         * aireplay: fixed chopchop attack in non-authenticated mode
  97.         * aireplay: don't flood the AP with authentication requests
  98.         * aircrack: bruteforce the last two keybytes by default
  99.         * aircrack: improved handling of partial WPA handshakes
  100.         * aircrack, airdecap: added WPA2 (RSN / 802.11i) support
  101. Version 2.2-beta4 released on 2005-07-03. Changes from version 2.2-beta3:
  102.         * aircrack: new option to restrict WEP search space to ascii
  103.         * aircrack: fixed concurrency bug with multiple .cap files
  104.         * aircrack: fixed incorrect detection of WPA CCMP handshakes
  105.         * aircrack: fixed incorrect handling of HMAC-SHA1 WPA MIC
  106.         * aireplay: fixed deauth problem when chopchoping a packet
  107.         * aireplay: added a workaround for error "Write buffer full"
  108.         * airodump: added support for prism header on prism54
  109.         * airodump: save the list of detected wireless clients
  110.         * airunwep: renamed to airdecap, added WPA decryption support
  111. Version 2.2-beta3 released on 2005-06-28. Changes from version 2.2-beta2:
  112.         * aircrack: fixed the tracking of new IVs
  113.         * aireplay: fixed the CPU usage bug in attack 3
  114.         * when reading pcap files, check the packet length
  115. Version 2.2-beta2 released on 2005-06-27. Changes from version 2.2-beta1:
  116.         * aireplay: added fully automated ARP replay attack
  117.         * aireplay: added automated deauthentication attack
  118.         * aireplay: added fake authentication in Monitor mode
  119.         * aircrack: various pthread enhancements & bugfixes
  120. Version 2.2-beta1 released on 2005-06-22. Changes from version 2.1:
  121.         * aircrack: now auto-updates if new IVs are available
  122.         * aircrack: fixed #285441 (struct pcap_pkthdr on AMD64)
  123.         * aircrack: fixed the pcap endianness problem
  124.         * aircrack: added essid filtering option and quiet mode
  125.         * aircrack: only print status info every 1/20th second
  126.         * aircrack: added WPA-PSK cracking support from cowpatty
  127.         * aircrack: added EAPOL frame type detection and display
  128.         * aircrack: each korek attack can be disabled selectively
  129.         * airodump: added 802.11 b/g (2.4 GHz) channel hopping
  130.         * airodump: added a file format for logging only the IVs
  131.         * airodump: CRC is properly removed if driver is madwifi
  132.         * airodump: input packets can be read from a pcap file
  133.         * airodump: bugfixed WPA detection and ESSID uncloaking
  134.         * airodump: also display a list of detected stations
  135.         * aireplay: implemented chopchop and arp-forgery
  136.         * aireplay: added patches for single-nic injection
  137.         * 802ether: bugfixed and renamed to airunwep
  138. Version 2.1 released on 2004-10-01. Changes from version 2.0.2:
  139.         * added 11g and WPA detection support in airodump
  140.         * aircrack automatically avoids using WPA IVs
  141.         * aircrack can break 256-bit and 512-bit WEP keys
  142.         * win32 - fixed yet again the "missed IVs" bug
  143.         * win32 - ported the 802ether WEP decryptor program
  144. Version 2.0.2 released on 2004-09-24. Changes from version 2.0.1:
  145.         * win32 - added the WZCOOK key recovery program
  146.         * fixed a bug in the BSSID iteration code in airodump
  147.         * completely rewrote the documentation, moved to /docs
  148. Version 2.0.1 released on 2004-09-21. Changes from version 2.0:
  149.         * win32 - fixed the channel reset bug
  150.         * win32 - fixed the "missed IVs"  bug
  151.         * win32 - rewrote drivers.txt
  152. Version 2.0 released on 2004-09-03. Changes from version 1.4:
  153.         * native win32 port of airodump and aircrack
  154.         * aireplay better spots potential arp-requests
  155. Version 1.4 released on 2004-08-26. Changes from version 1.3:
  156.         * fixed check_wepkey, works with exotic LLC headers
  157.         * airodump prints lots of information, Kismet-style
  158. Version 1.3 released on 2004-08-19. Changes from version 1.2:
  159.         * bugfixed and improved KoreK's code
  160. * renamed airunwep to 802ether
  161. Version 1.2 released on 2004-08-17. Changes from version 1.1:
  162.         * implemented KoreK's advanced WEP attacks
  163.         * completely rewrote the SMP engine
  164. Version 1.1 released on 2004-08-11. Changes from version 1.0:
  165.         * implemented WEP arp-requests replay attack
  166.         * improved the fudge calculation algorithm
  167.         * added multi-processor support
  168. Version 1.0 released on 2004-07-29