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/11/08 04:22] – Blog post: Continuous Integration/Contious Delivery mister_xmain [2022/05/11 02:51] – Aircrack-ng 1.7 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^
-^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.+^10 May 2022|Aircrack-ng 1.7|After more than 2 years, we are making release with a 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]].
-^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 cases, we'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 endianvalues 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.|+^13 Apr 2022|PackageCloud.io 'any/any' change|Our packages are now compatible with any distribution that supports **.deb** or **.rpm** packages. If 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.| 
  
  
Line 41: Line 42:
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.4+Latest version: 1.7
  
-  * [[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.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 PMKID cracking +  * Airmon-ng: Fix avahi killing 
-  * Aircrack-ng: Serious speed up and memory usage decrease when loading large files (multiple Gb) using AVL trees +  * Airmon-ng: rewrite service stopping entirely 
-  * Aircrack-ng: Added hwloc (Hardware Locality) to improve performance +  * Airmon-ng: Codestyle fixes and code cleanup 
-  * Aircrack-ng: Support cracking PCAP with Protected Management Frames (802.11w) +  * Airmon-ng: Added a few Raspberry Pi hardware revisions 
-  * Aircrack-ng: Merged check_thread() and read_thread() +  * Airmon-ng: Fixes for 8812au driver 
-  * Aircrack-ng: Allow static linking with chosen SIMD +  * Airmon-ng: Fix iwlwifi firmware formatting 
-  * Aircrack-ng: Display AVX512F when present +  * Airmon-ng: Remove broken KVM detection 
-  * Airodump-ng: Added clients GPS coordinates in NetXML file +  * Airmon-ng: Show regdomain in verbose mode 
-  * Airdecap-ng: Improve decrypting/parsing speed +  * Airmon-ng: Updated Raspberry Pi hardware revisions 
-  * Airmon-ng: Updated/fixed using with nexmon +  * Airmon-ng: Document frequency usage 
-  * Airmon-ng: Better check for lspci requirement on systems that don'have PCI/PCIe devices +  * Airmon-ng: Add a sleep to help predictable names due to udev sometimes renaming interface 
-  * Airmon-ng: Added support for rtl8812au/8814au/rtl88xxau driver +  * Airmon-ng: Added warning for broken radiotap headers in kernel 5.15 to 5.15.4 
-  * BuildFixed building with a few different architectures +  * Airmon-ng: shellcheck fixes 
-  * BuildSwitch to new CI/CD tool, PyDeployer +  * Airmon-ng: support systemctl as some systems don'support 'service' anymore 
-  * BuildImproved building on Windows (and building/testing with AppVeyor+  * Airmon-ng: Fixes for pciutils 3.8, backward compatible 
-  * BuildImproved and tweaked CI systems (buildbotsTravisAppVeyor+  * Airbase-ng: use enum for frame type/subtype 
-  * BuildSupport for statically linking libraries/binaries +  * Airbase-ngremove a few IE in association responses 
-  * BuildAutomatic development packages build for multiple Linux distro and upload to PackageCloud.io +  * Besside-ngSupport and detect all channels in 5GHz in Auto-Channel mode 
-  * TestsAdded new tests for Aircrack-ng +  * OSdepSearch additional IE for channel information 
-  * Tests: Added new capture files +  * OSdep: Android macro fixes 
-  * Freeradius-WPE: Fixed opening log file twice +  * Patches: Add missing patches that were on https://patches.aircrack-ng.org but not in repo 
-  * General: Fixed loading PCAP on system with a different endianness +  * Patches: Updated freeradius-wpe patch for v3.2.0 
-  * General: Fixed memory leaks and issues reported by static analysis tools +  * Patches: Updated hostapd-wpe patch for v2.10 
-  * General: Fixed "error while loading shared libraries" +  * Patches: Added docker containers to test WPE patches 
-  * General: Various other small improvements in the toolsbuild systemtests and documentation +  * Autotools: make dist now creates VERSION file 
-  * General: Update FSF address +  * Autotools: Added maintainer mode 
-  * General: Code formatting+  * Autotools: Initial support for Link Time Optimization (LTObuilds  
 +  * Integration testsAdded a new test, and improved some existing ones 
 +  * Airgraph-ng: switch airodump-join to Python 3 
 +  * Manpages: Fixes (typostools nameetc.and improvements 
 +  * READMEUpdated dependencies and their installation on various distros in README.md and INSTALLING 
 +  * READMEFixed typos and spelling in README.md and INSTALLING 
 +  * Packages: Packages on PackageCloud now support any distro using .deb and .rpm, however, it requires reinstalling repo (BREAKING CHANGE) 
 +  * GeneralFix compilation with LibreSSL 3.5 
 +  * General: Fix issues reported by Infer 
 +  * General: Updated buildbots 
 +  * General: Add Linux uclibc support 
 +  * General: Compilation fixes on macOS with the Apple M1 CPU 
 +  * General: Removed TravisCI and AppVeyor 
 +  * General: Use Github Actions for CI (Linux, Win, macOS, code style, and PVS-Studio) 
 +  * General: Added vscode devcontainer and documentation 
 +  * General: Fix warnings from PVS-Studio and build with pedantic (See PR2174) 
 +  * General: Shell script fixes thanks to shellcheck 
 +  * General: Fixes for GCC 10 and 11 
 +  * General: Fixed cross-compilation 
 +  * General: Code refactoring, deduplication, cleanup, and misc code improvements 
 +  * General: Coverity Scan fixeswhich includes memory leaks, race conditions, division by 0, and other issues 
 +  * General: PVS Studio improvements,fixes and updates 
 +  * General: Code formatting/style fixes 
 +  * General: Various fixes and improvements (code, CI, integration tests, coverity) 
 +  * General: Update bug reporting template and update the process
 \\ \\
 [[changelog|The complete Changelog]] [[changelog|The complete Changelog]]
Line 114: Line 139:
     * [[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