oycillessen / ETD-Bire

This program is used for evil twin attackes detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETD-Bire

This program is used for Evil-Twin Attack detection.

Requirements

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)

Installation&Usage

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

License

(C) oycillessen 2019, GPL-3.0 License.

Contact

You can send message to oycillessen@foxmail.com .

About

This program is used for evil twin attackes detection.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%