mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 13:25:26 +00:00
18 lines
322 B
YAML
18 lines
322 B
YAML
|
|
id: basic-example
|
||
|
|
|
||
|
|
info:
|
||
|
|
name: Test HTTP Template
|
||
|
|
author: pdteam
|
||
|
|
severity: info
|
||
|
|
reference: |
|
||
|
|
test case for default behaviour of version warning (dsl parsing error)
|
||
|
|
|
||
|
|
http:
|
||
|
|
- method: GET
|
||
|
|
path:
|
||
|
|
- "{{BaseURL}}"
|
||
|
|
|
||
|
|
matchers:
|
||
|
|
- type: dsl
|
||
|
|
dsl:
|
||
|
|
- compare_versions("GG", '< 4.8.5')
|