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/09 05:15] – [Donations] made email address a link. mister_xmain [2018/09/17 01:20] – [News] Blog post: Debian and FreeBSD on QEMU with MMX-only CPU 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. +[[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: 
-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 ([[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
-  * New WEP attack: [[http://www.cdc.informatik.tu-darmstadt.de/aircrack-ptw/|PTW]]+  * [[https://web.archive.org/web/20110610115301/http://www.cdc.informatik.tu-darmstadt.de/aircrack-ptw/|PTW]] attack
   * WEP dictionary attack   * WEP dictionary attack
   * Fragmentation attack   * Fragmentation attack
Line 21: 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^
-^04 Apr 15|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 Sep 2018|Blog post: Debian and FreeBSD on QEMU with MMX-only CPU|A recent bug (and [[https://github.com/aircrack-ng/aircrack-ng/pull/1943|PR]]) was opened, aircrack-ng couldn'be built with MMX using a i586 toolchain. Finding computers without SSE2 nowadays is not easy and it is even harder to find a distribution that supports them. \\ In [[https://aircrack-ng.blogspot.com/2018/09/debian-and-freebsd-on-qemu-with-mmx.html|this blog post]], we use [[https://www.qemu.org/|qemu]] to emulate a Pentium 2 and a Pentium MMX and use distributions that still work on them to test the bug.| 
-^31 Oct 14|Aircrack-ng 1.2 RC 1|Here is the first release candidateExactly 7 month since the last betaThere will be most likely another one then the final release in the next few month.\\ \\ Updating is highly recommend as this contains lot of bug fixes and improvements as well as security fixes (CVE-2014-8321CVE-2014-8322, CVE-2014-8323 and CVE-2014-8324). More details can be found [[http://aircrack-ng.blogspot.com/2014/10/aircrack-ng-12-release-candidate-1.html|in the blog]].|+^10 Jul 2018|Aircrack-ng 1.3|We're bringing more good stuff in this release. We've been busy fixing bugs left and right, some of them thanks to Coverity Scan, valgrind and other static code analyzers\\ We've also refactored some of the code and improved the code quality along the way. We can now successfully build across lot of platforms (Windows, Linux, BSD, OSX) and CPU architectures (x86 and 64 bit, ARM v7, ARM v8, PowerPC, etc). \\ \\ The most notable changes are in Aircrack-ng. It gets speed bump in most CPU architectures we support, the ability to pause/restore cracking session and using HCCAPx files. \\ \\ Other tools also see improvements. All the details about them as well as pretty performance graphs, can be found in our [[https://aircrack-ng.blogspot.com/2018/07/aircrack-ng-v13.html|blog post]].|
  
-[[morenews|More news...]] +[[morenews|More news...]]
 ====== Download ====== ====== Download ======
  
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.2 RC 1+Latest version: 1.3
  
-  * [[http://download.aircrack-ng.org/aircrack-ng-1.2-rc1.tar.gz|Linux]] ([[http://patches.aircrack-ng.org/|Driver patches]]+  * [[https://download.aircrack-ng.org/aircrack-ng-1.3.tar.gz|Linux]] ([[https://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 52:
  
 ==== Changelog ==== ==== Changelog ====
-  Airodump-ng should be able to parse the canonical oui file+ 
-  * Airodump-ng: Fixed GPS stack overflow+  Aircrack-ng: Allow using Hashcat HCCAPX files as input files
-  * Airodump-ng: Fixed stopping cleanly with Ctrl-C+  * Aircrack-ng: Fixed floating point exception due to division by 0 when displaying stats
-  * Airmon-zcbetter handling for when modules are not available (incomplete+  * Aircrack-ng: Updated manpage regarding hex wordlist usage
-  * Airmon-zcusers can now start the monitor interface again to change channels +  * Aircrack-ngAdded save/restore session when cracking using wordlists (-N and -R). 
-  * Airmon-zcupdate to use ip instead of ifconfig if available+  * Aircrack-ngMoved crypto to its own library, aircrack-crypto/ (aka crypto engine). 
-  * Airmon-zcbetter handling of devices without pci bus +  * Aircrack-ngNow back to a single binary thanks to crypto-engine
-  * Aireplay-ng: Fixed tcp_test stack overflow+  * Aircrack-ngPerformance improvements of the crypto engine across various CPU architectures. 
-  * OSdepFixed libnl detectionAlso avoid detection on non Linux systems+  * Aircrack-ng: Added support for AVX512 in the crypto-engine (and build)
-  * OSdep: Fixed segmentation fault that happens with a malicious server+  * Aircrack-ngImproved building crypto-engine across CPU architectures and compilers (gcc, clang and ICC). 
-  * Besside-ng: Add regular expression matching for the SSID+  * Aircrack-ng: Allow to list available SIMD optimizations
-  * Buddy-ng: Fixed segmentation fault+  * Aircrack-ng: Improved benchmark tool for unusual CPU/cores count. 
-  * MakefileFixed 'commands commence before first target' error when building Aircrack-ng+  * Airodump-ng: Fixed running in the background
-  * Fixed segfault when changing the optimization when compiling with gcc thanks to Ramiro Polla+  * Airodump-ng: Don't show WPA handshake capture notice for out-of-scope ESSIDs. 
-  * Removed airdriver-ng (outdated and not meant for today's kernels) +  * Airodump-ng: Add --background 0/1 to force disable/enable background settings and override autodetection of background. 
-  * Added gitignore file+  * Airodump-ng: Added support for GCMP, GCMP-256 and CCMP-256
-  * Fixed build issues on other compilers by using stdint.h types+  * Airolib-ng: Fixed importing data when interrupting process using Ctrl-C.  
-  * Updating installation file and added pkg-config as a requirement+  * dcrackCheck if dictionary and capture file exists before uploading them. 
-  * Various small fixes and improvements.+  * dcrack: Clean up dictionary before uploading it to the server. 
 +  * dcrack: Gracefully stop and display errors instead of printing stacktrace whenever possible. 
 +  * dcrack: Move temporary user files to /tmp and cleanup when done
 +  * dcrack: Fixed displaying status when no clients are connected to the server. 
 +  * dcrack: Validate uploaded PCAP and display success/failure. 
 +  * dcrack: Improved removing BSSID. 
 +  * WPAClean: Fixed crash with invalid prism2 header PCAP and added tests
 +  * WPAClean: Don't create output file if no handshake are present or if input file is bad. 
 +  * WPAClean: Fixed memory leak. 
 +  * Airmon-ng: Fixed display of interface name if name is too long. 
 +  * OSdep: Fixed memory leak and null pointer dereference. 
 +  * OSdep: Fixed byteorder macros and other tools crashing. 
 +  * OSdep: Added support to build as a shared library. 
 +  * FreeRADIUS-WPE: Updated instructions for v3.0.17. 
 +  * HostAPd-wpe: Added Response-Identity logging and displaying NETNTLM hash in hashcat format
 +  * Airgraph-ng: Renamed dump-join to airodump-join. 
 +  * General: Added coveralls.io badge. 
 +  * General: Added --without-opt to disable stack protector when using GCC >= 4.9 
 +  * General: Various improvements and fixes, some from Coverity Scan and Valgrind. 
 +  * General: Fixed typos reported by codespell. 
 +  * General: Extracted console functions and moved to aircrack-util/
 +  * General: Renamed osdep/ to aircrack-osdep/
 +  * General: Fixed and added functions prototypes and commented out unused functions. 
 +  * General: Reformat source code using clang-format and added .clang-format file for IDE
 +  * General: Improvements to AppVeyor and TravisCI builds 
 +  * Building: Added NEON intrinsic support. 
 +  * Building: Support paths containing spaces, during autoreconf. 
 +  * Building: Fix compilation without getauxval in the trampoline binary. 
 +  * Building: Fixed compiler warnings on Windows, FreeBSD. 
 +  * Building: Fixes and documentation for OSX. 
 +  * Building: Added support for tcmalloc and jemalloc. 
 +  * Building: Added instruction to build Windows binaries with Airpcap. 
 +  * Unit test: Using CMocka for some tests 
 +  * Documentation: Updated explanations regarding building some experimental tools.
 \\ \\
 [[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]].
- 
-===== Virtual Machine ===== 
- 
-A virtual machine is available [[http://download.aircrack-ng.org/vmware-aircrack-ng-v4.7z|here]]. It is also available via [[http://www.fulldls.com/download-app-1882388-vmwareaircrackngv4+7z.torrent|BitTorrent]].  See [[install_aircrack#installing_vmware_image|this page]] for more information. 
- 
-A second, very light VMWare (15Mb required on disk) machine is available [[http://download.aircrack-ng.org/TransRT73.zip|here]] with a mirror available [[http://chaox.net/~jens/TransRT73.zip|here]]. The md5sum of the file is **a42aa70fc6c752e3ed2ad8e1fa77d154**. This machine currently only works with RT73. See [[http://forum.aircrack-ng.org/index.php?topic=2204.0|this thread]] on the forum for more information. 
- 
- 
  
 ===== 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 108: Line 134:
     * 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 128: Line 154:
   * [[airtun-ng]]   * [[airtun-ng]]
   * [[besside-ng]]   * [[besside-ng]]
 +  * [[dcrack]]
   * [[easside-ng]]   * [[easside-ng]]
   * [[packetforge-ng]]   * [[packetforge-ng]]
Line 154: Line 181:
 ===== 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