nuclei-templates/exposures/files/db-xml-file.yaml

31 lines
511 B
YAML
Raw Normal View History

id: db-xml-file
2022-10-24 03:58:29 +00:00
info:
name: db.xml File Exposure
2022-10-24 03:58:29 +00:00
author: tess
severity: medium
metadata:
verified: true
tags: misconfig,db,files,exposure
2022-10-24 03:58:29 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/db.xml"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<ServerName>"
- "<DBPASS>"
- "<DBtype>"
2022-10-24 03:58:29 +00:00
condition: and
- type: status
status:
- 200