Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alvarogzp/man-in-the-middle

Python library implementing a network proxy with the ability to modify stream data
https://github.com/alvarogzp/man-in-the-middle

man-in-the-middle mitm mitmproxy

Last synced: about 2 months ago
JSON representation

Python library implementing a network proxy with the ability to modify stream data

Awesome Lists containing this project

README

        

# Man in the middle

Python library implementing a network proxy with the ability to modify stream data.

This library was developed for the [poodle-challenge](https://github.com/alvarogzp/poodle-challenge) daemon. It was initially embedded into the daemon, and was later extracted due to its great potential to be used independently on other projects.

### Structure

The library is in the `mitm/` dir.

In `main.py` you can find a simple command-line tool that uses the library.