Files
nuclei/integration_tests/protocols/http/race-condition-with-delay.yaml
Dwi Siswanto 46c183ef22 test: add race with delay integration test
Signed-off-by: Dwi Siswanto <git@dw1.io>
2026-01-03 21:59:43 +07:00

29 lines
498 B
YAML

id: race-condition-with-delay
info:
name: Race Condition Testing with Delay
author: pdteam
severity: info
description: |
Test race condition handling with induced server delay.
tags: test
http:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
- |
GET / HTTP/1.1
Host: {{Hostname}}
- |
GET / HTTP/1.1
Host: {{Hostname}}
threads: 2
race: true
matchers:
- type: status
status:
- 200