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 configure aws api gateway? #16

Closed possib1e closed 4 years ago

possib1e commented 4 years ago

I create a new access key ,secret key, but the enable label could not work if i select any regions(select no regions the enable label could work). Could you please teach me how to configure the aws api gateway?

DaveYesland commented 4 years ago

I am guessing your AWS user you have configured does not have the proper permissions to use API gateway. Check out this article, it may help https://docs.aws.amazon.com/apigateway/latest/developerguide/permissions.html You may also want to look in the Burp extension console for any output which may let you know what is going on.

RookieTerry commented 1 year ago

So what type of API Gateway should I choose?HTTP,Websocket or REST API Gateway?