nuclei-templates/exposures/files/dwsync-exposure.yaml

36 lines
799 B
YAML
Raw Normal View History

2021-10-26 18:55:22 +00:00
id: dwsync-exposure
info:
name: Dreamweaver Dwsync.xml Exposure
2021-10-26 18:55:22 +00:00
author: KaizenSecurity
severity: info
description: The Dreamweaver file dwsync.xml was discovered. The dwsync.xml file is a file generated by Dreamweaver which contains information related to what files are in the website directory.
classification:
cwe-id: CWE-200
2022-10-13 10:12:07 +00:00
tags: dwsync,exposure,dreamweaver,files
2021-10-26 18:55:22 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/_notes/dwsync.xml"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: header
words:
- application/xml
- type: word
part: body
words:
- '<dwsync>'
- '</dwsync>'
condition: and
# Enhanced by mp on 2022/04/21