RhinoSecurityLabs / IPRotate_Burp_Extension

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

UI Enhancements #60

Closed jas594 closed 4 months ago

jas594 commented 8 months ago
  1. Disable all region checkboxes on startup
  2. Grey out all region checkboxes when enabled and re-enable them when disabled
jas594 commented 8 months ago

also, are there plans to merge the recent updates to the PortSwigger repo?

DaveYesland commented 8 months ago

I think disabling the check boxes when the gateways are deployed is a good idea.

The check boxes are intentionally all checked on startup because with the latest update now the regions which are invalid will automatically be deselected and only valid regions will be spun up anyways making it somewhat automated to use all valid regions in your account by default.

If you make a commit to this and remove the disabling check boxes on startup I can test this out and merge it.

DaveYesland commented 8 months ago

also, are there plans to merge the recent updates to the PortSwigger repo?

Yeah I will be requesting they update their repo soon.

DaveYesland commented 4 months ago

Closing this as there have been quite a few changes which includes different ways of handling selected and deselecting of regions.