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/03/11 18:48] – Migration to GitHub mister_x
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^
-^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 jobHowever, they haven't 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 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]].| +^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 GitHub, it was lot more complex taskYou can find more details on [[https://aircrack-ng.blogspot.com/2018/03/migration-to-github.html|this blog post]].| 
-^15 Feb 16|Aircrack-ng compilation matrices|I tried to compile Aircrack-ng on a '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 time, it 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.| +^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.| 
-^14 Feb 16|Aircrack-ng 1.2 RC 4|Fourth release candidateThere will be another one, some 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 bitit includes ton of fixes and improvements on Linux*BSDSolaris and Cygwin on x86 and Linux on ARM and MIPS.|+^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, few different current chipsets/drivers (rtl8812auath9k_htcQCA6174), 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]])+  * [[http://download.aircrack-ng.org/aircrack-ng-1.2-rc4.tar.gz|Linux]] ([[http://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]].
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 155: Line 153:
   * Download: [[http://download.aircrack-ng.org|download.aircrack-ng.org]]   * Download: [[http://download.aircrack-ng.org|download.aircrack-ng.org]]
   * Forum: [[http://forum.aircrack-ng.org|forum.aircrack-ng.org]]   * Forum: [[http://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]]   * Buildbot: [[http://buildbot.aircrack-ng.org/waterfall|buildbot.aircrack-ng.org]]
   * Photos and videos (events): [[http://photos.aircrack-ng.org|photos.aircrack-ng.org]]   * Photos and videos (events): [[http://photos.aircrack-ng.org|photos.aircrack-ng.org]]
Line 167: Line 165:
   * [[http://www.aircrack-ng.org/feed.php?type=rss|Wiki]]   * [[http://www.aircrack-ng.org/feed.php?type=rss|Wiki]]
   * [[http://forum.aircrack-ng.org/index.php?action=.xml&type=rss|Forum]]   * [[http://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]] 
   * [[http://aircrack-ng.blogspot.com/feeds/posts/default?alt=rss|Blog]]   * [[http://aircrack-ng.blogspot.com/feeds/posts/default?alt=rss|Blog]]
   * [[http://twitter.com/statuses/user_timeline/102812769.rss|Twitter]]   * [[http://twitter.com/statuses/user_timeline/102812769.rss|Twitter]]
Line 183: Line 180:
 ====== 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