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/07/11 03:23] – [News] Aircrack-ng 1.3 mister_xmain [2018/09/17 01:20] – [News] Blog post: Debian and FreeBSD on QEMU with MMX-only CPU mister_x
Line 30: Line 30:
  
 ^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.|
 ^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 a 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]].| ^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 a 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]].|
-^15 Apr 2018|Aircrack-ng 1.2|It's been way too long since the last stable release. \\ \\ Compared to the last stable, 1.1, this release has a huge amount of improvements and fixes. The changelog since 1.1 is almost 300 lines long (1200+ commits). Code quality has improved, in parts thanks to [[https://scan.coverity.com/projects/aircrack-ng|Coverity Scan]]. We now switched to [[https://github.com/aircrack-ng/aircrack-ng/|GitHub]] completely and have a few buildbots (including one for Windows) to test building and run the test suite on a different platforms. \\ \\ Check out our [[https://aircrack-ng.blogspot.com/2018/04/aircrack-ng-12.html|blog post]] and [[changelog]] for more details.| 
- 
  
 [[morenews|More news...]] [[morenews|More news...]]
Line 39: Line 38:
 ===== Current version ===== ===== Current version =====
  
-Latest version: 1.2+Latest version: 1.3
  
-  * [[https://download.aircrack-ng.org/aircrack-ng-1.2.tar.gz|Linux]] ([[https://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]])
  
 ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\ ** IMPORTANT ** Information Regarding Windows Version ** IMPORTANT **\\
Line 54: Line 53:
 ==== Changelog ==== ==== Changelog ====
  
-  * GeneralFixed compiling Windows binaries and updated README.md/INSTALLING+  * Aircrack-ngAllow using Hashcat HCCAPX files as input files
-  * General: Fixed commands to install dependencies on Debian/Ubuntu and FreeBSD+  * Aircrack-ng: Fixed floating point exception due to division by 0 when displaying stats. 
-  * GeneralAdded command to install dependencies on Fedora/CentOS/RHEL+  * Aircrack-ng: Updated manpage regarding hex wordlist usage. 
-  * GeneralRemoved packages/ directory+  * Aircrack-ng: Added save/restore session when cracking using wordlists (-N and -R)
-  * General: Added Alpine Linux and Kali Linux buildbots+  * Aircrack-ngMoved crypto to its own library, aircrack-crypto(aka crypto engine)
-  * General: Fixed configure with --with-libpcap-include=/somewhere/include and --with-libpcap-lib=/somewhere/lib+  * Aircrack-ngNow back to a single binary thanks to crypto-engine
-  * General: Fixed search for ethtool when running as a non-root user+  * Aircrack-ng: Performance improvements of the crypto engine across various CPU architectures. 
-  * General: Various fixes. +  * Aircrack-ng: Added support for AVX512 in the crypto-engine (and build)
-  * Airmon-ng: Fixed mktemp on Alpine Linux.+  * Aircrack-ng: Improved building crypto-engine across CPU architectures and compilers (gcc, clang and ICC). 
 +  * Aircrack-ng: Allow to list available SIMD optimizations. 
 +  * Aircrack-ng: Improved benchmark tool for unusual CPU/cores count. 
 +  * Airodump-ng: Fixed running in the background. 
 +  * Airodump-ng: Don't show WPA handshake capture notice for out-of-scope ESSIDs. 
 +  * Airodump-ng: Add --background 0/1 to force disable/enable background settings and override autodetection of background. 
 +  * Airodump-ng: Added support for GCMP, GCMP-256 and CCMP-256. 
 +  * Airolib-ng: Fixed importing data when interrupting process using Ctrl-C.  
 +  * dcrack: Check if dictionary and capture file exists before uploading them. 
 +  * 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]]
main.txt · Last modified: 2023/01/16 20:04 by mister_x