Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/floyd-fuh/tiny-mitm-proxy

Probably one of the smallest SSL MITM proxies you can make
https://github.com/floyd-fuh/tiny-mitm-proxy

Last synced: about 2 months ago
JSON representation

Probably one of the smallest SSL MITM proxies you can make

Awesome Lists containing this project

README

        

Probably one of the smallest SSL MITM proxies you can make. Only using openssl, netcat and a couple of other standard command line tools.

Writes all incoming client traffic to one file and all response traffic from the server to another file.

Put some sed commands in there and you can even modify traffic ("an exercise for the reader").