Learn about using race conditions with Nuclei
race
attribute can be set to true
and race_count
defines the number of simultaneous request you want to initiate.
Below is an example template where the same request is repeated for 10 times using the gate logic.
POST
request with any suspected vulnerable request and change the race_count
as per your need, and it’s ready to run.
threads
is a total number of request you wanted make with the template to perform race condition testing.
Below is an example template where multiple (5) unique request will be sent at the same time using the gate logic.