commit
8ddee1fd07
|
@ -0,0 +1,31 @@
|
|||
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
|
Loading…
Reference in New Issue