32 lines
673 B
YAML
32 lines
673 B
YAML
|
id: dwsync-exposure
|
||
|
|
||
|
info:
|
||
|
name: Dwsync.xml Exposure
|
||
|
author: KaizenSecurity
|
||
|
severity: info
|
||
|
description: The dwsync.xml file is a file generated by Dreamweaver. Where the file contains information related to what files are in the website directory.
|
||
|
tags: dwsync,exposure,dreamweaver
|
||
|
|
||
|
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
|