DrMITM: globally log all traffic of a website
D̳r̳M̳I̳T̳M̳
DrMITM is a program designed to globally log all traffic.
H̳o̳w̳ i̳t̳ w̳o̳r̳k̳s̳
DrMITM sends a request to website and returns the IP of the website just in case the server of the website is designed to rely on the website IP for requests, and the request that goes to the website also ends up being sent to the server which it will log the message that the website sends, it will then return the same message and send it directly to the server, where the server may see it as the website but it will also direct our request to the website once the program changes IP’s. once it sends our request to the website, the program will then pause our traffic, and wait for incoming traffic, when a new user tries to login or whatever and the website sends a request to the server, DrMITM will receive it, and the way it gets the data back to us is by sending the same data to a file.
Install
git clone https://github.com/Imgp3Dev/DrMITM.git
For Nim version: Install 19.0 Nim(using choosenim or git clone), cd into the directory, Run nim DrMITM.nim
For Python version: Install Python, cd into the directory, Run python DrMITM.py
Copyright (c) 2019 IMGP3DEV
Source: https://github.com/Imgp3Dev/