Create ventrilo-config.yaml

patch-1
Dhiyaneshwaran 2022-09-15 14:41:04 +05:30 committed by GitHub
parent 7e7d4aa7c4
commit 3d535f6d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: ventrilo-config
info:
name: Ventrilo Configuration File
author: geeknik
reference: https://www.ventrilo.com/setup.php
description: It discloses the AdminPassword and Password of the application.
severity: high
tags: ventrilo,config,exposure
requests:
- 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