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 [2021/07/05 23:41] – [News] IRC channel moved to Libera Chat mister_xmain [2022/05/11 02:51] – Aircrack-ng 1.7 mister_x
Line 32: Line 32:
  
 ^Date^Title^Content^ ^Date^Title^Content^
-^5 Jul 2021|Libera Chat|Due to the freenode debacle, we decided to move our IRC channel to [[https://libera.chat/|Libera Chat]]. The name of the channel is still the same as before: [[irc://irc.libera.chat/aircrack-ng|#aircrack-ng]].| +^10 May 2022|Aircrack-ng 1.7|After more than 2 years, we are making a release with decently large amount of fixes, improvements, and additions. We also broke the 4000 commits barrier, and this release has more than [[https://github.com/aircrack-ng/aircrack-ng/compare/1.6...master|400 commits]]. \\ \\ Read more in [[https://aircrack-ng.blogspot.com/2022/05/aircrack-ng-17.html|our detailed blog post]] or head to the [[Main#download|download section]].| 
-^25 Jan 2020|Aircrack-ng 1.6|This release brings ton of improvements. Along with bug fixes and improvements for a lot of toolswe have huge improvements under the hood thanks to code cleanup, deduplication, 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 OWEIts rates now takes into account 802.11n/ac and aren't limited to 54Mbit anymoreIt 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]].| +^13 Apr 2022|PackageCloud.io 'any/any' change|Our packages are now compatible with any distribution that supports **.deb** or **.rpm** packagesIf you are using themdue to this changeyou will have to reinstall the repository to keep receiving updatesHead over to [[https://aircrack-ng.blogspot.com/2022/04/packagecloudio-anyany-change.html|our blog post]] for all the details.| 
-^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.5 and then in 1.5.1which is why we ended up with 1.5.2. \\ \\ It brings fixesa new feature and lots of improvementsMore details in [[https://aircrack-ng.blogspot.com/2018/12/aircrack-ng-152.html|our blog post]].|+ 
  
 [[morenews|More news...]] [[morenews|More news...]]
Line 41: Line 42:
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.6+Latest version: 1.7
  
-  * [[https://download.aircrack-ng.org/aircrack-ng-1.6.tar.gz|Linux]] ([[https://patches.aircrack-ng.org/|Driver patches]])+  * [[https://download.aircrack-ng.org/aircrack-ng-1.7.tar.gz|Linux]]
  
 ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\ ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\
Line 56: Line 57:
 ==== Changelog ==== ==== Changelog ====
  
-  * Aircrack-ng: Added support for MidnightBSD +  * Airmon-ng: Fix avahi killing 
-  * Aircrack-ng: Fixed ARM processors display with -u +  * Airmon-ng: rewrite service stopping entirely 
-  * Aircrack-ng: Fixed AVX-512F support +  * Airmon-ng: Codestyle fixes and code cleanup 
-  * Aircrack-ng: Fixed cracking speed calculation +  * Airmon-ng: Added a few Raspberry Pi hardware revisions 
-  * Aircrack-ng: Fixed cracking WEP beyond 10k IVS +  * Airmon-ng: Fixes for 8812au driver 
-  * Aircrack-ng: Fixed creating new session and added test case +  * Airmon-ng: Fix iwlwifi firmware formatting 
-  * Aircrack-ng: Fixed encryption display in some cases when prompting for network to crack +  * Airmon-ng: Remove broken KVM detection 
-  * Aircrack-ng: Fixed exiting Aircrack-ng in some cases +  * Airmon-ng: Show regdomain in verbose mode 
-  * Aircrack-ng: Fixed logical and physical processor count detection +  * Airmon-ng: Updated Raspberry Pi hardware revisions 
-  * Aircrack-ng: Fixed PMKID length check +  * Airmon-ng: Document frequency usage 
-  * Aircrack-ng: Various fixes and improvements to WPA cracking engine and its performance +  * Airmon-ng: Add a sleep to help predictable names due to udev sometimes renaming interface 
-  * Airdecap-ng: Decrypt both directions when WDS is in use +  * Airmon-ng: Added warning for broken radiotap headers in kernel 5.15 to 5.15.4 
-  * Airdecap-ng: Fixed decrypting WPA PCAP when BSSID changes +  * Airmon-ng: shellcheck fixes 
-  * Airgraph-ng: Added support for WPA3 +  * Airmon-ng: support systemctl as some systems don't support 'service' anymore 
-  * Airgraph-ng: Switch to argparse +  * Airmon-ng: Fixes for pciutils 3.8, backward compatible 
-  * Airmon-ng: Added detection for wicd, Intel Wireless Daemon (iwd), net_applet +  * Airbase-ng: use enum for frame type/subtype 
-  * Airmon-ng: Handle case when avahi keeps getting restarted +  * Airbase-ng: remove a few IE in association responses 
-  * Airmon-ng: Indicates when interface doesn't exist +  * Besside-ng: Support and detect all channels in 5GHz in Auto-Channel mode 
-  * Airodump-ngAdded autocolorization interactive key +  * OSdepSearch additional IE for channel information 
-  * Airodump-ng: Added option to read PCAP in realtime (-T) +  * OSdep: Android macro fixes 
-  * Airodump-ng: Added PMKID detection +  * Patches: Add missing patches that were on https://patches.aircrack-ng.org but not in repo 
-  * Airodump-ngAdded support for GMAC +  * Patches: Updated freeradius-wpe patch for v3.2.0 
-  * Airodump-ng: Added support for WPA3 and OWE (Enhanced Open+  * Patches: Updated hostapd-wpe patch for v2.10 
-  * Airodump-ngBasic UTF-8 support +  * Patches: Added docker containers to test WPE patches 
-  * Airodump-ng: Checked management frames are complete before processing IE to avoid switch from WEP to WPA +  * Autotoolsmake dist now creates VERSION file 
-  * Airodump-ngDisplay signal when reading from PCAP +  * Autotools: Added maintainer mode 
-  * Airodump-ngFixed netxml output with hidden SSID +  * Autotools: Initial support for Link Time Optimization (LTObuilds  
-  * Airodump-ngImproved rates calculation for 802.11n/ac +  * Integration testsAdded a new test, and improved some existing ones 
-  * Airtun-ngFixed using -p with -e +  * Airgraph-ng: switch airodump-join to Python 3 
-  * AutoconfFixed order of ssl and crypto libraries +  * ManpagesFixes (typos, tools name, etc.) and improvements 
-  * dcrackFixed client reporting benchmark +  * READMEUpdated dependencies and their installation on various distros in README.md and INSTALLING 
-  * dcrackNow handles chunked encoding when communicating (default in Python3) +  * READMEFixed typos and spelling in README.md and INSTALLING 
-  * Freeradius-WPEUpdated patch for v3.0.20 +  * PackagesPackages on PackageCloud now support any distro using .deb and .rpm, however, it requires reinstalling repo (BREAKING CHANGE) 
-  * General: Added NetBSD endianness support +  * GeneralFix compilation with LibreSSL 3.5 
-  * General: Added python3 support to scripts +  * GeneralFix issues reported by Infer 
-  * General: Added script to update autotools on CentOS 7 +  * GeneralUpdated buildbots 
-  * General: Added security policy to report security issues +  * GeneralAdd Linux uclibc support 
-  * General: Reorganizing filesystem layout (See PR 2032), and switch to automake 1.14+ +  * General: Compilation fixes on macOS with the Apple M1 CPU 
-  * General: Convert to non-recursive make (part of PR 2032) +  * General: Removed TravisCI and AppVeyor 
-  * General: Deduplicating functions and code cleanups +  * General: Use Github Actions for CI (Linux, Win, macOS, code style, and PVS-Studio) 
-  * General: Fixed packaging on cygwin due to openssl library name change +  * General: Added vscode devcontainer and documentation 
-  * General: Fixed SPARC build on Solaris 11 +  * General: Fix warnings from PVS-Studio and build with pedantic (See PR2174
-  * General: Removed coveralls.io +  * General: Shell script fixes thanks to shellcheck 
-  * General: Updated dependencies in README.md/INSTALLING +  * General: Fixes for GCC 10 and 11 
-  * General: Use upstream radiotap libary, as a sub-tree +  * General: Fixed cross-compilation 
-  * General: various fixes and improvements (code, CI, integration tests, coverity) +  * General: Code refactoring, deduplication, cleanup, and misc code improvements 
-  * HostAPd-WPEUpdated for v2.9 +  * General: Coverity Scan fixes, which includes memory leaks, race conditions, division by 0, and other issues 
-  * Manpages: Fixes and improvements +  * General: PVS Studio improvements,fixes and updates 
-  * Tests: Added Integration tests for aireplay-ng, airodump-ng, aircrack-ng, airbase-ng, and others +  * General: Code formatting/style fixes 
-  * Tests: Added tests for airdecap-ng, aircrack-ng+  * General: Various fixes and improvements (code, CI, integration tests, coverity) 
 +  * GeneralUpdate bug reporting template and update the process
 \\ \\
 [[changelog|The complete Changelog]] [[changelog|The complete Changelog]]
main.txt · Last modified: 2023/01/16 20:04 by mister_x