Lioo7 / Evil-Twin

Evil Twin attack & defense hacking tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evil-Twin

Scapy Python

introduction

An Evil Twin is a fraudulent Wi-Fi access point that appears to be legitimate but is set up to eavesdrop on wireless communications.
This type of attack may be used to steal the passwords of unsuspecting users, either by monitoring their connections or by phishing.

Tool details

  1. Scan a WLAN in the environment for a minute and view the various networks discovered.
  2. Selection of the network on which to carry out the attack.
  3. Presenting clients of the network on which the attack is being made.
  4. Selecting a victim and performing an Evil-Twin attack.

Evil-Twin attack includes:
Disconnecting the victim from the existing network, uploading the malicious network (the evil twin) and activating CaptivePortal, connecting the victim to the malicious network and its activities, obtaining the information that is the purpose of the attack.

In addition, this contains a defense tool that prevents this attack and keeps your device safe.

Requirements

  1. Two network interfaces, which both support monitor mode.
  2. Linux operating system.
  3. Python 3.0 or above.
  4. Copy html file from project to path in your OS: /var/www

How to run the project

  1. Clone the repository
git clone https://github.com/Lioo7/Evil-Twin.git
  1. Install Scapy
sudo apt install python3-scapy    
  1. Run the following command
sudo python3 main.py
  1. Set your interfaces (network adapters).
  2. Select 1 to activate the Evil-Twin attack or select 2 to activate the defense mode.
  3. Keep following the instructions on your terminal.

Running example

Menu Start:

Scanning AP:

Scanning Clients:

CaptivePortal (Fake AP):

About

Evil Twin attack & defense hacking tools


Languages

Language:CSS 35.2%Language:SCSS 29.5%Language:Less 29.1%Language:Python 5.0%Language:HTML 1.2%