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

Add delete_usage_plan #30

Closed yamamoto3588 closed 3 years ago

yamamoto3588 commented 3 years ago

AWS API Gateway usage plan wasn't deleted. Therefore, there were debris of usage plan like following picture.

Screenshot from 2020-10-17 06-17-48

I added delete usage plan method for it.

yamamoto3588 commented 3 years ago

This modification doesn't work in the case when multiple regions are available.