avaucard / mitm-scripts

Set of scripts to perform a "Man In The Middle" attack using Scapy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Security Project given during courses

You have to perform a Man In The Middle attack using Scapy. All of the restrictions are specified in the subject.


Installation

You have to run these scripts on Debian 8.

First, install Python3.

apt-get install python3 python3-pip

Then, install Scapy, NetFilterQueue and TKinter.

python3 -m pip install scapy NetfilterQueue tkinter


Usage

To use these tools, run python3 mitm-gui.py on the pirate machine.

Enjoy !

(All of the description of the project in project-details.pdf)


Contributors

  • Alexandre SUCHOT
  • Henry MAISONNEUVE
  • Adrien VAUCARD

About

Set of scripts to perform a "Man In The Middle" attack using Scapy

License:MIT License


Languages

Language:Python 100.0%