29 lines
640 B
YAML
29 lines
640 B
YAML
id: opencast-panel
|
|
|
|
info:
|
|
name: Opencast Admin Panel Discovery
|
|
author: cyllective,daffainfo
|
|
severity: info
|
|
description: An Opencast Admin panel was discovered. Opencast is a free and open source solution for automated video capture and distribution at scale.
|
|
reference:
|
|
- https://github.com/opencast/opencast
|
|
tags: panel,opencast
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/admin-ng/login.html"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Opencast</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|