Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 397 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 397 Bytes

MITMJ

A python based Man in the Middle tool, that can sniff credentials in the same internet.

Steps

  1. Use sudo python3 install.py to install all the necessary packages using pip.
  2. Firstly become the man in the middle using mitm.py.
  3. While being The Man in the Middle, use psniff.py to sniff packets from the target.

NOTE - This program only works with http, and not https.