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 [2015/04/10 15:16] – Aircrack-ng 1.2 RC2 mister_x
Line 1: Line 1:
 ====== Aircrack-ng Changelog ====== ====== Aircrack-ng Changelog ======
 +
 +**Version 1.2-rc2 (changes from aircrack-ng 1.2-rc1) - Released 10 April 2015:**
 +  * Airtun-ng: Adds WPA CCMP and TKIP decryption and CCMP encryption
 +  * Compilation: Added support for DUMA.
 +  * Makefile: Renamed 'unstable' to 'experimental'.
 +  * Airodump-ng: Fixed XML sanitizing.
 +  * Airmon-ng: Airmon-zc is now stable enough to replace airmon-ng.
 +  * Manpages: Removed airdriver-ng manpage and references to it (forgot to do it before the previous release).
 +  * Manpages: Updated 'see also' references in all manpages.
 +  * PCRE: Added it in various places and docs.
 +  * WZCook: Fixed processing values stored in register.
 +  * Updated a few headers files (if_llc, ieee80211, ethernet and if_arp).
 +  * Travis CI: updated make parameter and add testing with pcre.
 +  * Compilation: de-hardcode -lpcap to allow specifying pcap libraries.
 +  * Makefile: Fixed installing/uninstalling Airdrop-ng documentation files.
 +  * Makefile: Fixed uninstalling ext_scripts.
 +  * Airodump-ng: Added new paths (and removed one) for OUI files and simplified logic to find the OUI file.
 +  * Aircrack-ng: Fixed ignoring -p when specified after -S.
 +  * Airmon-ng: fixes for openwrt busybox ps/grep issues which do not seem present in other versions of busybox
 +  * Airmon-ng: fix vm detection.
 +  * Airserv-ng: Fixed channel setting (and assert call).
 +  * Airodump-ng: Fixes to NetXML (unassociated clients missing and various other small bugs) and update the code to match current NetXML output.
 +  * Airodump-ng: Removed requirement for 2 packets before AP is written to output (text) files.
 +  * Airodump-ng: Fixed formatting of ESSID and display of WPA/WPA2 (as well as a bunch of other small fixes) in CSV file.
 +  * Airodump-ng: Fixed GPSd.
 +  * Airodump-ng: Allow to specify write interval for CSV, kismet CSV and NetXML files.
 +  * Airserv-ng: Fixed wrong station data displayed in Airodump-ng.
 +  * General: Fixed 64 bit promotion issues.
 +  * General: Fixed a bunch of uninitialized values and non-zeroed structures (upon allocating them).
 +  * General: Added Stack protection.
 +  * Various other small fixes and improvements.
 +
 +**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 83:
   * 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 98:
   * 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 128:
   * 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 138:
   * 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 258:
   * 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 693:
 ---- ----
  
-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