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

Wordpress Stuck in Redirect Loop #11

Open ThunderSon opened 5 years ago

ThunderSon commented 5 years ago

Whenever you access a WordPress website, anything other than the / directory will send you in a redirection loop and not load.

DaveYesland commented 5 years ago

Interesting, I wonder if it is the x-forwarded-for header that is inserted by API GW.

ThunderSon commented 5 years ago

I'd debate that. Pages that don't exist come back with a 404 error. Or could it be that the X-forwarded-for in combination with Location is doing some weird magic? Whenever I get time I'll try and see what I can figure out on this.