Installation - ReddyyZ/mitm.py GitHub Wiki

Installation on Debian using apt

  • First, add the repo to sources.list and update repos:
sudo echo "deb [trusted=yes] http://reddyyz.github.io/debian ./" | tee -a /etc/apt/sources.list > /dev/null
sudo apt-get update
  • Now, we're ready to install the mitm.py!
sudo apt-get install mitm.py
  • Happy hacking!
mitm.py --help

Install from source code

First, install python 3:

  • On Debian and Ubuntu
apt-get install python3 python3-dev python3-pip php

Now you're ready to install the tool!

  • Clone the repo:
git clone https://github.com/ReddyyZ/mitm.py
  • Cd into the directory and install the requirements:
cd mitm.py && pip3 install -r requirements.txt
  • Happy hacking!
python3 mitm.py --help