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 [2018/07/05 00:32] – Fixed typos mister_xchangelog [2018/09/30 02:45] – 1.4 mister_x
Line 1: Line 1:
 ====== Aircrack-ng Changelog ====== ====== Aircrack-ng Changelog ======
 +**Version 1.4 (changes from aircrack-ng 1.3) - Released 29 Sep 2018**:
 +  * Aircrack-ng: Added PMKID cracking
 +  * Aircrack-ng: Serious speed up and memory usage decrease when loading large files (multiple Gb) using AVL trees
 +  * Aircrack-ng: Added hwloc (Hardware Locality) to improve performance
 +  * Aircrack-ng: Support cracking PCAP with Protected Management Frames (802.11w)
 +  * Aircrack-ng: Merged check_thread() and read_thread()
 +  * Aircrack-ng: Allow static linking with chosen SIMD
 +  * Aircrack-ng: Display AVX512F when present
 +  * Airodump-ng: Added clients GPS coordinates in NetXML file
 +  * Airdecap-ng: Improve decrypting/parsing speed
 +  * Airmon-ng: Updated/fixed using with nexmon
 +  * Airmon-ng: Better check for lspci requirement on systems that don't have PCI/PCIe devices
 +  * Airmon-ng: Added support for rtl8812au/8814au/rtl88xxau driver
 +  * Build: Fixed building with a few different architectures
 +  * Build: Switch to new CI/CD tool, PyDeployer
 +  * Build: Improved building on Windows (and building/testing with AppVeyor)
 +  * Build: Improved and tweaked CI systems (buildbots, Travis, AppVeyor)
 +  * Build: Support for statically linking libraries/binaries
 +  * Build: Automatic development packages build for multiple Linux distro and upload to PackageCloud.io
 +  * Tests: Added new tests for Aircrack-ng
 +  * Tests: Added new capture files
 +  * Freeradius-WPE: Fixed opening log file twice
 +  * General: Fixed loading PCAP on system with a different endianness
 +  * General: Fixed memory leaks and issues reported by static analysis tools
 +  * General: Fixed "error while loading shared libraries"
 +  * General: Various other small improvements in the tools, build system, tests and documentation
 +  * General: Update FSF address
 +  * General: Code formatting
 +
 +**Version 1.3 (changes from aircrack-ng 1.2) - Released 10 Jul 2018**:
 +  * Aircrack-ng: Allow using Hashcat HCCAPX files as input files.
 +  * Aircrack-ng: Fixed floating point exception due to division by 0 when displaying stats.
 +  * Aircrack-ng: Updated manpage regarding hex wordlist usage.
 +  * Aircrack-ng: Added save/restore session when cracking using wordlists (-N and -R).
 +  * Aircrack-ng: Moved crypto to its own library, aircrack-crypto/ (aka crypto engine).
 +  * Aircrack-ng: Now back to a single binary thanks to crypto-engine.
 +  * Aircrack-ng: Performance improvements of the crypto engine across various CPU architectures.
 +  * Aircrack-ng: Added support for AVX512 in the crypto-engine (and build).
 +  * 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.
  
 **Version 1.2 (changes from aircrack-ng 1.2-rc5) - Released 15 Apr 2018**: **Version 1.2 (changes from aircrack-ng 1.2-rc5) - Released 15 Apr 2018**:
changelog.txt · Last modified: 2022/05/11 02:51 by mister_x