User Tools

Site Tools


main

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
main [2018/04/16 01:21] – [Changelog] Updated for 1.2 (from rc5) mister_xmain [2018/07/11 03:47] – Updated version info mister_x
Line 30: Line 30:
  
 ^Date^Title^Content^ ^Date^Title^Content^
-^15 Apr 2018|Aircrack-ng 1.2|It's been way too long since the last stable release. \\ \\ Compared to the last stable, 1.1, this release has a huge amount of improvements and fixes. The changelog since 1.1 is almost 300 lines long (1200+ commits). Code quality has improved, in parts thanks to Coverity Scan. We now switched to GitHub completely and have a few buildbots (including one for windows) to test building and run the test suite on a different platforms. \\ \\ The build system has switched to autotools, which fixes and improves building on a number of different platforms, CPUs and compilers (gcc, clang and Intel). \\ Aircrack-ng is now a lot faster on recent CPUs (up to 3 times) and a trampoline binary automatically chooses the best executable for your CPU instructions. There is no need to change any of the commands, it is done transparently. Both those changes will make distro package builder's task easier and they won't have to worry about how to build it to be compatible with the most CPUs. \\ Continuing with Aircrack-ng, it can also output WPA hashes to EWSA and hashcat format for processing with those tools. \\ There is 802.11 support in airodump-ng with HT40+/HT40- channels and it now displays the rate correctly for 802.11n or 802.11ac Access Points. For those using GPS, it now supports the recent version of GPSd with JSON. \\ Airmon-ng itself has a number of improvements in chipset/driver detection. The most notables improvements, on top of new chipset/driver detection, is the support for FreeBSD and on Linux, the support for Nexmon driver (monitor mode driver) on the Raspberry Pi 3 (and 0 Wireless) using Kali. Airtun-ng now supports WPA/2. \\ \\ For the folks following our release candidates, this doesn't bring much compared to rc5, just a few small fixes and adds UTF8 ESSID support in airodump-ng and aireplay-ng. So, if you are already running 1.2rc5, update is merely advised, otherwise, it is highly recommended. \\ \\ Check out our [[changelog]] for more details.| +^10 Jul 2018|Aircrack-ng 1.3|We're bringing more good stuff in this release. We've been busy fixing bugs left and right, some of them thanks to Coverity Scan, valgrind and other static code analyzers. \\ We've also refactored some of the code and improved the code quality along the way. We can now successfully build across lot of platforms (Windows, Linux, BSD, OSX) and CPU architectures (x86 and 64 bit, ARM v7, ARM v8, PowerPC, etc). \\ \\ The most notable changes are in Aircrack-ng. It gets a speed bump in most CPU architectures we support, the ability to pause/restore cracking session and using HCCAPx files. \\ \\ Other tools also see improvements. All the details about them as well as pretty performance graphs, can be found in our [[https://aircrack-ng.blogspot.com/2018/07/aircrack-ng-v13.html|blog post]].| 
-^3 Apr 2018|Aircrack-ng 1.2 RC 5|On top of tons of fixes and improvements everywhere (and on multiple platforms), this release switched to autotools which allows compiling on more platforms. A trampoline binary has been added for Aircrack-ng to automatically select the fastest version for your CPU features. It will also help package maintainers greatly. \\ \\ A few other notable mentions\\ \\ - Airodump-ng supports setting HT40+/HT40- channels and now displays 802.11n and 802.11ac rates. \\ - Created WPA Enterprise WPE patches for HostAPd and Freeradius \\ - Support to export to HCCAPx for Hashcat v3.6+ \\ - Added [[https://github.com/Caesurus/airventriloquist|Airventriloquist-ng]], a tool from Caesurus. \\ Airmon-ng supports setting [[https://github.com/seemoo-lab/nexmon|Nexmon]] devices in/out of monitor mode on Kali \\ \\ Check out our [[changelog]] for more details. Longest since 1.2-beta1.|+^15 Apr 2018|Aircrack-ng 1.2|It's been way too long since the last stable release. \\ \\ Compared to the last stable, 1.1, this release has a huge amount of improvements and fixes. The changelog since 1.1 is almost 300 lines long (1200+ commits). Code quality has improved, in parts thanks to [[https://scan.coverity.com/projects/aircrack-ng|Coverity Scan]]. We now switched to [[https://github.com/aircrack-ng/aircrack-ng/|GitHub]] completely and have a few buildbots (including one for Windows) to test building and run the test suite on a different platforms. \\ \\ Check out our [[https://aircrack-ng.blogspot.com/2018/04/aircrack-ng-12.html|blog post]] and [[changelog]] for more details.|
  
  
Line 39: Line 39:
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.2+Latest version: 1.3
  
-  * [[https://download.aircrack-ng.org/aircrack-ng-1.2.tar.gz|Linux]] ([[https://patches.aircrack-ng.org/|Driver patches]])+  * [[https://download.aircrack-ng.org/aircrack-ng-1.3.tar.gz|Linux]] ([[https://patches.aircrack-ng.org/|Driver patches]])
  
 ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\ ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\
Line 54: Line 54:
 ==== Changelog ==== ==== Changelog ====
  
-  * GeneralFixed compiling Windows binaries and updated README.md/INSTALLING+  * Aircrack-ngAllow using Hashcat HCCAPX files as input files
-  * General: Fixed commands to install dependencies on Debian/Ubuntu and FreeBSD+  * Aircrack-ng: Fixed floating point exception due to division by 0 when displaying stats. 
-  * GeneralAdded command to install dependencies on Fedora/CentOS/RHEL+  * Aircrack-ng: Updated manpage regarding hex wordlist usage. 
-  * GeneralRemoved packages/ directory+  * Aircrack-ng: Added save/restore session when cracking using wordlists (-N and -R)
-  * General: Added Alpine Linux and Kali Linux buildbots+  * Aircrack-ngMoved crypto to its own library, aircrack-crypto(aka crypto engine)
-  * General: Fixed configure with --with-libpcap-include=/somewhere/include and --with-libpcap-lib=/somewhere/lib+  * Aircrack-ngNow back to a single binary thanks to crypto-engine
-  * General: Fixed search for ethtool when running as a non-root user+  * Aircrack-ng: Performance improvements of the crypto engine across various CPU architectures. 
-  * General: Various fixes. +  * Aircrack-ng: Added support for AVX512 in the crypto-engine (and build)
-  * Airmon-ng: Fixed mktemp on Alpine Linux.+  * Aircrack-ng: Improved building crypto-engine across CPU architectures and compilers (gcc, clang and ICC). 
 +  * Aircrack-ng: Allow to list available SIMD optimizations. 
 +  * Aircrack-ng: Improved benchmark tool for unusual CPU/cores count. 
 +  * Airodump-ng: Fixed running in the background. 
 +  * Airodump-ng: Don't show WPA handshake capture notice for out-of-scope ESSIDs. 
 +  * Airodump-ng: Add --background 0/1 to force disable/enable background settings and override autodetection of background. 
 +  * Airodump-ng: Added support for GCMP, GCMP-256 and CCMP-256. 
 +  * Airolib-ng: Fixed importing data when interrupting process using Ctrl-C.  
 +  * dcrack: Check if dictionary and capture file exists before uploading them. 
 +  * dcrack: Clean up dictionary before uploading it to the server. 
 +  * dcrack: Gracefully stop and display errors instead of printing stacktrace whenever possible. 
 +  * dcrack: Move temporary user files to /tmp and cleanup when done
 +  * dcrack: Fixed displaying status when no clients are connected to the server. 
 +  * dcrack: Validate uploaded PCAP and display success/failure. 
 +  * dcrack: Improved removing BSSID. 
 +  * WPAClean: Fixed crash with invalid prism2 header PCAP and added tests. 
 +  * WPAClean: Don't create output file if no handshake are present or if input file is bad. 
 +  * WPAClean: Fixed memory leak. 
 +  * Airmon-ng: Fixed display of interface name if name is too long. 
 +  * OSdep: Fixed memory leak and null pointer dereference. 
 +  * OSdep: Fixed byteorder macros and other tools crashing. 
 +  * OSdep: Added support to build as a shared library. 
 +  * FreeRADIUS-WPE: Updated instructions for v3.0.17. 
 +  * HostAPd-wpe: Added Response-Identity logging and displaying NETNTLM hash in hashcat format. 
 +  * Airgraph-ng: Renamed dump-join to airodump-join. 
 +  * General: Added coveralls.io badge. 
 +  * General: Added --without-opt to disable stack protector when using GCC >= 4.9 
 +  * General: Various improvements and fixes, some from Coverity Scan and Valgrind
 +  * General: Fixed typos reported by codespell. 
 +  * General: Extracted console functions and moved to aircrack-util/. 
 +  * General: Renamed osdep/ to aircrack-osdep/
 +  * General: Fixed and added functions prototypes and commented out unused functions. 
 +  * General: Reformat source code using clang-format and added .clang-format file for IDE. 
 +  * General: Improvements to AppVeyor and TravisCI builds 
 +  * Building: Added NEON intrinsic support. 
 +  * Building: Support paths containing spaces, during autoreconf. 
 +  * Building: Fix compilation without getauxval in the trampoline binary. 
 +  * Building: Fixed compiler warnings on Windows, FreeBSD. 
 +  * Building: Fixes and documentation for OSX. 
 +  * Building: Added support for tcmalloc and jemalloc. 
 +  * Building: Added instruction to build Windows binaries with Airpcap. 
 +  * Unit test: Using CMocka for some tests 
 +  * Documentation: Updated explanations regarding building some experimental tools.
 \\ \\
 [[changelog|The complete Changelog]] [[changelog|The complete Changelog]]
Line 113: Line 155:
   * [[airtun-ng]]   * [[airtun-ng]]
   * [[besside-ng]]   * [[besside-ng]]
 +  * [[dcrack]]
   * [[easside-ng]]   * [[easside-ng]]
   * [[packetforge-ng]]   * [[packetforge-ng]]
main.txt · Last modified: 2023/01/16 20:04 by mister_x