32 lines
835 B
YAML
32 lines
835 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: adobe,disclosure,packetstorm,misconfig
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022054d3cfda4269a5144451acac0deb50148c53fd37c89a9487c5c4d9fcdc3137f9022100f645424c6588a531143afdbe088305b28d05141d939172eb0649c2423bd4a0f6:922c64590222798bb761d5b6d8e72950
|