-
-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Labels
Description
Steps to reproduce
- Spin up the
dev mitm
docker compose profile - Edit
config.yml
to be:
providers:
custom:
insecure: true
endpoint_format: "https://$REGION.linodeobjects.com"
regions:
- "fr-par-1"
address_style: "vhost"
- Scan any single bucket:
go run main.go -provider custom -bucket google.com
- Observe the requests listed in mitmproxy are being sent to
https://fr-par-1.linodeobjects.com
instead ofhttps://google.com.fr-par-1.linodeobjects.com