Skip to content

Instantly share code, notes, and snippets.

@dpetzold
Created June 25, 2020 04:47
Show Gist options
  • Save dpetzold/b216b2ee7d0b7a409f556ecf764ed8ef to your computer and use it in GitHub Desktop.
Save dpetzold/b216b2ee7d0b7a409f556ecf764ed8ef to your computer and use it in GitHub Desktop.
Debug S3 calls with mitmproxy
docker run -v ~/.mitmproxy:/home/mitmproxy/.mitmproxy --rm -it -p 443:8080 mitmproxy/mitmproxy mitmdump --flow-detail 2 --ssl-insecure --mode reverse:https://s3.amazonaws.com:443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment