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/12/01 05:39] – 1.2-beta2 release mister_xchangelog [2014/11/01 02:31] – Updated changelog for for 1.2 rc 1 mister_x
Line 1: Line 1:
 ====== Aircrack-ng Changelog ====== ====== Aircrack-ng Changelog ======
 +
 +**Version 1.2-rc1 (changes from aircrack-ng 1.2-beta3) - Released 31 October 2014:**
 +  * Airodump-ng should be able to parse the canonical oui file.
 +  * Airodump-ng: Fixed GPS stack overflow.
 +  * Airodump-ng: Fixed stopping cleanly with Ctrl-C.
 +  * Airmon-zc: better handling for when modules are not available (incomplete)
 +  * Airmon-zc: users can now start the monitor interface again to change channels
 +  * Airmon-zc: update to use ip instead of ifconfig if available.
 +  * Airmon-zc: better handling of devices without pci bus
 +  * Aireplay-ng: Fixed tcp_test stack overflow.
 +  * OSdep: Fixed libnl detection. Also avoid detection on non Linux systems.
 +  * OSdep: Fixed segmentation fault that happens with a malicious server.
 +  * Besside-ng: Add regular expression matching for the SSID.
 +  * Buddy-ng: Fixed segmentation fault.
 +  * Makefile: Fixed 'commands commence before first target' error when building Aircrack-ng.
 +  * Fixed segfault when changing the optimization when compiling with gcc thanks to Ramiro Polla.
 +  * Removed airdriver-ng (outdated and not meant for today's kernels)
 +  * Added gitignore file.
 +  * Fixed build issues on other compilers by using stdint.h types.
 +  * Updating installation file and added pkg-config as a requirement.
 +  * Various small fixes and improvements.
 +
 +**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:** **Version 1.2-beta2 (changes from aircrack-ng 1.2-beta1) - Released 30 November 2013:**
Line 26: Line 52:
   * 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 41: Line 67:
   * 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 71: Line 97:
   * 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 81: Line 107:
   * 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 201: Line 227:
   * 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 636: Line 662:
 ---- ----
  
-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