Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save palashkulsh/0e750490b0bd2767fc0267c16cb9e744 to your computer and use it in GitHub Desktop.
Save palashkulsh/0e750490b0bd2767fc0267c16cb9e744 to your computer and use it in GitHub Desktop.
mitmproxy for intercepting https request
./mitmproxy --ssl-insecure --mode reverse:https://url_you_want_to_ultimately_hit:443 -p 1234
@palashkulsh
Copy link
Author

echo QUIT |openssl s_client -connect www.nseindia.com:443 -servername www.nseindia.com -status -tls1_3

@palashkulsh
Copy link
Author

#if you want to run mitmproxy in non interactive mode then you can use mitmdump

-q stops printing anyoutput

mitmdump -q --ssl-insecure --mode reverse:https://url_you_want_to_ultimately_hit:443 -p 1234

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment