Skip to content

Support us

Authors: fire1ce | Created: 2021-10-24 | Last update: 2022-08-02

Wifite

Wifite is an automated wireless attack tool.

Wifite2 Github page

In order to perform wifi attacks you need a wifi card with Monitor Mode and Frame Injection like Realtek rtl8812au chipset.

Suggested Wifi Dongles

Install in kali

apt install wifite

Install Pyrit for Wifite

Pyrit Github page

Install dependencies

apt install python zlib openssl git

The Install

cd ~
git clone https://github.com/JPaulMora/Pyrit.git;
pip install psycopg2 scapy;
cd Pyrit
python setup.py clean;
python setup.py build;
python setup.py install;
rm -rf ~/Pyrit

Comments