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

28 lines
429 B
YAML

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