BOOK THIS SPACE FOR AD
ARTICLE ADAfter finding this out, I got back and tried another trick which I learned from solving PortSwigger Labs.
Burp Intruder has different “Attack Types”
The default attack type is “Sniper”, 2nd is “Battering Ram”, 3rd is “Pitchfork” and 4th is “Cluster Bomb”.
Battering Ram will use the payloads which you give them on Multiple added parameters.
Pitchfork will use different payloads for different selected parameters.
Cluster Bomb will allow you to perform complex, multi-position attacks. It is particularly useful when you need to send multiple payloads at different positions in a single request and want to test the combination of various inputs at those positions.
In my case, I used Pitchfork Attack.
This is how I was able to find a Rate Limit Bypass on the Login page which can also lead to Account Takeover as well.
I hope that my blog was helpful. Good luck hunting :)