Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alvarogzp/man-in-the-middle
- Owner: alvarogzp
- License: apache-2.0
- Created: 2017-09-11T08:33:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T15:18:34.000Z (over 7 years ago)
- Last Synced: 2024-08-04T09:06:38.829Z (5 months ago)
- Topics: man-in-the-middle, mitm, mitmproxy
- Language: Python
- Size: 31.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **2**星
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.