This program is used for Evil-Twin Attack detection.
Following are the requirements for getting the most out of ETD-Bire:
- A working Linux system. Kali Linux is the officially supported distribution, thus all features are primarily tested on this platform.
- Two wireless network adapters that supports AP & Monitor mode and is capable of injection.(such as TL-WN722N)
- Software required:
- Python 3.5+
- wpa_supplicant (
sudo apt-get install wpa_supplicant
)
- Python-Libary required:
- pyqt5 (
pip install pyqt5
) - scapy (
pip install scapy
) - pywifi (
pip install pywifi
)
- pyqt5 (
After installing the prerequisites listed above for your platform, you can run the following commands:
git clone https://github.com/oycillessen/ETD-Bire.git
cd ETD-Bire
sudo python main.py
(C) oycillessen 2019, GPL-3.0 License.
You can send message to oycillessen@foxmail.com .