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:19] – [Current version] Updated version mister_xmain [2018/10/16 05:49] – [News] Blog post: Using Qemu to run a Big Endian Debian system 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^
-^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 Coverity ScanWe 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 number of different platforms, CPUs and compilers (gccclang and Intel)\\ Aircrack-ng is now lot faster on recent CPUs (up to 3 times) and trampoline binary automatically chooses the best executable for your CPU instructionsThere is no need to change any of the commands, it is done transparentlyBoth 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+/HT40channels and it now displays the rate correctly for 802.11n or 802.11ac Access PointsFor those using GPSit now supports the recent version of GPSd with JSON. \\ Airmon-ng itself has a number of improvements in chipset/driver detection. The most notables improvementson top of new chipset/driver detectionis the support for FreeBSD and on Linuxthe 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'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.| +^16 Sep 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 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 a good opportunity to create [[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.
-^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.|+^8 Oct 2018|Blog post: Aircrack-ng packages|As mentioned in our [[https://aircrack-ng.blogspot.com/2018/09/aircrack-ng-14.html|1.4 release blog post]]we are now providing package repositories for a number of Linux distributions: DebianUbuntuOpenSuseFedora, RHEL, CentOS and a few others. \\ \\ Getting this done for so many distributions (and multiple version of each) wasn'an easy feat but we're now automatically building packages for releases and, for the adventurous ones, each commit in our GitHub repository is packaged too, in a separate repository. Head to our [[https://aircrack-ng.blogspot.com/2018/10/aircrack-ng-packages.html|blog post]] for more details and how to use it. \\ \\ If you just want to install one of the repositories (git or release), head over to our [[https://packagecloud.io/aircrack-ng|PackageCloud.io repository]].| 
 +^29 Sep 2018|Aircrack-ng 1.4|We're on a roll, this is the third release of the yearWe are still focusing a lot on code quality, while fixing bugs, improving 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]].|
  
  
Line 39: Line 42:
 ===== 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 57:
 ==== Changelog ==== ==== Changelog ====
  
-  * Airodump-ng: Increase console window size. +  * Aircrack-ng: Added PMKID cracking 
-  * Aircrack-ng: Added time remaining and percentage done when doing WPA cracking with a dictionary (file). +  * Aircrack-ng: Serious speed up and memory usage decrease when loading large files (multiple Gbusing AVL trees 
-  * Aircrack-ng: Make benchmark last 15 seconds for a more accurate value+  * Aircrack-ng: Added hwloc (Hardware Locality) to improve performance 
-  * Aircrack-ng: Fixed compilation on Cygwin 64 and drastically improve cracking speed for all CPUs (up to +175% performance). +  * Aircrack-ng: Support cracking PCAP with Protected Management Frames (802.11w) 
-  * Airmon-ng: Improved chipset detection on FreeBSD. +  * Aircrack-ng: Merged check_thread() and read_thread() 
-  * Airmon-ng: Display chipset for some Broadcom SDIO. +  * Aircrack-ng: Allow static linking with chosen SIMD 
-  * Airbase-ng: Fixed broadcasting 'default'. +  * Aircrack-ng: Display AVX512F when present 
-  * General: Updated and cleanup TravisCI file to test compilation and testing on OSX. +  * Airodump-ng: Added clients GPS coordinates in NetXML file 
-  * GeneralFixed reading large files on Cygwin. +  * Airdecap-ng: Improve decrypting/parsing speed 
-  * General: Fixed a bunch of compilation warnings with gcc and clang. +  * Airmon-ng: Updated/fixed using with nexmon 
-  * GeneralFixed compilation on SolarisOpenBSD, DragonFlyBSD 4.4, NetBSD, OSX. +  * Airmon-ngBetter check for lspci requirement on systems that don't have PCI/PCIe devices 
-  * GeneralFixed compilation on ARM and MIPS. +  * Airmon-ng: Added support for rtl8812au/8814au/rtl88xxau driver 
-  * General: Improved compatibility on FreeBSD and Cygwin (RAM and CPU detection). +  * Build: Fixed building with a few different architectures 
-  * General: Fixed gcc segfault on cygwin. +  * BuildSwitch to new CI/CD toolPyDeployer 
-  * General: Memory cleanups, fixed memory leaks and fix other issues reported by Valgrind. +  * BuildImproved building on Windows (and building/testing with AppVeyor) 
-  * TestingFixes on various OSes. +  * Build: Improved and tweaked CI systems (buildbots, Travis, AppVeyor) 
-  * INSTALLINGUpdated installation instructions for different OS. +  * Build: Support for statically linking libraries/binaries 
-  * TravisCIImproved file.+  * 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 
 +  * GeneralFixed "error while loading shared libraries" 
 +  * GeneralVarious other small improvements in the tools, build system, tests and documentation 
 +  * GeneralUpdate FSF address 
 +  * General: Code formatting
 \\ \\
 [[changelog|The complete Changelog]] [[changelog|The complete Changelog]]
Line 122: Line 134:
   * [[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