• Stars
    star
    182
  • Rank 211,154 (Top 5 %)
  • Language
    Shell
  • Created about 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Probably one of the smallest SSL MITM proxies you can make
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").