reddit hackernews mail facebook facebook linkedin
Requests-Racer

Requests-Racer

Exploit race conditions in web apps with Requests.

Requests-Racer is a small Python library that lets you use the Requests library to submit multiple requests that will be processed by their destination servers at approximately the same time, even if the requests have different destinations or have payloads of different sizes. This can be helpful for detecting and exploiting race condition vulnerabilities in web applications.