User Tools

Site Tools


changelog

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
changelog [2013/05/26 06:00] – 1.2 Beta 1 release mister_xchangelog [2014/05/13 05:36] – Fixed changelog mister_x
Line 1: Line 1:
 ====== Aircrack-ng Changelog ====== ====== Aircrack-ng Changelog ======
 +
 +**Version 1.2-beta3 (changes from aircrack-ng 1.2-beta2) - Released 31 March 2014:**
 +  * Finally properly fixed the buffer overflow.
 +  * Fixed channel parsing (eg 108, 125) and updated radiotap parser.
 +  * Various other small fixes.
 +
 +**Version 1.2-beta2 (changes from aircrack-ng 1.2-beta1) - Released 30 November 2013:**
 +  * Airbase-ng: Fixed order of IE when creating soft Access Point.
 +  * Airbase-ng: Fixed Caffe Latte Attack not working for all clients.
 +  * Aircrack-ng: Improved PTW speed thanks to Ramiro Polla.
 +  * Airmon-zc: Fixed improper use of the interface.
 +  * Airdecap-ng: Fixed decoding captures with WMM enabled.
 +  * Various: Fixed memory leaks in Aircrack-ng, Aireplay-ng, OSdep.
 +  * Added support for static analysis using Coverity Scan.
 +  * Fixed compilation due to PIC unfriendly assembly on Gentoo hardened.
 +  * Fixed running tests using 'make check'.
 +  * Fixed building aircrack-ng with recent version of gcc and also on cygwin.
 +  * Various other small fixes.
  
 **Version 1.2-beta1 (changes from aircrack-ng 1.1) - Released 25 May 2013:** **Version 1.2-beta1 (changes from aircrack-ng 1.1) - Released 25 May 2013:**
Line 13: Line 31:
   * Airmon-ng: Added detection for WiLink TI driver, rtl819xU, iwlwifi.   * Airmon-ng: Added detection for WiLink TI driver, rtl819xU, iwlwifi.
   * Airmon-zc: Improved version of Airmon-ng with more detailled information.   * Airmon-zc: Improved version of Airmon-ng with more detailled information.
-  * Airdecap-ng: Fixed decoding QoS frames (Closes: #667 and #858).+  * Airdecap-ng: Fixed decoding QoS frames (Closes: [[http://trac.aircrack-ng.org/ticket/667|#667]] and [[http://trac.aircrack-ng.org/ticket/858|#858]]).
   * Airgraph-ng: Use Aircrack-ng Makefile instead of its own.   * Airgraph-ng: Use Aircrack-ng Makefile instead of its own.
   * Airbase-ng: Fixed bug using clients list.   * Airbase-ng: Fixed bug using clients list.
-  * Airbase-ng: Fixed issue with QoS (ticket #760).+  * Airbase-ng: Fixed issue with QoS (ticket [[http://trac.aircrack-ng.org/ticket/760|#760]]).
   * Airbase-ng: Fixed sending beacons with null SSID.   * Airbase-ng: Fixed sending beacons with null SSID.
   * Airbase-ng: Allow non ASCII ESSID   * Airbase-ng: Allow non ASCII ESSID
-  * Airodump-ng: Fixed buffer overflow (ticket #728).+  * Airodump-ng: Fixed buffer overflow (ticket [[http://trac.aircrack-ng.org/ticket/728|#728]]).
   * Airodump-ng: Fixed channel parsing.   * Airodump-ng: Fixed channel parsing.
   * Airodump-ng: Fixed FreeBSD battery reading.   * Airodump-ng: Fixed FreeBSD battery reading.
Line 28: Line 46:
   * Airodump-ng: Add option --manufacturer to display manufacturer column on airodump-ng.   * Airodump-ng: Add option --manufacturer to display manufacturer column on airodump-ng.
   * Airodump-ng: Add feature to show APs uptime (--uptime) based on the timestamp.   * Airodump-ng: Add feature to show APs uptime (--uptime) based on the timestamp.
-  * Airodump-ng-OUI-update: Fixed OUI URL and allow CURL redirect (ticket #829).+  * Airodump-ng-OUI-update: Fixed OUI URL and allow CURL redirect (ticket [[http://trac.aircrack-ng.org/ticket/829|#829]]).
   * Airdrop-ng: removed .py from file names.   * Airdrop-ng: removed .py from file names.
   * Airdrop-ng: Fixed bug in installer.   * Airdrop-ng: Fixed bug in installer.
Line 58: Line 76:
   * Wireless Panda: C# Library to parse Airodump-ng output files (and added example project).   * Wireless Panda: C# Library to parse Airodump-ng output files (and added example project).
   * OSdep (Linux): Setting fixed bitrates on mac80211 2.6.31 and up.   * OSdep (Linux): Setting fixed bitrates on mac80211 2.6.31 and up.
-  * OSdep (Linux): Added support for nl80211 thanks to impulse32. Use 'make libnl=true' to add netlink support (Ticket #1004).+  * OSdep (Linux): Added support for nl80211 thanks to impulse32. Use 'make libnl=true' to add netlink support (Ticket [[http://trac.aircrack-ng.org/ticket/1004|#1004]]).
   * Manpages: Improvement and fixes for Airgraph-ng, Airodump-ng, packetforge-ng, Aircrack-ng   * Manpages: Improvement and fixes for Airgraph-ng, Airodump-ng, packetforge-ng, Aircrack-ng
   * Manpages: Fixed various spelling issues and single quote issues.   * Manpages: Fixed various spelling issues and single quote issues.
Line 68: Line 86:
   * Finally fixed licensing issues.   * Finally fixed licensing issues.
   * Fixed endianness issues in most of the tools.   * Fixed endianness issues in most of the tools.
-  * Fixed cppcheck errors (Ticket #957).+  * Fixed cppcheck errors (Ticket [[http://trac.aircrack-ng.org/ticket/957|#957]]).
   * Fixed various compilation issues on Linux and Cygwin, GNU/Hurd, Darwin (OSX) and Sparc.   * Fixed various compilation issues on Linux and Cygwin, GNU/Hurd, Darwin (OSX) and Sparc.
   * Fixed compilation on recent gcc versions on Linux, Cygwin.   * Fixed compilation on recent gcc versions on Linux, Cygwin.
Line 188: Line 206:
   * airolib-ng: Added sample database in test/ directory.   * airolib-ng: Added sample database in test/ directory.
   * tkip-tun: New tool to inject on WPA1 with QoS enabled networks. Full description: decrypt packets comming from the AP in a TKIP network, which uses QoS (ieee802.11e). It also breaks the MIC Key for sending packets towards the Client correctly encrypted and signed. Stores plaintext packet and keystream in seperate files.   * tkip-tun: New tool to inject on WPA1 with QoS enabled networks. Full description: decrypt packets comming from the AP in a TKIP network, which uses QoS (ieee802.11e). It also breaks the MIC Key for sending packets towards the Client correctly encrypted and signed. Stores plaintext packet and keystream in seperate files.
-  * airbase-ng: Several improvments ( See http://trac.aircrack-ng.org/ticket/466 ).+  * airbase-ng: Several improvments ( See [[[[http://trac.aircrack-ng.org/ticket/466|http://trac.aircrack-ng.org/ticket/466]] ).
   * airbase-ng: Added compatibility with some clients. added random source IPs and MACs for cfrag attack (-N) to evade simple flood protection.   * airbase-ng: Added compatibility with some clients. added random source IPs and MACs for cfrag attack (-N) to evade simple flood protection.
   * airmon-ng: Fixed some 'unary operator expected' errors.   * airmon-ng: Fixed some 'unary operator expected' errors.
Line 623: Line 641:
 ---- ----
  
-for the original [[changelog_aircrack|Aircrack Changelog]] +for the original [[changelog_aircrack|Aircrack Changelog]]
changelog.txt · Last modified: 2022/05/11 02:51 by mister_x