Skip to content

rtts/mitm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MITM Proxy

A simple Python WSGI application that forwards all requests to a target host and returns its responses. Ideally, both the client and the target host should not be aware that the request is being proxied.

Installation

Run the following commands:

pip install -r requirements.txt
export FLASK_DEBUG=1
flask run

Then, point your web browser to http://localhost:5000/

Releases

No releases published

Packages

No packages published

Languages