Hola...mirando por seclist.us a ver si había algo interesante he visto esto, por si queréis incluirlo en la distro....
Changelog zizzania v0.0.1:+ Remove trailing empty line
+ Properly hex-escape SSID during printing
+ Explicitly use the length field to print SSID
zizzania sniffs wireless traffic listening for WPA handshakes and dumping only those frames suitable to be decrypted (one beacon + EAPOL frames + data). In order to speed up the process, zizzania sends IEEE 802.11 DeAuth frames to the stations whose handshake is needed, properly handling retransmissions and reassociations and trying to limit the number of DeAuth frames sent to each station.
Dependencies:+ SCons
http://www.scons.org/+ libpcap
http://www.tcpdump.org/+ uthash
https://troydhanson.github.io/uthash/Usage & Installation:git clone https://github.com/cyrus-and/zizzania
cd zizzania
For Debian/Kali 2.0
sudo apt-get install scons libpcap-dev uthash-dev
Mac OSX
brew install scons libpcap clib
clib install troydhanson/uthash # from this directory
make
cd src
./zizzania
Upgrade:
git pull origin master
Source :
https://github.com/cyrus-and/zizzaniaEspero que os sirva...
Saludos...!!