Sign mitmproxy requests with Escher.
pip3 install mitmproxy-escher
Note: this module does not work with mitmproxy's pre-built self-contained binaries.
Required parameters are apiKey, apiSecret and credentialScope. Section names can contain wildcard characters.
[*.example.org]
apiKey=KEY
apiSecret=SECRET
credentialScope=credential/scope
hashAlgo=SHA256
algoPrefix=EMS
vendorKey=EMS
authHeaderName=X-EMS-Auth
dateHeaderName=X-EMS-Date
Start mitmproxy
with the addon:
mitmproxy -s "$(python3 -m mitmproxy_escher)" --set escher_config=/path/to/config.ini
Make requests through the proxy:
curl -k -x localhost:8080 https://httpbin.org/headers