RhinoSecurityLabs / IPRotate_Burp_Extension

Extension for Burp Suite which uses AWS API Gateway to rotate your IP on every request.
807 stars 144 forks source link

Use AWS profile name instead of static credentials directly #40

Closed pkaeding closed 8 months ago

pkaeding commented 2 years ago

Is it possible to specify an AWS profile name that would use the credentials in ~/.aws/credentials, rather than inserting static credentials directly?

This would make it easier for me to use temporary credentials after authenticating with an SSO provider, for instance.