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 [2016/02/15 02:52] – Updated changelog for 1.2 RC4 mister_xchangelog [2018/04/04 02:17] – Updated for 1.2 rc5 mister_x
Line 1: Line 1:
 ====== Aircrack-ng Changelog ====== ====== Aircrack-ng Changelog ======
 +
 +**Version 1.2-rc5 (changes from aircrack-ng 1.2-rc4) - Released 03 Apr 2018**:
 +  * General: Switching to autotools which allows compiling on more plateforms.
 +  * General: Updated README.md and INSTALLING files.
 +  * General: Fixed compilation on a lot of platforms.
 +  * General: Fixed compilation warnings across platforms and compilers.
 +  * General: Fixed typos in the tools and in manpages.
 +  * General: Replace %d/ld with %u/lu for unsigned printf parameters.
 +  * General: Added option to disable stack protector.
 +  * General: Improved makefile to get reproducible builds.
 +  * General: Fixed compilation with OpenSSL 1.1.0.
 +  * General: Updated radiotap parsing code.
 +  * General: Updated all URLs to use HTTPS.
 +  * General: Fixed compilation with libreSSL.
 +  * General: Added WPS 2.0 test PCAP.
 +  * General: Do not use stackguard on Windows.
 +  * General: Fixed warnings on GCC7.
 +  * General: Improved code quality using Coverity Scan.
 +  * General: Added badges for Coverity scan and Intel compiler buildbot
 +  * Aircrack-ng: Use trampoline binary to automatically select fastest executable depending on the CPU
 +  * Aircrack-ng: Fixed missing include for linecount.
 +  * Aircrack-ng: Fixed concurrency issues when reading multiple WEP PCAP.
 +  * Aircrack-ng: Added support for creating HCCAPx file format.
 +  * Airodump-ng: Get the channel from HT information.
 +  * Airodump-ng: Detect WPS 2.x.
 +  * Airodump-ng: Also check current directory for OUI file.
 +  * Airodump-ng: Fixed writing ESSID to CSV, Kismet CSV and Kismet NetXML files when ESSID gets decloaked and cloaked length was 1.
 +  * Aireplay-ng: Added deauthentication reason code option.
 +  * Aireplay-ng: Increase amount of AP to test when running injection test.
 +  * Airodump-ng: Fixed 802.11a channel hopping list.
 +  * Airodump-ng: Fix creation of .xor files.
 +  * Airodump-ng: Added support for HT channels (HT20/HT40-/HT40+).
 +  * Airodump-ng: Now displaying correct rate for 802.11n or 802.11ac AP.
 +  * Airmon-ng: Fixed checking for processes.
 +  * Airmon-ng: Fixed display of "cannot access '/sys/class/ieee80211/': No such file or directory".
 +  * Airmon-ng: Fixed bashisms.
 +  * Airmon-ng: Fixed display of specific drivers.
 +  * Airmon-ng: Fixed display of cards on the sdio bus.
 +  * Airmon-ng: Now supports nexmon driver on RPi 3 (and 0 Wireless) using Kali Linux.
 +  * Airmon-ng: Added identification for another realtek chipset and generic Ralink/MT.
 +  * Airmon-ng: Handle 2 types of rfkill commands and updated unblock text.
 +  * Airmon-ng: more portable modinfo usage.
 +  * Airmon-ng: remove grep -P references upon request.
 +  * Airmon-ng: Do not replace driver name by ?????? when driver is valid. 
 +  * Airgraph-ng: Removed irrelevant comment in README.
 +  * Airgraph-ng: Handle SSID with double quotes.
 +  * Airgraph-ng: Fixed parsing OUI file.
 +  * Airdrop-ng: Updated lorcon2 installation instructions.
 +  * Besside-ng: Fixed 'wi_read(): No child processes' error.
 +  * Airdecloak-ng: Fixed segfault due to NULL pointer dereference.
 +  * osdep: Remove wi_set_channel(1) on open wifi interface (cygwin).
 +  * osdep: Fixed RAW socket resource leak.
 +  * Patches: Created WPE patches and documentation for current HostAPd and Freeradius versions.
 +  * Airodump-ng: Fix incorrect if conditions which always are false.
 +  * Airodump-ng: Remove useless not NULL check.
 +  * Airventriloquist: New tool from https://github.com/Caesurus/airventriloquist/
 +  * dcrack: Fixed indentation.
 +  * TravisCI: Fixed compilation on OSX.
 +  * AppVeyor: Added support for AppVeyor, CI for cygwin builds.
  
 **Version 1.2-rc4 (changes from aircrack-ng 1.2-rc3) - Released 14 Feb 2016**: **Version 1.2-rc4 (changes from aircrack-ng 1.2-rc3) - Released 14 Feb 2016**:
Line 147: Line 206:
   * 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: [[http://trac.aircrack-ng.org/ticket/667|#667]] and [[http://trac.aircrack-ng.org/ticket/858|#858]]).+  * Airdecap-ng: Fixed decoding QoS frames (Closes: [[https://github.com/aircrack-ng/aircrack-ng/issues/667|#667]] and [[https://github.com/aircrack-ng/aircrack-ng/issues/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 [[http://trac.aircrack-ng.org/ticket/760|#760]]).+  * Airbase-ng: Fixed issue with QoS (ticket [[https://github.com/aircrack-ng/aircrack-ng/issues/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 [[http://trac.aircrack-ng.org/ticket/728|#728]]).+  * Airodump-ng: Fixed buffer overflow (ticket [[https://github.com/aircrack-ng/aircrack-ng/issues/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 162: Line 221:
   * 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 [[http://trac.aircrack-ng.org/ticket/829|#829]]).+  * Airodump-ng-OUI-update: Fixed OUI URL and allow CURL redirect (ticket [[https://github.com/aircrack-ng/aircrack-ng/issues/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 192: Line 251:
   * 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 [[http://trac.aircrack-ng.org/ticket/1004|#1004]]).+  * OSdep (Linux): Added support for nl80211 thanks to impulse32. Use 'make libnl=true' to add netlink support (Ticket [[https://github.com/aircrack-ng/aircrack-ng/issues/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 202: Line 261:
   * 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 [[http://trac.aircrack-ng.org/ticket/957|#957]]).+  * Fixed cppcheck errors (Ticket [[https://github.com/aircrack-ng/aircrack-ng/issues/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 322: Line 381:
   * 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|http://trac.aircrack-ng.org/ticket/466]] ).+  * airbase-ng: Several improvments ( See [[https://github.com/aircrack-ng/aircrack-ng/issues/466|#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.
changelog.txt · Last modified: 2022/05/11 02:51 by mister_x