nuclei-templates/miscellaneous/xml-schema-detect.yaml

25 lines
388 B
YAML

id: xml-schema-detect
info:
name: XML Schema Detection
author: alph4byt3
severity: info
tags: misc
requests:
- method: GET
path:
- "{{BaseURL}}/schema"
matchers-condition: and
redirects: true
matchers:
- type: word
words:
- ".xsd"
- "Schemas"
condition: and
- type: status
status:
- 200