Man In The Middle - DEMO Website

Getting started

Requirements

  • Python3
  • pip
  • virtualenv
  • flask

TLDR

pip3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
./prepare.sh

Startup Website

flask run

or:

python3 -m flask run

Additional

I won't show you how the attack works, you have to learn this by yourself. 😉