Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/race-simple.yaml
2070 views
1
id: race-condition-testing
2
3
info:
4
name: Race Condition testing
5
author: pdteam
6
severity: info
7
8
http:
9
- raw:
10
- |
11
GET / HTTP/1.1
12
Host: {{Hostname}}
13
14
test
15
16
race: true
17
race_count: 10
18
19
matchers:
20
- type: status
21
part: header
22
status:
23
- 200
24