From 24577ea1b56b2f30ea1279ec3a63ae2f73520067 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Thu, 24 Aug 2023 13:57:56 +0330 Subject: [PATCH] Update Race Condition.md --- Race Condition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Race Condition.md b/Race Condition.md index ad1044e..b5ed913 100644 --- a/Race Condition.md +++ b/Race Condition.md @@ -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):