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

bug with specifying port #23

Closed AnotherWayIn closed 4 years ago

AnotherWayIn commented 4 years ago

Hi,

I think there's a request issue when using against targets on non-standard ports. thanks

DaveYesland commented 4 years ago

Do you have an error message or any information related to the issue your having? How can this be reproduced?

AnotherWayIn commented 4 years ago

Sure, so when you need to hit target example.com:8080 I add the port within the Target host field, but the request goes direct rather than through a gateway. The port gets stripped out in the code I think. thanks

image

DaveYesland commented 4 years ago

Just tested this and I am not able to reproduce, still getting API gateway IPs when I set my target to somehost.com:8080. Is there maybe something else going on here? Are you targeting localhost or something when testing this? Are you setting the port in "Target Host" field example.com:8080?

AnotherWayIn commented 4 years ago

Yes i'm setting the port. I've tested on other non-standard ports and getting the same: image

DaveYesland commented 4 years ago

Is this installed from the BApp store? Just realized BApp store version does not have the updates yet to handle arbitrary ports.

If you installed this from BApp, uninstall and clone this repo and add manually to Burp.