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/10/16 05:50] – fixed date in news mister_xmain [2021/07/05 23:25] – IRC moved to Libera Chat mister_x
Line 1: Line 1:
 ====== Introduction ====== ====== Introduction ======
  
-[[https://www.aircrack-ng.org/doku.php|{{https://aircrack-ng.org/resources/aircrack-ng-new-logo.jpg |The Aircrack-ng Suite}}]]Aircrack-ng is a complete suite of tools to assess WiFi network security. \\ \\ All tools are command line which allows for heavy scripting. A lot of GUIs have taken advantage of this feature. It works primarily Linux but also Windows, OS X, FreeBSD, OpenBSD, NetBSD, as well as Solaris and even eComStation 2. \\ \\ It focuses on different areas of WiFi security:+[[https://www.aircrack-ng.org/doku.php|{{https://aircrack-ng.org/resources/aircrack-ng-new-logo.jpg |The Aircrack-ng Suite}}]]Aircrack-ng is a complete suite of tools to assess WiFi network security. \\ \\ All tools are command line which allows for heavy scripting. A lot of GUIs have taken advantage of this feature. It works primarily on Linux but also Windows, macOS, FreeBSD, OpenBSD, NetBSD, as well as Solaris and even eComStation 2. \\ \\ It focuses on different areas of WiFi security:
   * Monitoring: Packet capture and export of data to text files for further processing by third party tools.   * Monitoring: Packet capture and export of data to text files for further processing by third party tools.
   * Attacking: Replay attacks, deauthentication, fake access points and others via packet injection.   * Attacking: Replay attacks, deauthentication, fake access points and others via packet injection.
Line 15: Line 15:
  
 Aircrack-ng was started at the end of February 2006. It is the Next Generation of aircrack with lots of new features: Aircrack-ng was started at the end of February 2006. It is the Next Generation of aircrack with lots of new features:
-  * Better documentation (wiki, manpages) and support ([[https://forum.aircrack-ng.org|Forum]], [[https://github.com/aircrack-ng/aircrack-ng|GitHub]], [[irc://irc.freenode.net/aircrack-ng|IRC:  #aircrack-ng on Freenode]]).+  * Better documentation (wiki, manpages) and support ([[https://forum.aircrack-ng.org|Forum]], [[https://github.com/aircrack-ng/aircrack-ng|GitHub]], [[irc://irc.libera.chat/aircrack-ng|IRC:  #aircrack-ng on Libera Chat]]).
   * More cards/drivers supported   * More cards/drivers supported
   * More OS and platforms supported   * More OS and platforms supported
Line 32: Line 32:
  
 ^Date^Title^Content^ ^Date^Title^Content^
-^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'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 a 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.| +^25 Jan 2020|Aircrack-ng 1.6|This release brings a ton of improvements. Along with bug fixes and improvements for a lot of tools, we have huge improvements under the hood thanks to code cleanup, deduplication, and reorganization of the source codeWe also improved our buildbot, and addedd integration tests\\ \\ The most notable changes are in Airodump-ngit now sees WPA3 and OWEIts rates now takes into account 802.11n/ac and aren'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]].| 
-^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: Debian, Ubuntu, OpenSuse, Fedora, RHEL, CentOS and a few others. \\ \\ Getting this done for so many distributions (and multiple version of each) wasn't 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]].| +^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 distroSmall 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]].| 
-^29 Sep 2018|Aircrack-ng 1.4|We're on roll, this is the third release of the year. We 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]].| +^07 Nov 2018|Blog post: Continuous Integration/Contious Delivery|We have been using 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 42: Line 41:
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.4+Latest version: 1.6
  
-  * [[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.6.tar.gz|Linux]] ([[https://patches.aircrack-ng.org/|Driver patches]])
  
 ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\ ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\
Line 57: Line 56:
 ==== Changelog ==== ==== Changelog ====
  
-  * Aircrack-ng: Added PMKID cracking +  * Aircrack-ng: Added support for MidnightBSD 
-  * Aircrack-ng: Serious speed up and memory usage decrease when loading large files (multiple Gb) using AVL trees +  * Aircrack-ng: Fixed ARM processors display with -u 
-  * Aircrack-ng: Added hwloc (Hardware Locality) to improve performance +  * Aircrack-ng: Fixed AVX-512F support 
-  * Aircrack-ng: Support cracking PCAP with Protected Management Frames (802.11w) +  * Aircrack-ng: Fixed cracking speed calculation 
-  * Aircrack-ng: Merged check_thread() and read_thread() +  * Aircrack-ng: Fixed cracking WEP beyond 10k IVS 
-  * Aircrack-ng: Allow static linking with chosen SIMD +  * Aircrack-ng: Fixed creating new session and added test case 
-  * Aircrack-ng: Display AVX512F when present +  * Aircrack-ng: Fixed encryption display in some cases when prompting for network to crack 
-  * Airodump-ng: Added clients GPS coordinates in NetXML file +  * Aircrack-ng: Fixed exiting Aircrack-ng in some cases 
-  * Airdecap-ng: Improve decrypting/parsing speed +  * Aircrack-ng: Fixed logical and physical processor count detection 
-  * Airmon-ng: Updated/fixed using with nexmon +  * Aircrack-ng: Fixed PMKID length check 
-  * Airmon-ng: Better check for lspci requirement on systems that don'have PCI/PCIe devices +  * Aircrack-ng: Various fixes and improvements to WPA cracking engine and its performance 
-  * Airmon-ng: Added support for rtl8812au/8814au/rtl88xxau driver +  * Airdecap-ng: Decrypt both directions when WDS is in use 
-  * BuildFixed building with a few different architectures +  * Airdecap-ng: Fixed decrypting WPA PCAP when BSSID changes 
-  * BuildSwitch to new CI/CD tool, PyDeployer +  * Airgraph-ng: Added support for WPA3 
-  * Build: Improved building on Windows (and building/testing with AppVeyor) +  * Airgraph-ng: Switch to argparse 
-  * BuildImproved and tweaked CI systems (buildbots, Travis, AppVeyor+  * Airmon-ng: Added detection for wicd, Intel Wireless Daemon (iwd), net_applet 
-  * BuildSupport for statically linking libraries/binaries +  * Airmon-ng: Handle case when avahi keeps getting restarted 
-  * BuildAutomatic development packages build for multiple Linux distro and upload to PackageCloud.io +  * Airmon-ng: Indicates when interface doesn'exist 
-  * Tests: Added new tests for Aircrack-ng +  * Airodump-ng: Added autocolorization interactive key 
-  * Tests: Added new capture files +  * Airodump-ng: Added option to read PCAP in realtime (-T) 
-  * Freeradius-WPEFixed opening log file twice +  * Airodump-ng: Added PMKID detection 
-  * General: Fixed loading PCAP on system with a different endianness +  * Airodump-ng: Added support for GMAC 
-  * General: Fixed memory leaks and issues reported by static analysis tools +  * Airodump-ngAdded support for WPA3 and OWE (Enhanced Open) 
-  * General: Fixed "error while loading shared libraries" +  * Airodump-ngBasic UTF-8 support 
-  * General: Various other small improvements in the toolsbuild system, tests and documentation +  * Airodump-ng: Checked management frames are complete before processing IE to avoid switch from WEP to WPA 
-  * GeneralUpdate FSF address +  * Airodump-ng: Display signal when reading from PCAP 
-  * GeneralCode formatting+  * Airodump-ng: Fixed netxml output with hidden SSID 
 +  * Airodump-ng: Improved rates calculation for 802.11n/ac 
 +  * Airtun-ng: Fixed using -p with -e 
 +  * AutoconfFixed order of ssl and crypto libraries 
 +  * dcrack: Fixed client reporting benchmark 
 +  * dcrack: Now handles chunked encoding when communicating (default in Python3
 +  * Freeradius-WPEUpdated patch for v3.0.20 
 +  * GeneralAdded NetBSD endianness support 
 +  * General: Added python3 support to scripts 
 +  * General: Added script to update autotools on CentOS 7 
 +  * General: Added security policy to report security issues 
 +  * General: Reorganizing filesystem layout (See PR 2032), and switch to automake 1.14+ 
 +  * General: Convert to non-recursive make (part of PR 2032) 
 +  * GeneralDeduplicating functions and code cleanups 
 +  * General: Fixed packaging on cygwin due to openssl library name change 
 +  * General: Fixed SPARC build on Solaris 11 
 +  * General: Removed coveralls.io 
 +  * General: Updated dependencies in README.md/INSTALLING 
 +  * General: Use upstream radiotap libaryas a sub-tree 
 +  * General: various fixes and improvements (codeCI, integration tests, coverity) 
 +  * HostAPd-WPE: Updated for v2.9 
 +  * Manpages: Fixes and improvements 
 +  * TestsAdded Integration tests for aireplay-ng, airodump-ng, aircrack-ng, airbase-ng, and others 
 +  * TestsAdded tests for airdecap-ng, aircrack-ng
 \\ \\
 [[changelog|The complete Changelog]] [[changelog|The complete Changelog]]
Line 115: Line 137:
     * [[http://forum.aircrack-ng.org/|Forum]]     * [[http://forum.aircrack-ng.org/|Forum]]
     * Bugtracking: [[https://github.com/aircrack-ng/aircrack-ng/issues|GitHub]]     * Bugtracking: [[https://github.com/aircrack-ng/aircrack-ng/issues|GitHub]]
-    * IRC: [[irc://irc.freenode.net/aircrack-ng|#aircrack-ng]] on [[http://freenode.net/irc_servers.shtml|Freenode]]+    * IRC: [[irc://irc.libera.chat/aircrack-ng|#aircrack-ng]] on [[http://libera.chat|Libera Chat]]
  
 ====== Documentation ====== ====== Documentation ======
main.txt · Last modified: 2023/01/16 20:04 by mister_x