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

26 lines
389 B
YAML
Raw Normal View History

2020-11-26 17:19:05 +00:00
id: xml-schema-detect
2020-11-26 17:19:05 +00:00
info:
name: XML Schema Detection
author: alph4byt3
severity: info
2021-04-01 18:35:08 +00:00
tags: misc
2020-11-26 17:19:05 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/schema"
matchers-condition: and
redirects: true
matchers:
- type: word
words:
- ".xsd"
- "Schemas"
condition: and
- type: status
status:
- 200