mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-19 05:05:28 +00:00
19 lines
285 B
YAML
19 lines
285 B
YAML
|
|
id: workflow-example
|
||
|
|
|
||
|
|
info:
|
||
|
|
name: Test Invalid Workflow Template
|
||
|
|
author: pdteam
|
||
|
|
severity: info
|
||
|
|
|
||
|
|
http:
|
||
|
|
- raw:
|
||
|
|
- |
|
||
|
|
POST /re HTTP/1.1
|
||
|
|
Host: {{Hostname}}
|
||
|
|
|
||
|
|
{{code_response}}
|
||
|
|
|
||
|
|
workflows:
|
||
|
|
- template: tests/match-1.yaml
|
||
|
|
- template: tests/match-1.yaml
|