2022-09-15 09:11:04 +00:00
|
|
|
id: ventrilo-config
|
|
|
|
|
|
|
|
info:
|
2023-02-24 18:47:54 +00:00
|
|
|
name: Ventrilo Configuration File - Detect
|
2022-09-15 09:11:04 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: high
|
2022-09-15 09:29:53 +00:00
|
|
|
description: |
|
2023-02-24 18:47:54 +00:00
|
|
|
Ventrilo configuration file was detected, The file discloses the application's Adminpassword and Password.
|
2023-03-02 20:05:17 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
|
|
cvss-score: 7.5
|
|
|
|
cwe-id: CWE-200
|
2022-09-15 09:31:24 +00:00
|
|
|
reference:
|
2022-09-15 09:29:53 +00:00
|
|
|
- https://www.ventrilo.com/setup.php
|
2022-09-15 09:31:24 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-09-15 09:31:24 +00:00
|
|
|
verified: true
|
2022-09-15 09:11:04 +00:00
|
|
|
tags: ventrilo,config,exposure
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-15 09:11:04 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/ventrilo_srv.ini"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "[Server]"
|
|
|
|
- "Name"
|
|
|
|
- "Phonetic"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/plain"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|