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

Race Condition in Multithreaded Environment #51

Closed cwavesoftware closed 8 months ago

cwavesoftware commented 1 year ago

There is a race condition when multiple concurrent requests are sent, causing a mismatch between the API GW URL and the Host header, resulting in API GW returning 403 Forbidded

iprotate_issue