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 02:34] – [News] Updated link to Coverity Scan 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 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 stable1.1this release has a huge amount of improvements and fixes. The changelog since 1.1 is almost 300 lines long (1200+ commits). Code quality has improved, in 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 a few buildbots (including one for Windows) to test building and run the test suite on a different platforms. \\ \\ Check out our [[https://aircrack-ng.blogspot.com/2018/04/aircrack-ng-12.html|blog post]] and [[changelog]] for more details.| +^25 Jan 2020|Aircrack-ng 1.6|This release brings a 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 codeWe also improved our buildbot, and addedd integration tests\\ \\ The most notable changes are in Airodump-ng, it now sees WPA3 and OWEIts 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]].| 
-^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 platformsA trampoline binary has been added for Aircrack-ng to automatically select the fastest version for your CPU featuresIt 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]]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.| +^09 Dec 2018|Aircrack-ng 1.5.2|Fourth and last release of the yearIt 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.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 improvementsMore 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 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.2+Latest version: 1.6
  
-  * [[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.6.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 ====
  
-  * General: Fixed compiling Windows binaries and updated README.md/INSTALLING. +  * Aircrack-ng: Added support for MidnightBSD 
-  * General: Fixed commands to install dependencies on Debian/Ubuntu and FreeBSD. +  * Aircrack-ng: Fixed ARM processors display with -u 
-  * General: Added command to install dependencies on Fedora/CentOS/RHEL. +  * Aircrack-ng: Fixed AVX-512F support 
-  * GeneralRemoved packages/ directory. +  * Aircrack-ng: Fixed cracking speed calculation 
-  * General: Added Alpine Linux and Kali Linux buildbots. +  * Aircrack-ng: Fixed cracking WEP beyond 10k IVS 
-  * GeneralFixed configure with --with-libpcap-include=/somewhere/include and --with-libpcap-lib=/somewhere/lib+  * Aircrack-ng: Fixed creating new session and added test case 
-  * General: Fixed search for ethtool when running as a non-root user. +  * Aircrack-ng: Fixed encryption display in some cases when prompting for network to crack 
-  * General: Various fixes. +  * Aircrack-ng: Fixed exiting Aircrack-ng in some cases 
-  * Airmon-ng: Fixed mktemp on Alpine Linux.+  * Aircrack-ng: Fixed logical and physical processor count detection 
 +  * Aircrack-ng: Fixed PMKID length check 
 +  * Aircrack-ng: Various fixes and improvements to WPA cracking engine and its performance 
 +  * Airdecap-ng: Decrypt both directions when WDS is in use 
 +  * Airdecap-ng: Fixed decrypting WPA PCAP when BSSID changes 
 +  * Airgraph-ng: Added support for WPA3 
 +  * Airgraph-ng: Switch to argparse 
 +  * Airmon-ngAdded detection for wicd, Intel Wireless Daemon (iwd), net_applet 
 +  * Airmon-ng: Handle case when avahi keeps getting restarted 
 +  * Airmon-ng: Indicates when interface doesn't exist 
 +  * Airodump-ng: Added autocolorization interactive key 
 +  * Airodump-ng: Added option to read PCAP in realtime (-T) 
 +  * Airodump-ng: Added PMKID detection 
 +  * Airodump-ng: Added support for GMAC 
 +  * Airodump-ng: Added support for WPA3 and OWE (Enhanced Open) 
 +  * Airodump-ngBasic UTF-8 support 
 +  * Airodump-ng: Checked management frames are complete before processing IE to avoid switch from WEP to WPA 
 +  * Airodump-ng: Display signal when reading from PCAP 
 +  * Airodump-ng: Fixed netxml output with hidden SSID 
 +  * Airodump-ng: Improved rates calculation for 802.11n/ac 
 +  * Airtun-ng: Fixed using -with -
 +  * Autoconf: Fixed order of ssl and crypto libraries 
 +  * dcrack: Fixed client reporting benchmark 
 +  * dcrack: Now handles chunked encoding when communicating (default in Python3) 
 +  * Freeradius-WPE: Updated patch for v3.0.20 
 +  * General: Added 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) 
 +  * General: Deduplicating 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 libary, as a sub-tree 
 +  * General: various fixes and improvements (code, CI, integration tests, coverity) 
 +  * HostAPd-WPE: Updated for v2.9 
 +  * Manpages: Fixes and improvements 
 +  * Tests: Added 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 94: 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 ======
Line 113: Line 156:
   * [[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