added race condition usage of Burp

This commit is contained in:
gurkenhabicht 2024-04-23 21:53:01 +02:00
parent 589a532bce
commit 815f0cdae6
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# Race Conditions
Race conditions inside web applications can be tested through flooding a server with HTTP requests.
You can use Burpsuite for this or create a script.
## Create a Race Condition through Burpsuite
Send the intercepted request to the Repeater. Create a tab group an insert said
request. duplicate the request multiple times through right clicking the tab of
the request. Click on the "V" right next to the Send button. Send the request
through "Send group in parallel (last byte-sync)", additionally try "Send group
in sequence (seperate connections)".