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/07/11 03:23] – [News] Aircrack-ng 1.3 mister_xmain [2018/11/08 04:22] – Blog post: Continuous Integration/Contious Delivery 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^
-^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 wayWe 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]].| +^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.| 
-^15 Apr 2018|Aircrack-ng 1.2|It's been way too long since the last stable release\\ \\ Compared to the last stable, 1.1this release has a huge amount of improvements and fixesThe changelog since 1.1 is almost 300 lines long (1200+ commits)Code quality has improvedin 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 few buildbots (including one for Windows) to test building and run the test suite on different platforms. \\ \\ Check out our [[https://aircrack-ng.blogspot.com/2018/04/aircrack-ng-12.html|blog post]] and [[changelog]] for more details.|+^15 Oct 2018|Blog post: Using Qemu to run a Big Endian Debian system|[[https://wiki.wireshark.org/Development/LibpcapFileFormat|PCAP]]IVS and [[https://hashcat.net/wiki/doku.php?id=hccapx#detailed_structure|hashcat]] capture files contain headers that store timestamps and other fields as integer valuesIn most caseswe're dealing with the same [[https://en.wikipedia.org/wiki/Endianness|endianness]] (little), so this isn't too big of a deal but when a program needs to run on both big and little endian, values needs to be swapped to read the values as they were stored\\ \\ We have quite a few buildbots to handle a lot of test cases and while we're taking care of swapping for endianness in most cases, [[https://github.com/aircrack-ng/aircrack-ng/issues/1968|one bug]] slipped through the net. This is good opportunity to create a [[https://aircrack-ng.blogspot.com/2018/10/to-be-or-not-to-be-using-qemu-to-run.html|MIPS big endian system using QEMU and Debian]] as a guest so we can possibly use it later on as another buildbot.|
  
  
Line 39: Line 41:
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.2+Latest version: 1.4
  
-  * [[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.4.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 ====
  
-  * GeneralFixed compiling Windows binaries and updated README.md/INSTALLING. +  * Aircrack-ngAdded PMKID cracking 
-  * GeneralFixed commands to install dependencies on Debian/Ubuntu and FreeBSD. +  * Aircrack-ngSerious speed up and memory usage decrease when loading large files (multiple Gb) using AVL trees 
-  * General: Added command to install dependencies on Fedora/CentOS/RHEL. +  * Aircrack-ng: Added hwloc (Hardware Locality) to improve performance 
-  * GeneralRemoved packages/ directory+  * Aircrack-ngSupport cracking PCAP with Protected Management Frames (802.11w) 
-  * GeneralAdded Alpine Linux and Kali Linux buildbots. +  * Aircrack-ngMerged check_thread() and read_thread() 
-  * GeneralFixed configure with --with-libpcap-include=/somewhere/include and --with-libpcap-lib=/somewhere/lib. +  * Aircrack-ngAllow static linking with chosen SIMD 
-  * General: Fixed search for ethtool when running as non-root user. +  * Aircrack-ng: Display AVX512F when present 
-  * GeneralVarious fixes+  * Airodump-ng: Added clients GPS coordinates in NetXML file 
-  * Airmon-ng: Fixed mktemp on Alpine Linux.+  * 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 few different architectures 
 +  * BuildSwitch 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
 \\ \\
 [[changelog|The complete Changelog]] [[changelog|The complete Changelog]]
main.txt · Last modified: 2023/01/16 20:04 by mister_x