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/30 02:19] – [Current version] 1.4 mister_xmain [2018/09/30 02:24] – [Tell me more about Aircrack-ng] Updated features 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 54: 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