WepCrackGui Code
Status: Beta
Brought to you by:
criser
This is a new GUI for aircrack-ng. It has the following features: - Nice tabbed interface - Automatically bring card into/out of monitor mode - Scan for access points and selection of APs - Fake Authentication, using aireplay-ng and wpa_supplicant for iwlagn cards - Supports open and shared key authentication - Aireplay attacks: ChopChop, Fragmentation,Arp replay, Broadcast - Can run in parallel or individual selected - Crack of WEP Networks - Uses PTW and if that fails individual Korek attacks 1-17 - Support of WEP Dictionary attack - Generates dictionary with more than 2 million keys - Wpa crack, including automatic de-authentication of stations for fast handshake discovery - Uses all wordlist inside a configurable directory to crack the wpa-key - Some wordlists are already contained in the package files. - Can use crunch together with aircrack-ng for wordlist-less cracking - Discover hidden essids ( uses mdk3 ) - Mac address changer - Configurable options - Translated in english, german and italian - Support for multiple cards - Frontents in Qt and Gtk+ - Project Page on SourceForge: http://wepcrackgui.sourceforge.net Please file bug reports there. Requirements: Please see the file "Dependencies". Usage(Binary): 1. Extract the file WepCrack.tar.gz 2. Change into the directory created (WepCrack) 3. Start WepCrackGui: 3.1: To start the gtk frontend: sudo ./wepcrack 3.1: To start the qt frontend: sudo ./qwepcrack Crack and limited Scan also works as non-root, but you will need existing capture files To see a lot of debug output, do: For the gtk frontend: sudo ./wepcrack-debug For the qt frontend: sudo ./qwepcrack-debug Usage(Source): The source package contains a complete Monodevelop 2.0 project. For the gtk frontent: Compile: ./configure && make The frontend is now in GWepCrackGui/bin/Debug For the qt frontent: Compile: ./configure --config=DEBUGQT && make The frontend is now in QWepCrackGui/bin/Debug Until now it was tested with the following drivers: ath5k, iwlagn, ipw2200, ath_pci under Ubuntu 8.04, 9.04, 9.10, 10.04, 10.10 and Fedora 11,12, BT4 Final