Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/floyd-fuh/tiny-mitm-proxy
- Owner: floyd-fuh
- Created: 2015-08-26T10:21:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T10:32:06.000Z (over 9 years ago)
- Last Synced: 2024-08-04T04:09:22.607Z (5 months ago)
- Language: Shell
- Size: 86.9 KB
- Stars: 182
- Watchers: 18
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-network-stuff - **177**星
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").