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.
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
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