Authors: 2021-10-24 | Last update: 2022-08-02
| Created: Wifite¶
Wifite is an automated wireless attack tool.
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¶
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