evil-proxy
evil-proxy copied to clipboard
A ruby http/https proxy to do EVIL things. :imp:
This: ``` require 'evil-proxy' proxy = EvilProxy::MITMProxyServer.new Port: 8080 proxy.start ``` and this: ``` https_proxy=http://localhost:8080 curl https://github.com --insecure ``` gives me this: ``` Service Unavailable Service Unavailable wrong number of...
Are there any guesses as to why I might be seeing this error message? Steps to reproduce: 1. Create and run: ``` require 'evil-proxy' proxy = EvilProxy::MITMProxyServer.new Port: 8080 proxy.start...
Minimal viable :hammer: addressing #10. I'm running `ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux]` and this minimal set of changes makes stuff _seem to work_. As I'm vastly more interested in...
Hi! There is an issue with Ruby >= 2.6 with a recent Webrick version. Webrick public API was changed and now it requires more arguments. Check the `do_PUT` / `do_DELETE`...
I tried setting this up with Ruby 2.5.1 and all of my requests were being rejected with 405 errors. For example: ``` # using Ruby 2.5.1 $ https_proxy=http://localhost:8000 curl -vI...
Hey, thanks for this repo! It's been really useful for stubbing out some JS files with local versions without having to do tons of data setup Right now I'm doing...
I would like to create a blacklisting MITM proxy, where at initialization time I give a list of hosts, and when a request (http/https) is made to that host, the...
Extract Instagram password