- Basically can be executed by Ubuntu/Linux Kali.
-
-
Update package manager:
1.$ sudo apt-get update
2.$ sudo apt-get upgrade -
Install python3:
3.$ sudo apt-get install python3.9 -
Install pip3:
4.$ sudo apt install python3-pip -
Install scapy:
5.$ sudo apt install python3-scapy -
Install gnome-terminal:
6.$ sudo apt-get install gnome-terminal -
Install hostapd:
7.$ sudo apt-get install hostapd -
Install dnsmasq:
8.$ sudo apt-get install dnsmasq -
Install iptables:
9.$ sudo apt-get install iptables -
Install NodeJS:
10.$ sudo apt install nodejs -
Install npm:
11.$ sudo apt install npm -
Install express:
12.$ npm install express -
Install body-parser:
13.$ npm install body-parser
-
- Scan the network for possible Access Points to attack
- Choose one of the AP as a victim
- Scan for possible client in the victim AP
- Choose one of the clients as a victim
- Send deauthentication packets to the choosen AP and Client
- Create a fake AP - same details as the victim AP
- Create a Captive Portal for phising (HTML page with NodeJS).
-
- Go to the folder
Evil_Twin_Scapy/Tools/Attack
- Go to the folder
-
- Run the command
$ sudo python3 EvilTwin.py
- Run the command
-
- Follow the instructions that appers in the terminal
- Follow the instructions that appers in the terminal
This project exists thanks to all the people who contribute.
Contributions, issues and feature requests are welcome.
Feel free to check our issues page.