Merge pull request #1692 from DhiyaneshGeek/master

Added Adobe Connect Templates
patch-1
Sandeep Singh 2021-06-15 15:54:40 +05:30 committed by GitHub
commit a8ebf44b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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