nuclei-templates/misconfiguration/adobe/adobe-connect-version.yaml

29 lines
449 B
YAML
Raw Normal View History

2021-06-13 18:10:58 +00:00
id: adobe-connect-version
info:
name: Adobe Connect Central Version
author: dhiyaneshDk
severity: info
2021-06-14 15:02:21 +00:00
tags: adobe
2021-06-13 18:10:58 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/version.txt"
matchers-condition: and
matchers:
- type: word
words:
2021-06-14 15:02:21 +00:00
- 'package='
2021-06-13 18:10:58 +00:00
part: body
2021-06-14 15:02:21 +00:00
- type: word
words:
- 'text/plain'
part: header
2021-06-13 18:10:58 +00:00
- type: status
status:
- 200