Created
June 25, 2020 04:47
-
-
Save dpetzold/b216b2ee7d0b7a409f556ecf764ed8ef to your computer and use it in GitHub Desktop.
Debug S3 calls with mitmproxy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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