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 [2017/02/21 07:01] – [News] Blog post: iw monitor flags mister_xmain [2018/03/11 18:50] – HTTPS updates 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 27: Line 27:
   * 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^
-^20 Feb 2017|Blog post: iw monitor flags|When setting an interface in monitor mode manually[[https://wireless.wiki.kernel.org/en/users/documentation/iw|iw]] has few different flags: nonefcsfail, control, otherbss, cook, active\\ The meaning of those different flags are explained in [[https://aircrack-ng.blogspot.com/2017/02/monitor-mode-flags.html|the blog post]]. \\ \\ TL;DR: use 'none'.| +^11 Mar 2018|Blog post: Migration to GitHub|We finally made it completelywe migrated from trac and subversion to GitHubIt was far from simple program to run and switch to GitHubit was a lot more complex taskYou can find more details on [[https://aircrack-ng.blogspot.com/2018/03/migration-to-github.html|this blog post]].| 
-^20 Jan 2017|BlackHat USA training|I'm really pleased to announce that Vivek Ramachandran and I will be teaching [[https://www.blackhat.com/us-17/training/advanced-wireless-exploitation.html|Advanced Wireless Exploitation]] at BlackHat USA this summer.| +^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 summarywho'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.
-^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 job. Howeverthey haven't been updated in a 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 a new versions get releasedThe 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 a link to the patches can be found in [[https://www.offensive-security.com/penetration-testing/hacking-wpa-enterprise-with-kali-linux/|this blog post]].|+^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 3+Latest version: 1.2 RC 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.2-rc4.tar.gz|Linux]] ([[https://patches.aircrack-ng.org/|Driver patches]])
  
 ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\ ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\
Line 77: Line 75:
 [[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 102:
     * 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 150: Line 148:
 ===== 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. +Consider your donation as an investment in the [[https://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.\\ 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.\\
Line 183: Line 179:
 ====== 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 [[tdotreppe@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