Detailed changelog: Airmon-ng: Added chipset information for ar9170usb, wl, rt2800usb, ar9271, wl12xx, RT3070STA, ath9k_htc, r871x_usb_drv, ath5k, carl9170 and various Intel drivers. Airmon-ng: Fixed chipset information ipw2200. Airmon-ng: Fixed output for r8187 driver. Airmon-ng: Improved chipset information for a few drivers. Airmon-ng: Support for displaying information about ath9k. Airmon-ng: Added 'check kill' to automatically kill services that could interfere. Airmon-ng: Fixed issues with Intel chipsets detection. Airmon-ng: Updated iw download link. Airmon-ng: Better mac80211 handling Airmon-ng: Added detection for WiLink TI driver, rtl819xU, iwlwifi. Airmon-zc: Improved version of Airmon-ng with more detailled information. Airdecap-ng: Fixed decoding QoS frames (Closes: #667 and #858). Airgraph-ng: Use Aircrack-ng Makefile instead of its own. Airbase-ng: Fixed bug using clients list. Airbase-ng: Fixed issue with QoS (ticket #760). Airbase-ng: Fixed sending beacons with null SSID. Airbase-ng: Allow non ASCII ESSID Airodump-ng: Fixed buffer overflow (ticket #728). Airodump-ng: Fixed channel parsing. Airodump-ng: Fixed FreeBSD battery reading. Airodump-ng: Renamed "Packets" column to "Frames" ("Packets" was not correct). Airodump-ng: Fixed XML bugs when outputting NetXML: ESSID containing '&' or chinese characters, when multiple encryption are used. Airodump-ng: Add alternative paths for Airodump-ng OUI file. Airodump-ng: Added GPSd 2.92+ support (JSON). Airodump-ng: Add option --manufacturer to display manufacturer column on airodump-ng. Airodump-ng: Add feature to show APs uptime (--uptime) based on the timestamp. Airodump-ng-OUI-update: Fixed OUI URL and allow CURL redirect (ticket #829). Airdrop-ng: removed .py from file names. Airdrop-ng: Fixed bug in installer. Airdrop-ng: Fixed OUI lookup. Airdrop-ng: Fixed bug when several BSSID have the same ESSID. Airdrop-ng: Doesn't constantly parse anymore, wait 5 seconds each time it parses. Airdrop-ng: Fixed crash when failing to get channel or when rules file didn't exist. Airdrop-ng: Fixed to use lorcon.py/lorcon2 libs. Airdrop-ng: Updated README. Airdrop-ng: Fixed error preventing update to work. Versuck-ng: New script to do the same thing as the kismet autowep plugin from the CLI. Aircrack-ng: Fixed counter display error when cracking WPA. Aircrack-ng: Added output of the WPA handshake to EWSA project file. Aircrack-ng: Added output of the WPA handshake to oclhashcat+ project file. Aircrack-ng: Added benchmark option, -S. Aircrack-ng: Fixed -u option. Aircrack-ng: PIC fix for hardened systems from Francisco Blas Izquierdo Riera (klondike) Aircrack-ng: Allow dictionaries larger than 2Gb. Aircrack-ng: Give a better message when there's an error with the dictionary. Aircrack-ng: Prevent a buffer overflow from happening (Wojciech Waga). Aireplay-ng: Added migration mode attack from Leandro Meiners and Diego Sor from Core Security (BlackHat Las Vegas 2010) Aireplay-ng, Airodump-ng: Added option to ignore issue with -1 channel. Airserv-ng: Fixed crash when clients disconnect. Besside-ng-crawler: Added EAPOL Crawler. Airdecloak-ng: Fixed bug when using pcap files with PPI headers. dcrack: Distributed cracking server/client wifi-detect.sh: reference script for testing wifi card detection using iwconfig vs ls /sys/class/net WPA Clean: Tool to merge and clean WPA capture files. Wireless Panda: C# Library to parse Airodump-ng output files (and added example project). OSdep (Linux): Setting fixed bitrates on mac80211 2.6.31 and up. OSdep (Linux): Added support for nl80211 thanks to impulse32. Use 'make libnl=true' to add netlink support (Ticket #1004). Manpages: Improvement and fixes for Airgraph-ng, Airodump-ng, packetforge-ng, Aircrack-ng Manpages: Fixed various spelling issues and single quote issues. Makefiles: Added tests for the different tools. Makefiles: Various fixes and improvements. Makefiles: Added support for libgrypt instead of OpenSSL via parameter. Patches: Added a few patches. Removed useless script: patchchk. Finally fixed licensing issues. Fixed endianness issues in most of the tools. Fixed cppcheck errors (Ticket #957). Fixed various compilation issues on Linux and Cygwin, GNU/Hurd, Darwin (OSX) and Sparc. Fixed compilation on recent gcc versions on Linux, Cygwin. Added instructions for Travis CI: Free Hosted Continuous Integration Platform for the Open Source Community. Added Readme.Md for GitHub. Aircrack-ng subversion repository is synced on GitHub: http://github.com/aircrack-ng/aircrack-ng Various other small bug fixes.
Yes, make sure it is of the same name as the original tcz. I have noticed a few issues with Wifite. Hoping this version gets out of beta. I am planning to release 0.4.6.2 with this but want to make sure it is a stable beta and better overall than the old version.
i use this with wifite in ubuntu 12.04 (with old linux-firmware) and i dont see any problems. But when i use in with ubuntu 13.04 when capturing handshakes i allway see "fixed channel -1". on the other hand i see current wifite doesn't good for wpa handshakes capturing. When i take a look in wifite's source code, i see " it deauths client with aireplay command: aireplay -0 1 -b ap_bssid -h client_bssid iface", i have tested and see the command: "aireplay -0 -1 -b ap_bssid -c client_bssid iface" which is used with minidweb-gtk, allway better. --- Double Post Merged, 11 Jun 2013 --- i have made a patch for wifite, a char is changed and wifite works more better copy wifite.patch to wifite's directory. PHP: Select All diff --git a/wifite.py b/wifite.pyindex 01364a8..39f3061 100644--- a/wifite.py+++ b/wifite.py@@ -1915,7 +1915,7 @@ def wpa_get_handshake(iface, target, clients): (GR+sec_to_hms(RUN_CONFIG.WPA_ATTACK_TIMEOUT - seconds_running)+W, \ G+str(RUN_CONFIG.WPA_DEAUTH_COUNT)+W, \ G+target_clients[client_index].bssid+W),- cmd.append('-h')+ cmd.append('-c') cmd.append(target_clients[client_index].bssid) cmd.append(iface) stdout.flush()
This is a compat problem you could try a older compat , patch the kernel or just use the Code: Select All ignore-negative-one in aireplay not sure if you still need the ignore-negative-one patch.
We have a new one @meknb @Aby$m @sovietw0rm Aircrack-ng 1.2 beta 2 released. Enjoy ;) http://t.co/fHY819YEeg— Aircrack-ng (@aircrackng) December 1, 2013 Aircrack-ng 1.2 Beta 2 SHA1: 7b660b789f391e2e33759f4204b206c8f2614471 MD5: f1c0f1d5e7eb063e40e109283599356b Release Notes: Airbase-ng IE order fixed Improved WEP cracking speed using PTW Fixed WPA capture decryption when WMM is used Fixed memory leaks in several parts of the suite Fixed compilation with recent version of gcc, on cygwin and on Gentoo hardened Now using Coverity Scan for static code analysis Lots of other small fixes Detailed changelog: Airbase-ng: Fixed order of IE when creating soft Access Point. Airbase-ng: Fixed Caffe Latte Attack not working for all clients. Aircrack-ng: Improved PTW speed thanks to Ramiro Polla. Airmon-zc: Fixed improper use of the interface. Airdecap-ng: Fixed decoding captures with WMM enabled. Various: Fixed memory leaks in Aircrack-ng, Aireplay-ng, OSdep. Added support for static analysis using Coverity Scan. Fixed compilation due to PIC unfriendly assembly on Gentoo hardened. Fixed running tests using 'make check'. Fixed building aircrack-ng with recent version of gcc and also on cygwin. Various other small fixes. Source: Aircrack-ng: Aircrack-ng 1.2 Beta 2 release
Mr. Penguin updated Aircrack-NG with a new update entry: Improved cracking speed and bug fixes Read the rest of this update entry...
Mr. Penguin updated Aircrack-NG with a new update entry: Improved cracking speed and bug fixes Read the rest of this update entry...
I am newbie here @@ can i know how to install aircrack new version in xiaopan? Besides that, if i want to install it in backtrack 5 , it is correct to install in this way ? wget http://download.aircrack-ng.org/aircrack-ng-1.2-beta2.tar.gz tar -zxvf aircrack-ng-1.2-beta2.tar.gz cd aircrack-ng-1.2-beta2 make make install ( is this the correct way for BT5? )
Mr. Penguin updated Aircrack-NG with a new update entry: Latest Aircrack Bug Fixes and Improvements Read the rest of this update entry...
What tools ?? The one here #10 should work doesn't use wlan0mon it still use's mon0 but the newer one is much better no more channel -1
i was thinking about feeding bottle and inflator becouse of wlan0mon post 10 is aircrack 1.2 beta2 i needed RC1
There is not a lot of difference between the two aircracks, me personally i just avoid closed source tools like these feeding bottle inflator. But aircrack is easily built on xiaopan just download compiletc.tcz libnl.tcz libpcap.tcz libssl.tcz "squashfs-tools.tcz if you want to build a tcz" Code: Select All wget http://download.aircrack-ng.org/aircrack-ng-1.2-rc1.tar.gz tar -zxvf aircrack-ng-1.2-rc1.tar.gz cd aircrack-ng-1.2-rc1 make make install Or to build tcz use make destdir ie Code: Select All touch /tmp/mark make DESTDIR=/tmp/aircrack-ng-1.2-rc1 install-strip cd /tmp mksquashfs aircrack-ng-1.2-rc1 aircrack-ng-1.2-rc1.tcz Your aircrack-ng-1.2-rc1.tcz will be in your tmp folder now copy it to a folder that is backed up i.e. home You can use tce-load -i aircrack-ng-1.2-rc1.tcz to load it.
Mr. Penguin updated Aircrack-NG with a new update entry: Released 21 Nov 2015 Read the rest of this update entry...
Seriously you guys are damn amazing I only started reading and learning ,(confused and dizzy mostly) but wow big thumbs up and a major Thank You for all this information and teaching and patience From: SRSCA Hamilton Ontario Canada!