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

other ports #14

Closed sqift closed 5 years ago

sqift commented 5 years ago

Hi, thx for extension :-) Is it possible to set an arbitrary port for requests? Aws writes that it`s possible (https://docs.aws.amazon.com/en_us/apigateway/latest/developerguide/setup-http-integrations.html) I started the server on 80 and 8080 port. So I created api for 80 port, checked browser - on the server i had seen aws ip. So I created api for 8080 port, when i requested my server in browser then i had seen my host address.

sqift commented 5 years ago

I was wrong, it does not work in both cases, if you write example.com:80 or example.com:8080

DaveYesland commented 5 years ago

Thanks for pointing this out, should be fixed.