XML Schema Detection
ID: xml-schema-detect
Severity: info
Author: alph4byt3
Tags: miscellaneous,misc,generic
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: xml-schema-detect
info: name: XML Schema Detection author: alph4byt3 severity: info metadata: max-request: 1 tags: miscellaneous,misc,generic
http: - method: GET path: - "{{BaseURL}}/schema"
matchers-condition: and host-redirects: true matchers: - type: word words: - ".xsd" - "Schemas" condition: and
- type: status status: - 200# digest: 490a00463044022026ddbbe6a41b92f57063a45270838379b7fddc57a7c0c56e50faaf58bb9568a102207011c96810532f371db5f6abc8d75800bb523517e8013f39786dfd6bd7dea672:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/miscellaneous/xml-schema-detect.yaml"