commit
a8ebf44b63
|
@ -0,0 +1,23 @@
|
|||
id: adobe-connect-central-login
|
||||
|
||||
info:
|
||||
name: Adobe Connect Central Login
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: adobe,panel
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/system/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Adobe Connect Central Login</title>'
|
||||
part: body
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,26 @@
|
|||
id: adobe-connect-username-exposure
|
||||
|
||||
info:
|
||||
name: Adobe Connect Username Exposure
|
||||
reference: https://packetstormsecurity.com/files/161345/Adobe-Connect-10-Username-Disclosure.html
|
||||
author: dhiyaneshDk
|
||||
severity: low
|
||||
tags: adobe,disclosure
|
||||
|
||||
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
|
|
@ -0,0 +1,28 @@
|
|||
id: adobe-connect-version
|
||||
|
||||
info:
|
||||
name: Adobe Connect Central Version
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
tags: adobe
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/version.txt"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'package='
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'text/plain'
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue