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 [2018/03/11 18:50] – HTTPS updates mister_xmain [2018/11/08 04:22] – Blog post: Continuous Integration/Contious Delivery mister_x
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
Line 30: Line 32:
  
 ^Date^Title^Content^ ^Date^Title^Content^
-^11 Mar 2018|Blog post: Migration to GitHub|We finally made it completely, we migrated from trac and subversion to GitHub. It was far from a simple program to run and switch to GitHub, it 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]].| +^07 Nov 2018|Blog post: Continuous Integration/Contious Delivery|We have been using a lot of different tools and fined tuned them to provide us better and better information which has contributed to increase code quality over time. [[https://aircrack-ng.blogspot.com/2018/11/continuous-integrationcontious-delivery.html|This blog post]] gives an overview of our current CI/CD infrastructure and some future improvements we are working on.| 
-^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 explaineda 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.| +^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 caseswe're dealing with the same [[https://en.wikipedia.org/wiki/Endianness|endianness]] (little)so this isn't too big of a 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 a 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 a 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.| 
-^16 Aug 2017|Blog post: On driversrtl8812au, 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...]]
Line 39: Line 41:
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.2 RC 4+Latest version: 1.4
  
-  * [[https://download.aircrack-ng.org/aircrack-ng-1.2-rc4.tar.gz|Linux]] ([[https://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 54: Line 56:
 ==== 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]]
Line 122: Line 133:
   * [[airtun-ng]]   * [[airtun-ng]]
   * [[besside-ng]]   * [[besside-ng]]
 +  * [[dcrack]]
   * [[easside-ng]]   * [[easside-ng]]
   * [[packetforge-ng]]   * [[packetforge-ng]]
Line 171: Line 183:
 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. 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 [[https://www.aircrack-ng.org/future.html|future]] of Aircrack-ng or as a way to say thanks or support hosting costs and hardware +If you would like to donate, consider [[http://www.hackersforcharity.org/|Hackers for Charity]].
- +
-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 questions, contact me at [[tdotreppe@aircrack-ng.org]]+
  
 ====== Contact ====== ====== Contact ======
  
-If you have any question regarding this website (this wiki, forum, ...), 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