28 lines
603 B
YAML
28 lines
603 B
YAML
id: adobe-connect-username-exposure
|
|
|
|
info:
|
|
name: Adobe Connect Username Exposure
|
|
author: dhiyaneshDk
|
|
severity: low
|
|
reference:
|
|
- https://packetstormsecurity.com/files/161345/Adobe-Connect-10-Username-Disclosure.html
|
|
tags: adobe,disclosure,packetstorm
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/system/help/support"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Administrators name:'
|
|
- 'Support Administrators email address:'
|
|
part: body
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|