Merge pull request #3005 from projectdiscovery/dwsync-exposure

Create dwsync-exposure.yaml
patch-1
Prince Chaddha 2021-10-27 15:15:57 +05:30 committed by GitHub
commit 8ddee1fd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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