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/09/17 01:20] – [News] Blog post: Debian and FreeBSD on QEMU with MMX-only CPU 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^
-^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't 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.+^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.| 
-^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 wayWe can now successfully build across lot of platforms (Windows, Linux, BSD, OSX) and CPU architectures (x86 and 64 bit, ARM v7, ARM v8PowerPC, etc). \\ \\ The most notable changes are in Aircrack-ng. It gets speed bump in most CPU architectures we supportthe ability to pause/restore cracking session and using HCCAPx files\\ \\ Other tools also see improvementsAll 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]].|+^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 valuesIn most cases, we'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 endianvalues needs to be swapped to read the values as they were stored. \\ \\ We have quite 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 netThis 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.| 
  
 [[morenews|More news...]] [[morenews|More news...]]
Line 38: Line 41:
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.3+Latest version: 1.4
  
-  * [[https://download.aircrack-ng.org/aircrack-ng-1.3.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 53: Line 56:
 ==== Changelog ==== ==== Changelog ====
  
-  * Aircrack-ng: Allow using Hashcat HCCAPX files as input files. +  * Aircrack-ng: Added PMKID cracking 
-  * Aircrack-ng: Fixed floating point exception due to division by 0 when displaying stats. +  * Aircrack-ng: Serious speed up and memory usage decrease when loading large files (multiple Gbusing AVL trees 
-  * Aircrack-ng: Updated manpage regarding hex wordlist usage+  * Aircrack-ng: Added hwloc (Hardware Locality) to improve performance 
-  * Aircrack-ng: Added save/restore session when cracking using wordlists (-N and -R). +  * Aircrack-ng: Support cracking PCAP with Protected Management Frames (802.11w) 
-  * Aircrack-ng: Moved crypto to its own library, aircrack-crypto/ (aka crypto engine)+  * Aircrack-ng: Merged check_thread() and read_thread() 
-  * Aircrack-ng: Now back to a single binary thanks to crypto-engine. +  * Aircrack-ng: Allow static linking with chosen SIMD 
-  * Aircrack-ng: Performance improvements of the crypto engine across various CPU architectures+  * Aircrack-ng: Display AVX512F when present 
-  * Aircrack-ng: Added support for AVX512 in the crypto-engine (and build)+  * Airodump-ng: Added clients GPS coordinates in NetXML file 
-  * Aircrack-ng: Improved building crypto-engine across CPU architectures and compilers (gcc, clang and ICC). +  * Airdecap-ng: Improve decrypting/parsing speed 
-  * Aircrack-ng: Allow to list available SIMD optimizations. +  * Airmon-ng: Updated/fixed using with nexmon 
-  * Aircrack-ng: Improved benchmark tool for unusual CPU/cores count. +  * Airmon-ng: Better check for lspci requirement on systems that don't have PCI/PCIe devices 
-  * Airodump-ng: Fixed running in the background. +  * Airmon-ng: Added support for rtl8812au/8814au/rtl88xxau driver 
-  * Airodump-ng: Don't show WPA handshake capture notice for out-of-scope ESSIDs. +  * BuildFixed building with a few different architectures 
-  * Airodump-ng: Add --background 0/1 to force disable/enable background settings and override autodetection of background. +  * BuildSwitch to new CI/CD tool, PyDeployer 
-  * Airodump-ng: Added support for GCMP, GCMP-256 and CCMP-256. +  * BuildImproved building on Windows (and building/testing with AppVeyor) 
-  * Airolib-ng: Fixed importing data when interrupting process using Ctrl-C.  +  * Build: Improved and tweaked CI systems (buildbots, Travis, AppVeyor) 
-  * dcrackCheck if dictionary and capture file exists before uploading them. +  * BuildSupport for statically linking libraries/binaries 
-  * dcrackClean up dictionary before uploading it to the server. +  * BuildAutomatic development packages build for multiple Linux distro and upload to PackageCloud.io 
-  * dcrack: Gracefully stop and display errors instead of printing stacktrace whenever possible. +  * Tests: Added new tests for Aircrack-ng 
-  * dcrack: Move temporary user files to /tmp and cleanup when done. +  * Tests: Added new capture files 
-  * dcrackFixed displaying status when no clients are connected to the server. +  * Freeradius-WPEFixed opening log file twice 
-  * dcrack: Validate uploaded PCAP and display success/failure. +  * General: Fixed loading PCAP on system with a different endianness 
-  * dcrack: Improved removing BSSID. +  * General: Fixed memory leaks and issues reported by static analysis tools 
-  * WPAClean: Fixed crash with invalid prism2 header PCAP and added tests. +  * General: Fixed "error while loading shared libraries" 
-  * WPACleanDon't create output file if no handshake are present or if input file is bad. +  * General: Various other small improvements in the toolsbuild system, tests and documentation 
-  * WPACleanFixed memory leak. +  * GeneralUpdate FSF address 
-  * Airmon-ng: Fixed display of interface name if name is too long. +  * GeneralCode formatting
-  * 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. +
-  * GeneralAdded --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 WindowsFreeBSD. +
-  * Building: Fixes and documentation for OSX. +
-  * BuildingAdded support for tcmalloc and jemalloc. +
-  * BuildingAdded 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]]
main.txt · Last modified: 2023/01/16 20:04 by mister_x