Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/disable-path-automerge.yaml
2070 views
1
id: test
2
3
info:
4
name: test
5
author: pdteam
6
severity: info
7
8
http:
9
- raw:
10
- |
11
GET /api/v1/test?id=123 HTTP/1.1
12
Host: {{Hostname}}
13
- |
14
GET HTTP/1.1
15
Host: {{Hostname}}
16
disable-path-automerge: true
17
matchers:
18
- type: status
19
status:
20
- 200
21
22