40 lines
884 B
YAML
40 lines
884 B
YAML
id: db-xml-file
|
|
|
|
info:
|
|
name: db.xml File - Detect
|
|
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
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: misconfig,db,files,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/db.xml"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<ServerName>"
|
|
- "<DBPASS>"
|
|
- "<DBtype>"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100c41a0a3722da26c347122636a1edd6cfea2be22024b79e295d57717b55f20d1702207003e01b4c7ef70f210a2db194e54e6d6e1e7d394ba0162f6f00654030c0b79e:922c64590222798bb761d5b6d8e72950
|