mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:15:24 +00:00
21 lines
319 B
YAML
21 lines
319 B
YAML
id: test
|
|
|
|
info:
|
|
name: test
|
|
author: pdteam
|
|
severity: info
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET /api/v1/test?id=123 HTTP/1.1
|
|
Host: {{Hostname}}
|
|
- |
|
|
GET HTTP/1.1
|
|
Host: {{Hostname}}
|
|
disable-path-automerge: true
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|