RhinoSecurityLabs / IPRotate_Burp_Extension

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

How to set up AWS API Gateway? #53

Closed RookieTerry closed 1 year ago

RookieTerry commented 1 year ago

Could you please add a short tutorial of setting up a AWS API Gateway in README.md?I don't know where to add a set of AWS key and the permission,what type I should choose,and where to get a API GW file.Besides,what is the stagename?

DaveYesland commented 1 year ago

The extension itself and the provided createapigateways.py utility are capable of creating the needed API gateways. You should only need AWS credentials with appropriate permissions (admin permissions should always work). Check out some of the tutorials out there on setting this up. Here is one: https://www.youtube.com/watch?v=_YQLao6p9GM&t=440s At this time I do not plan on writing up or releasing any tutorials beyond what is in the readme and already out there.