Update Race Condition.md

This commit is contained in:
Mehdi 2023-08-24 13:57:56 +03:30 committed by GitHub
parent 5cb2284819
commit 24577ea1b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ def handleResponse(req, interesting):
table.add(req)
```
## Tubo Intruder - HTTP2 single-packet attack (Several endpoints)
## Turbo Intruder - HTTP2 single-packet attack (Several endpoints)
In case you need to send a request to 1 endpoint and then multiple to other endpoints to trigger the RCE, you can change the race-single-packet-attack.py script with something like:
```python
def queueRequests(target, wordlists):