Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
7e89fba
Added Pentoo to list of distributions
derv82 May 26, 2012
5cefb04
Updated copyright year
derv82 May 27, 2012
a43d597
Added upgrade functionality (disabled for github), resolved tshark qu…
May 30, 2012
4a56e2c
Merge branch 'master' of github.com:derv82/wifite
May 30, 2012
19c7e51
Added function and parameters, view diff.
Jul 21, 2012
452674e
Merge pull request #7 from intech/patch-1
derv82 Aug 4, 2012
a0def03
moved logging and Tx power level to non-default, command-line options…
derv82 Aug 15, 2012
5b00ae7
Initial commit of ballast security dev branch. A little behind the
Nov 3, 2012
89db05f
Changed the saving/loading of cracked APs to use a csv file, easier to
Nov 3, 2012
3a0060e
Implemented some missed features from this branch
Nov 3, 2012
89393f1
Fixed string formatting issue
Nov 3, 2012
f2a2dad
Added -recrack, by default hiding any already cracked APs from showing
Nov 4, 2012
0147425
Updater changed to use GitHub, parses the source file in the master
Nov 4, 2012
1e8c38d
Updated the help function
Nov 4, 2012
fa3f600
* wifite.py
hatRiot Nov 4, 2012
a425af8
Commit before merge
Nov 4, 2012
e1d0eb5
Merge branch 'ballast-dev' of https://github.com/derv82/wifite into b…
Nov 4, 2012
0a99b13
Fixed some merge issues, and removed some errors
Nov 4, 2012
9ac5b27
* readme.md
hatRiot Nov 5, 2012
70b834d
* wifite.py
hatRiot Nov 5, 2012
f2a03a9
* wifite.py
hatRiot Nov 14, 2012
0ba92b7
* spacing
hatRiot Nov 14, 2012
c7df6a2
Fixed wpa time display issue on slower machines(raspis) and changed
Nov 17, 2012
365b15d
* wifite.py
hatRiot Nov 18, 2012
19ffd9b
Fixed WPS_DISABLE variable
Nov 19, 2012
c57586b
Merge branch 'refs/heads/ballast-dev' of https://github.com/derv82/wi…
Nov 19, 2012
c9a6520
Added self to strip_handshake
Nov 19, 2012
7b839ad
CSV with null fix(output from airodump-ng)
Nov 20, 2012
9d073fa
* wifite.py
hatRiot Nov 21, 2012
6ff286d
Fixed some of the zombie aireplay processes in wep_attack
Nov 21, 2012
0ad71a6
Implemented a run engine. Needs to be vetted for bugs
Dec 2, 2012
1f5f99e
* wifite.py
hatRiot Jan 2, 2013
e35527c
Fixed multiple wifi card issue
Feb 7, 2013
e664992
Fixed specifying non-monitor mode adapters
hatRiot Apr 20, 2013
3abd8b3
Merge branch 'ballast-dev' of github.com:/derv82/wifite into ballast-dev
hatRiot Apr 20, 2013
7ce3ed1
Fixed spacing and added backwards compatibility for cracked.txt
Jul 4, 2013
6cf4fa5
Remembered how the save method works
Jul 4, 2013
16212f1
Fixed logic in backwards compat loop
bwall-slave Aug 6, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ About

_Wifite is for Linux only._

Wifite was designed for use with pentesting distributions of Linux, such as [Backtrack 5 R1](http://www.backtrack-linux.org/), [BlackBuntu](http://www.blackbuntu.com/), [BackBox](http://www.backbox.org); any Linux distributions with wireless drivers patched for injection. The script appears to also operate with Ubuntu 11/10, Debian 6, and Fedora 16.
Wifite was designed for use with pentesting distributions of Linux, such as [Backtrack 5 R1](http://www.backtrack-linux.org/), [BlackBuntu](http://www.blackbuntu.com/), [Pentoo](http://www.pentoo.ch/), [BackBox](http://www.backbox.org); any Linux distributions with wireless drivers patched for injection. The script appears to also operate with Ubuntu 11/10, Debian 6, and Fedora 16.

Wifite must be run as __root__. This is required by the suite of programs it uses. Running downloaded scripts as root is a bad idea. I recommend using the Backtrack 5 R1 bootable Live CD, a bootable USB stick (for persistent), or a virtual machine. Note that Virtual Machines cannot directly access hardware so a wireless USB dongle would be required.

Expand All @@ -39,7 +39,7 @@ Required Programs

Please see [the installation guide](https://github.com/derv82/wifite/wiki/Installation) on the wiki for help installing any of the tools below.

* [__Python 2.6.x or 2.7.x__](http://python.org/getit/). Wifite is a Python script and requires Python to run.
* [__Python 2.7.x__](http://python.org/getit/). Wifite is a Python script and requires Python to run.

* [__aircrack-ng suite__](http://aircrack-ng.org/).
This is absolutely required. The specific programs used in the suite are:
Expand Down Expand Up @@ -71,4 +71,4 @@ Licensing

Wifite is licensed under the GNU General Public License version 2 (GNU GPL v2).

(C) 2011 Derv Merkler
(C) 2010-2012 Derv Merkler
Loading