How to Install Wifite2: Complete Tutorial

How to Install Wifite2: Complete Tutorial

Learn how to install Wifite2 on Raspbian OS or Kali Linux

Supported Attacks

  1. WPS: The Offline Pixie-Dust attack
  2. WPS: The Online Brute-Force PIN attack
  3. WPA: The WPA Handshake Capture + offline crack.
  4. WPA: The PMKID Hash Capture + offline crack.
  5. WEP: Various known attacks against WEP, including fragmentation, chop-chop, aireplay, etc.

Required Tools

Tool

Description

Git

python

Wifite2 supports python2 and python3

iwconfig

OS tool to manage wireless connections.

Aircrack-ng Pack

All tools from Aircrack Suite

sudo apt-get install aircrack-ng

tshark

tshark will be used to sniff all network packets necessary to crack the network.

sudo apt-get install tshark

reaver

Reaver is an amazing tool to crack Wi-fi network specially WPS.

sudo apt-get install reaver

bully

Another amazing tool to attack WPS with Pixie dust attacks.

coWPAtty

Can be used to many things but here is used to detect handshakes

pyrit

Used to detect handshakes, attention it only works with python2.

sudo apt-get install pyrit

hashcat

PKMID attacks

Wifite 2 tools needed

Install Wifite2

Bash

git clone github.com/derv82/wifite2.git cd wifite2

Bash

sudo python setup.py install

Bash

sudo ./Wifite.py

Source Wifite2