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

38 lines
705 B
YAML
Raw Normal View History

id: db-xml-file
2022-10-24 03:58:29 +00:00
info:
name: db.xml File - Detect
2022-10-24 03:58:29 +00:00
author: tess
severity: medium
description: db.xml file was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2022-10-24 03:58:29 +00:00
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
# Enhanced by md on 2023/03/07