2021-10-26 18:55:22 +00:00
id : dwsync-exposure
info :
2022-04-21 21:16:41 +00:00
name : Dreamweaver Dwsync.xml Exposure
2021-10-26 18:55:22 +00:00
author : KaizenSecurity
severity : info
2022-04-21 21:16:41 +00:00
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
2022-04-21 21:16:41 +00:00
# Enhanced by mp on 2022/04/21