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/09/30 02:21] – [Changelog] 1.4 mister_xmain [2020/01/26 00:37] – [News] Aircrack-ng 1.6 mister_x
Line 21: Line 21:
   * WEP dictionary attack   * WEP dictionary attack
   * Fragmentation attack   * Fragmentation attack
 +  * WPA1/2 cracking with support for 802.11w captures and PMKID
   * WPA Migration mode   * WPA Migration mode
   * Improved cracking speed   * Improved cracking speed
   * Capture with multiple cards   * Capture with multiple cards
 +  * Cracking session
   * New tools: [[airtun-ng]], [[packetforge-ng]] (improved arpforge), [[wesside-ng]], [[easside-ng]], [[airserv-ng]], [[airolib-ng]], [[airdriver-ng]], [[airbase-ng]], [[tkiptun-ng]] and [[airdecloak-ng]]   * New tools: [[airtun-ng]], [[packetforge-ng]] (improved arpforge), [[wesside-ng]], [[easside-ng]], [[airserv-ng]], [[airolib-ng]], [[airdriver-ng]], [[airbase-ng]], [[tkiptun-ng]] and [[airdecloak-ng]]
   * Optimizations, other improvements and bug fixing   * Optimizations, other improvements and bug fixing
Line 30: Line 32:
  
 ^Date^Title^Content^ ^Date^Title^Content^
-^29 Sep 2018|Aircrack-ng 1.4|We're on roll, this is the third release of the yearWe are still focusing a lot on code qualitywhile fixing bugsimproving all around and adding features: \\ - PMKID cracking \\ - Cracking capture files with 802.11w \\ - Speed and memory usage improvement when loading (large) files with Aircrack-ng and Airdecap-ng \\ - Packages for Linux distributions and Windows \\ - CI/CD tweaks and improvements \\ - New tests \\ More details can be found in our [[https://aircrack-ng.blogspot.com/2018/09/aircrack-ng-14.html|blog post]].| +^25 Jan 2020|Aircrack-ng 1.6|This release brings ton of improvementsAlong with bug fixes and improvements for a lot of tools, we have huge improvements under the hood thanks to code cleanupdeduplication, and reorganization of the source code. We also improved our buildbot, and addedd integration tests. \\ \\ The most notable changes are in Airodump-ng, it now sees WPA3 and OWE. Its rates now takes into account 802.11n/ac and aren't limited to 54Mbit anymore. It has PMKID detection, and basic UTF-8 support among other things. \\ \\ Many more details can be found in our [[https://aircrack-ng.blogspot.com/2020/01/aircrack-ng-16.html|blog post]].| 
-^16 Sep 2018|Blog post: Debian and FreeBSD on QEMU with MMX-only CPU|A recent bug (and [[https://github.com/aircrack-ng/aircrack-ng/pull/1943|PR]]) was opened, aircrack-ng couldn't be built with MMX using a i586 toolchain. Finding computers without SSE2 nowadays is not easy and it is even harder to find a distribution that supports them. \\ In [[https://aircrack-ng.blogspot.com/2018/09/debian-and-freebsd-on-qemu-with-mmx.html|this blog post]], we use [[https://www.qemu.org/|qemu]] to emulate a Pentium 2 and a Pentium MMX and use distributions that still work on them to test the bug.| +^09 Dec 2018|Aircrack-ng 1.5.2|Fourth and last release of the year. It is smaller than the previous one but we did want to release the fixes and improvements before the holidays so it will be available for Shmoocon next month in your favorite distro. Small issues were found in 1.5 and then in 1.5.1, which is why we ended up with 1.5.2. \\ \\ It brings fixes, a new feature and lots of improvements. More details in [[https://aircrack-ng.blogspot.com/2018/12/aircrack-ng-152.html|our blog post]].| 
 +^07 Nov 2018|Blog post: Continuous Integration/Contious Delivery|We have been using a lot of different tools and fined tuned them to provide us better and better information which has contributed to increase code quality over time. [[https://aircrack-ng.blogspot.com/2018/11/continuous-integrationcontious-delivery.html|This blog post]] gives an overview of our current CI/CD infrastructure and some future improvements we are working on.|
  
 [[morenews|More news...]] [[morenews|More news...]]
Line 39: Line 41:
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.4+Latest version: 1.5.2
  
-  * [[https://download.aircrack-ng.org/aircrack-ng-1.4.tar.gz|Linux]] ([[https://patches.aircrack-ng.org/|Driver patches]])+  * [[https://download.aircrack-ng.org/aircrack-ng-1.5.2.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 56:
 ==== Changelog ==== ==== Changelog ====
  
-  * Aircrack-ng: Added PMKID cracking +  * Airodump-ng: Fixed AP selection slip in interactive mode 
-  * Aircrack-ng: Serious speed up and memory usage decrease when loading large files (multiple Gbusing AVL trees +  * Airodump-ng: Revamped GPS logging functionality and added new logging format (logcsv
-  * Aircrack-ng: Added hwloc (Hardware Locality) to improve performance +  * Aircrack-ng: Only load the maximum supported and available crypto engine 
-  * Aircrack-ng: Support cracking PCAP with Protected Management Frames (802.11w) +  * Aircrack-ng: Reworked wordlist producer/consumer queue 
-  * Aircrack-ng: Merged check_thread() and read_thread() +  * Airserv-ng: Fixed communication between platforms with different size int 
-  * Aircrack-ng: Allow static linking with chosen SIMD +  * Airmon-ng: Improved detection of Raspberry Pis 
-  * Aircrack-ng: Display AVX512F when present +  * GeneralSigned and unsigned comparison fixes 
-  * Airodump-ng: Added clients GPS coordinates in NetXML file +  * PackageAdded package for Ubuntu 18.10 (Cosmic
-  * Airdecap-ng: Improve decrypting/parsing speed +  * GeneralCode cleanups 
-  * Airmon-ng: Updated/fixed using with nexmon +  * General: Added more tests 
-  * Airmon-ng: Better check for lspci requirement on systems that don't have PCI/PCIe devices +  * GeneralCompilation improvements/fixes in autotools 
-  * Airmon-ngAdded support for rtl8812au/8814au/rtl88xxau driver +  * GeneralBig endian fixes 
-  * Build: Fixed building with a few different architectures +  * General: Fixed building on FreeBSD and OpenBSD 
-  * Build: Switch to new CI/CD tool, PyDeployer +  * General: Added instructions to compile on DragonflyBSD and OpenBSD 
-  * Build: Improved building on Windows (and building/testing with AppVeyor) +  * General: Fixed spelling errors
-  * BuildImproved and tweaked CI systems (buildbots, Travis, AppVeyor+
-  * BuildSupport 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 +
-  * TestsAdded new capture files +
-  * Freeradius-WPEFixed 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+
 \\ \\
 [[changelog|The complete Changelog]] [[changelog|The complete Changelog]]
main.txt · Last modified: 2023/01/16 20:04 by mister_x