As name suggest this is an evil-twin attack script. Works on WPA/WPA2 access points by creating a captive portal based evil twin. Based on NodeJS web server and bash scripts.
Mayank Metha
1.1
GPL-3.0
This tool is only for educational purpose. The author is not responsible for the damage caused by this tool on others. Do not use this tool to harm others.
- A kali linux system
- 2 WLAN Cards
Assuming your working directory is eviltwin folder in the terminal, run the following command:
cd install;chmod +x install.sh;./install.sh;cd ..
Assuming your working directory is eviltwin folder in the terminal, run the following command:
mkdir ssl;openssl req -new -newkey rsa:2048 -nodes -out ./ssl/mydomain.csr -keyout ./ssl/private.key
openssl x509 -signkey private.key -in ./ssl/mydomain.csr -req -days 1000 -out ./ssl/private.crt
First capture an handshake file using airodump-ng
. Then assuming your working directory is eviltwin folder in the terminal, run the following command:
./eviltwin.sh
A generic website and server file is provided. Create your own website and server for the target router/network.
- rtl8812au
- iwlwifi (txpower doesn't seem to work)