nuclei-templates/exposures/configs/ventrilo-config.yaml

37 lines
677 B
YAML
Raw Normal View History

2022-09-15 09:11:04 +00:00
id: ventrilo-config
info:
name: Ventrilo Configuration File
author: geeknik
severity: high
2022-09-15 09:29:53 +00:00
description: |
It discloses the AdminPassword and Password of the application.
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:
verified: true
2022-09-15 09:11:04 +00:00
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