38 lines
987 B
YAML
38 lines
987 B
YAML
id: dwsync-exposure
|
|
|
|
info:
|
|
name: Dreamweaver Dwsync.xml Exposure
|
|
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
|
|
metadata:
|
|
max-request: 1
|
|
tags: dwsync,exposure,dreamweaver,files
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 490a0046304402202954c6d7f0e8af2f3409bcf33ca94cb44506e756db471b1853d194ec4f91ed1502201f803697486739c77e8d0e2f2c0079637802958f8f34f98f8760a43fd1b4ad38:922c64590222798bb761d5b6d8e72950
|