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 [2016/11/30 19:05] – [Introduction] Updated description mister_xmain [2018/10/16 05:50] – fixed date in news mister_x
Line 1: Line 1:
 ====== Introduction ====== ====== Introduction ======
  
-[[http://www.aircrack-ng.org/doku.php|{{http://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 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:
   * 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 ([[http://forum.aircrack-ng.org|Forum]], [[http://trac.aircrack-ng.org|trac]], [[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.freenode.net/aircrack-ng|IRC:  #aircrack-ng on Freenode]]).
   * 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
   * ...   * ...
-\\ 
-**Note**: Check [[http://trac.aircrack-ng.org|trac]] for planned and requested features 
 ====== News ====== ====== News ======
  
 ^Date^Title^Content^ ^Date^Title^Content^
-^30 Nov 16|Wireless Pawn Edition (WPE) patches updated|If you want to attack WPA Enterpriseapplying WPE patches to HostAPd or Freeradius would do the jobHoweverthey haven'been updated in long time and still used old software versions (HostAPd 2.2 and Freeradius 2.1 which is EOL). \\ \\ It is no longer the case as they are now available for the latest and greatest version of HostAPd and Freeradius. We took the job upon ourselves to update them and keep updating them whenever new versions get released. The icing on the cake is that both of them are available as packages in Kali and a tutorial for HostAPd-WPE has been created\\ \\ All the details as well as link to the patches can be found in [[https://www.offensive-security.com/penetration-testing/hacking-wpa-enterprise-with-kali-linux/|this blog post]].| +^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 values. In most cases, we're dealing with the same [[https://en.wikipedia.org/wiki/Endianness|endianness]] (little)so this isn'too big of 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 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.| 
-^15 Feb 16|Aircrack-ng compilation matrices|I tried to compile Aircrack-ng on 'few' systems and different CPUs to see how it works and I was quite surprised by the amount of systems it can be compiled on (and most of the timeit can be compiled with both gcc and clang). \\ \\ [[http://aircrack-ng.blogspot.com/2016/02/aircrack-ng-compilation-matrix.html|More details (matrices)]] in the blog.| +^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 number of Linux distributions: DebianUbuntu, 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]].| 
-^14 Feb 16|Aircrack-ng 1.2 RC 4|Fourth release candidateThere will be another onesome small bugs still need to be fixed but it should happen fairly soonOn top of a [[http://aircrack-ng.blogspot.com/2015/12/cracking-speed-improvements.html|big speed increase]] (up to 175% increase) that also fixes compilation on Cygwin 64 bit, it includes a ton of fixes and improvements on Linux, *BSD, Solaris and Cygwin on x86 and Linux on ARM and MIPS.|+^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 qualitywhile 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]].| 
  
-[[morenews|More news...]] +[[morenews|More news...]]
 ====== Download ====== ====== Download ======
  
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.2 RC 3+Latest version: 1.4
  
-  * [[http://download.aircrack-ng.org/aircrack-ng-1.2-rc3.tar.gz|Linux]] ([[http://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 56: 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]]
  
-===== Subversion Repository =====+===== Git Repository =====
  
-Our code repository containing sources can be found at [[https://svn.aircrack-ng.org|svn.aircrack-ng.org]].+Our code repository containing sources can be found at https://github.com/aircrack-ng/aircrack-ng.
  
-We use trac for our [[https://trac.aircrack-ng.org|bug tracker]].+We also use GitHub to track [[https://github.com/aircrack-ng/aircrack-ng/issues|issues]].
  
 The download and installation instructions can be found on the [[install_aircrack#compiling_and_installing|installation page]]. The download and installation instructions can be found on the [[install_aircrack#compiling_and_installing|installation page]].
  
 ===== Driver patches ===== ===== Driver patches =====
-They can be found [[http://patches.aircrack-ng.org|here...]] and [[install_drivers|this link]] explains how to install the driver(s) for your adapter(s).+They can be found [[https://patches.aircrack-ng.org|here...]] and [[install_drivers|this link]] explains how to install the driver(s) for your adapter(s).
  
 ====== Installation ====== ====== Installation ======
Line 104: Line 114:
     * manpages: each tool has a manpage.     * manpages: each tool has a manpage.
     * [[http://forum.aircrack-ng.org/|Forum]]     * [[http://forum.aircrack-ng.org/|Forum]]
-    * Bugtracking: [[http://trac.aircrack-ng.org|trac]]+    * 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.freenode.net/aircrack-ng|#aircrack-ng]] on [[http://freenode.net/irc_servers.shtml|Freenode]]
  
Line 124: Line 134:
   * [[airtun-ng]]   * [[airtun-ng]]
   * [[besside-ng]]   * [[besside-ng]]
 +  * [[dcrack]]
   * [[easside-ng]]   * [[easside-ng]]
   * [[packetforge-ng]]   * [[packetforge-ng]]
Line 150: Line 161:
 ===== URLs ===== ===== URLs =====
   * Wiki: www.aircrack-ng.org/doku.php   * Wiki: www.aircrack-ng.org/doku.php
-  * Patches: [[http://patches.aircrack-ng.org|patches.aircrack-ng.org]]+  * Patches: [[https://patches.aircrack-ng.org|patches.aircrack-ng.org]]
  
-  * Videos (tutorials): [[http://videos.aircrack-ng.org|videos.aircrack-ng.org]] +  * Videos (tutorials): [[https://videos.aircrack-ng.org|videos.aircrack-ng.org]] 
-  * Download: [[http://download.aircrack-ng.org|download.aircrack-ng.org]] +  * Download: [[https://download.aircrack-ng.org|download.aircrack-ng.org]] 
-  * Forum: [[http://forum.aircrack-ng.org|forum.aircrack-ng.org]] +  * Forum: [[https://forum.aircrack-ng.org|forum.aircrack-ng.org]] 
-  * Trac: [[http://trac.aircrack-ng.org|trac.aircrack-ng.org]] +  * GitHub: [[https://github.com/aircrack-ng/aircrack-ng/issues|https://github.com/aircrack-ng/aircrack-ng/issues]] 
-  * Buildbot: [[http://buildbot.aircrack-ng.org/waterfall|buildbot.aircrack-ng.org]] +  * Photos and videos (events): [[https://photos.aircrack-ng.org|photos.aircrack-ng.org]] 
-  * Photos and videos (events): [[http://photos.aircrack-ng.org|photos.aircrack-ng.org]] +  * Blog: [[https://blog.aircrack-ng.org|blog.aircrack-ng.org]] 
-  * Blog: [[http://blog.aircrack-ng.org|blog.aircrack-ng.org]] +  * Nightly tarballs: [[https://nightly.aircrack-ng.org|nightly.aircrack-ng.org]] 
-  * Nightly tarballs: [[http://nightly.aircrack-ng.org|nightly.aircrack-ng.org]] +  * Archive: [[https://archive.aircrack-ng.org|archive.aircrack-ng.org]] 
-  * Archive: [[http://archive.aircrack-ng.org|archive.aircrack-ng.org]] +  * Storage: [[https://storage.aircrack-ng.org|storage.aircrack-ng.org]] 
-  * Storage: [[http://storage.aircrack-ng.org|storage.aircrack-ng.org]] +  * Twitter: [[https://twitter.aircrack-ng.org|twitter.aircrack-ng.org]]
-  * Twitter: [[http://twitter.aircrack-ng.org|twitter.aircrack-ng.org]]+
  
 ===== RSS ===== ===== RSS =====
-  * [[http://www.aircrack-ng.org/feed.php?type=rss|Wiki]] +  * [[https://www.aircrack-ng.org/feed.php?type=rss|Wiki]] 
-  * [[http://forum.aircrack-ng.org/index.php?action=.xml&type=rss|Forum]] +  * [[https://forum.aircrack-ng.org/index.php?action=.xml&type=rss|Forum]] 
-  * [[http://trac.aircrack-ng.org/timeline?milestone=on&ticket=on&ticket_details=on&changeset=on&wiki=off&max=30&daysback=20&format=rss|Trac]] +  * [[https://aircrack-ng.blogspot.com/feeds/posts/default?alt=rss|Blog]] 
-  * [[http://aircrack-ng.blogspot.com/feeds/posts/default?alt=rss|Blog]] +  * [[https://twitrss.me/twitter_user_to_rss/?user=aircrackng|Twitter]]
-  * [[http://twitter.com/statuses/user_timeline/102812769.rss|Twitter]]+
  
 ====== Donations ====== ====== Donations ======
  
-We would like to thank everyone who [[http://www.aircrack-ng.org/donors.html|donate]] and/or [[http://www.aircrack-ng.org/contribute.html|contribute]] to Aircrack-ng. +We would like to thank everyone who [[https://www.aircrack-ng.org/donors.html|donate]] and/or [[https://www.aircrack-ng.org/contribute.html|contribute]] to Aircrack-ng.
- +
-Consider your donation as an investment in the [[http://www.aircrack-ng.org/future.html|future]] of Aircrack-ng or as a way to say thanks or support hosting costs and hardware.  +
- +
-Monetary donations may be made via [[https://www.paypal.com/xclick/business=tdotreppe@aircrack-ng.org&item_name=Aircrack-ng%20donation&rm=2&no_note=1&no_shipping=1&tax=0&currency_code=EUR|Paypal]] or via IBAN, BIC/SWIFT. There is no minimum amount for your donation. Any and all donations are greatly appreciated.\\+
  
-For any other donation or if you have any questionscontact me at [[tdotreppe@aircrack-ng.org]]+If you would like to donateconsider [[http://www.hackersforcharity.org/|Hackers for Charity]].
  
 ====== Contact ====== ====== Contact ======
  
-If you have any question regarding this website (this wiki, forum, trac, ...), do not hesitate to contact me at [[tdotreppe@aircrack-ng.org]]. \\+If you have any question regarding this website (this wiki, forum, ...), do not hesitate to contact me at [[info@aircrack-ng.org]]. \\
  
 \\ \\
  
 Thanks to devine for the original work and to everyone who contributed to aircrack (You know who you are) ;-)  Thanks to devine for the original work and to everyone who contributed to aircrack (You know who you are) ;-) 
main.txt · Last modified: 2023/01/16 20:04 by mister_x