29 lines
445 B
YAML
29 lines
445 B
YAML
|
id: adobe-connect-version
|
||
|
|
||
|
info:
|
||
|
name: Adobe Connect Central Version
|
||
|
author: dhiyaneshDk
|
||
|
severity: info
|
||
|
tags: adobe
|
||
|
|
||
|
http:
|
||
|
- 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
|