|
Project Information
Members
Featured
Downloads
Wiki pages
|
new versionWifite v2 is in development! The latest alpha version is available at: https://github.com/derv82/wifite Once a stable version is reached, this Google Code page will be updated to hold the new version. In the mean time, if you want to install and run the latest alpha version, open a terminal and type: git clone git://github.com/derv82/wifite.git cd wifite ./wifite.py Please send all bug reports, feature requests, and issues for Wifite v2 to this page. mention in the New York TimesWifite was mentioned in the New York Times' article "New Hacking Tools Pose Bigger Threats to Wi-Fi Users" from February 16, 2011. Here is a link to the article. introductiondesigned for Backtrack4 distribution of Ubuntu; works great with BlackBuntu! Linux only; no windows or osx support. purposeto attack multiple WEP and WPA encrypted networks at the same time. this tool is customizable to be automated with only a few arguments. wifite can be trusted to run without supervision. features
requirements
executiondownload the latest version: wget -O wifite.py http://wifite.googlecode.com/svn/trunk/wifite.py change permissions to executable: chmod +x wifite.py execute: python wifite.py or, to see a list of commands with info: ./wifite.py -help snapshotconsole mode:
gui mode (default):
video tutorialcapturing WPA handshake using Wifite (and then cracking with oclHashCat).
video credit: Maurizio Schmidt examplesthe program contains lots of interactivity (waits for user input). these command-line options are meant to make the program 100% automated -- no supervision required. to crack all WEP access points: ./wifite.py -all -nowpa to crack all WEP access points with signal strength greater than (or equal to) 50dB: ./wifite.py -p 50 -nowpa to attack all access points, use 'darkc0de.lst' for cracking WPA handshakes: ./wifite.py -all --dict /pentest/passwords/wordlists/darkc0de.lst to attack all WPA access points, but do not try to crack -- any captured handshakes are saved automatically: ./wifite.py -all -nowpa --dict none to crack all WEP access points greater than 50dB in strength, giving 15 minutes for each WEP attack method, and send packets at 600 packets/sec: ./wifite.py --power 50 -wepw 15 -pps 600 to attempt to crack WEP-encrypted access point "2WIRE752" endlessly -- program will not stop until key is cracked or user interrrupts with ^C): ./wifite.py -e "2WIRE752" -wepw 0 DonationsI have been asked, and I'm finally throwing up a donations button. all of my software is open-source and free! donating does not guarantee support or extra features. you do not need to donate money to use this toolhowever, if you want to help make my life a little easier, feel free to donate by clicking the button below: |
