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

26 lines
394 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
host-redirects: true
matchers:
- type: word
words:
- ".xsd"
- "Schemas"
condition: and
- type: status
status:
- 200