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

IPRotate agains multiple host? #48

Closed dandannu closed 1 year ago

dandannu commented 1 year ago

Hi, is there an option to define multiple hosts for the IPRotate? or something like *.example.com? and also for both HTTP and HTTPS? Thanks

DaveYesland commented 1 year ago

There is no option to do this. I do not think this is possible.

dandannu commented 1 year ago

Thanks for updating @DaveYesland. All of the above are impossible to implement? including subdomain wildcard or both HTTP/S?

DaveYesland commented 3 weeks ago

You could implement HTTP/S probably by spinning up separate GW for each HTTP and HTTPS and then routing accordingly, but I have no plans to implement this.

Wildcards do not work because GW needs to know the specific domain to route the request to when it is started AFAIK.