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

31 lines
476 B
YAML

id: adobe-connect-version
info:
name: Adobe Connect Central Version
author: dhiyaneshDk
severity: info
tags: adobe
metadata:
max-request: 1
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