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 [2015/04/15 06:13] – [News] Update date format. mister_xmain [2017/10/17 05:28] – [News] Blog post: KRACK WPA Vulnerability - Key Reinstallation AttaCK 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 an 802.11 WEP and WPA-PSK keys cracking program that can recover keys once enough data packets have been captured. It implements the standard FMS attack along with some optimizations like KoreK attacks, as well as the all-new PTW attack, thus making the attack much faster compared to other WEP cracking tools. +[[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: 
-In factAircrack-ng is a set of tools for auditing wireless networks.+  * Monitoring: Packet capture and export of data to text files for further processing by third party tools. 
 +  * Attacking: Replay attacksdeauthentication, fake access points and others via packet injection. 
 +  * Testing: Checking WiFi cards and driver capabilities (capture and injection). 
 +  * Cracking: WEP and WPA PSK (WPA 1 and 2).
  
-====== What is Aircrack-ng ?======+We also maintain patches for: 
 +  * Packet injection for Linux drivers 
 +  * HostAPd and Freeradius, called WPE (Wireless Pawn Edition) patches, to attack WPA Enterprise. 
 +====== Tell me more about Aircrack-ng ======
  
 If you are impatient and want to know how to get started, jump to the [[getting_started|Getting Started Tutorial]]. If you are impatient and want to know how to get started, jump to the [[getting_started|Getting Started Tutorial]].
  
-Aircrack-ng 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 ([[http://forum.aircrack-ng.org|Forum]], [[http://trac.aircrack-ng.org|trac]], [[irc://irc.freenode.net/aircrack-ng|IRC:  #aircrack-ng on Freenode]]).
   * More cards/drivers supported   * More cards/drivers supported
Line 23: Line 29:
 \\ \\
 **Note**: Check [[http://trac.aircrack-ng.org|trac]] for planned and requested features **Note**: Check [[http://trac.aircrack-ng.org|trac]] for planned and requested features
- 
- 
 ====== News ====== ====== News ======
  
 ^Date^Title^Content^ ^Date^Title^Content^
-^10 Apr 2015|Aircrack-ng 1.2 RC 2|Here is the second release candidate. Along with a LOT of fixes, it improves the support for the Airodump-ng scan visualizerAirmon-zc is mature and is now renamed to Airmon-ngAlsoAirtun-ng is now able to encrypt and decrypt WPA on top of WEP. Another big change is recent version of GPSd now work very well with Airodump-ng.| +^16 Oct 2017|Blog post: KRACK WPA Vulnerability Key Reinstallation AttaCK|In [[https://aircrack-ng.blogspot.com/2017/10/krack-wpa-vulnerability-key.html|this blog post]]the new KRACK vulnerability is explained: a brief summary, who's affected, what to do and links to resources related to the vulnerability\\ \\ TL;DR: Another day, another vulnerability, just patch your systems. It allows decryption of traffic but does not disclose the WPA key.| 
-^04 Apr 2015|Training at BlackHat USA|I will be teaching once again [[https://www.blackhat.com/us-15/training/advanced-wi-fi-pentesting.html|Advanced Wi-Fi Pentesting]] with Vivek Ramachandran at BlackHat Las Vegas this yearIt's gonna be even better than last year!|+^16 Aug 2017|Blog post: On drivers, rtl8812au, WN722N, monitor mode, QCA6174, other news ...|In [[https://aircrack-ng.blogspot.com/2017/08/on-drivers-rtl8812au-wn722n-monitor.html|this blog post]], we answer some common questions regarding various topics: using drivers, driver development, embedded chipsets, 802.11n/ac capture/injection, a few different current chipsets/drivers (rtl8812au, ath9k_htc, QCA6174), linux-backports (aka compat-wireless) and some other good news.|
  
-[[morenews|More news...]] +[[morenews|More news...]]
 ====== Download ====== ====== Download ======
  
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.2 RC 2+Latest version: 1.2 RC 4
  
-  * [[http://download.aircrack-ng.org/aircrack-ng-1.2-rc2.tar.gz|Linux]] ([[http://patches.aircrack-ng.org/|Driver patches]]+  * [[http://download.aircrack-ng.org/aircrack-ng-1.2-rc4.tar.gz|Linux]] ([[http://patches.aircrack-ng.org/|Driver patches]])
-  * [[http://download.aircrack-ng.org/aircrack-ng_1.0dev_arm.ipk|Zaurus]] (1.0-dev r830; very old, older than 1.0 beta2)+
  
 ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\ ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\
Line 51: Line 54:
  
 ==== Changelog ==== ==== Changelog ====
-  * Airtun-ng: Adds WPA CCMP and TKIP decryption and CCMP encryption + 
-  * Compilation: Added support for DUMA. +  * Airodump-ng: Increase console window size
-  * Makefile: Renamed 'unstable' to 'experimental'. +  * Aircrack-ng: Added time remaining and percentage done when doing WPA cracking with dictionary (file). 
-  * Airodump-ng: Fixed XML sanitizing+  * Aircrack-ng: Make benchmark last 15 seconds for a more accurate value
-  * Airmon-ng: Airmon-zc is now stable enough to replace airmon-ng. +  * Aircrack-ng: Fixed compilation on Cygwin 64 and drastically improve cracking speed for all CPUs (up to +175% performance)
-  * Manpages: Removed airdriver-ng manpage and references to it (forgot to do it before the previous release). +  * Airmon-ng: Improved chipset detection on FreeBSD
-  * Manpages: Updated 'see also' references in all manpages. +  * Airmon-ng: Display chipset for some Broadcom SDIO
-  * PCRE: Added it in various places and docs. +  * Airbase-ng: Fixed broadcasting 'default'
-  * WZCook: Fixed processing values stored in register. +  * GeneralUpdated and cleanup TravisCI file to test compilation and testing on OSX
-  * Updated few headers files (if_llc, ieee80211, ethernet and if_arp). +  * GeneralFixed reading large files on Cygwin
-  * Travis CI: updated make parameter and add testing with pcre. +  * General: Fixed a bunch of compilation warnings with gcc and clang
-  * Compilation: de-hardcode -lpcap to allow specifying pcap libraries. +  * General: Fixed compilation on Solaris, OpenBSD, DragonFlyBSD 4.4, NetBSD, OSX
-  * Makefile: Fixed installing/uninstalling Airdrop-ng documentation files. +  * GeneralFixed compilation on ARM and MIPS
-  * MakefileFixed uninstalling ext_scripts+  * GeneralImproved compatibility on FreeBSD and Cygwin (RAM and CPU detection)
-  * Airodump-ng: Added new paths (and removed one) for OUI files and simplified logic to find the OUI file+  * General: Fixed gcc segfault on cygwin
-  * Aircrack-ng: Fixed ignoring -p when specified after -S+  * General: Memory cleanups, fixed memory leaks and fix other issues reported by Valgrind
-  * Airmon-ng: fixes for openwrt busybox ps/grep issues which do not seem present in other versions of busybox +  * TestingFixes on various OSes
-  * Airmon-ng: fix vm detection+  * INSTALLING: Updated installation instructions for different OS. 
-  * Airserv-ng: Fixed channel setting (and assert call)+  * TravisCI: Improved file.
-  * Airodump-ngFixes to NetXML (unassociated clients missing and various other small bugs) and update the code to match current NetXML output+
-  * Airodump-ngRemoved requirement for 2 packets before AP is written to output (text) files. +
-  * Airodump-ng: Fixed formatting of ESSID and display of WPA/WPA2 (as well as a bunch of other small fixes) in CSV file+
-  * Airodump-ng: Fixed GPSd+
-  * Airodump-ngAllow to specify write interval for CSV, kismet CSV and NetXML files+
-  * Airserv-ngFixed wrong station data displayed in Airodump-ng+
-  * General: Fixed 64 bit promotion issues+
-  * General: Fixed a bunch of uninitialized values and non-zeroed structures (upon allocating them)+
-  * GeneralAdded Stack protection+
-  * Various other small fixes and improvements.+
 \\ \\
 [[changelog|The complete Changelog]] [[changelog|The complete Changelog]]
main.txt · Last modified: 2023/01/16 20:04 by mister_x