Skip to content

Opencast Admin Panel Discovery

ID: opencast-panel

Severity: info

Author: cyllective,daffainfo

Tags: panel,opencast

An Opencast Admin panel was discovered. Opencast is a free and open source solution for automated video capture and distribution at scale.

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
metadata:
max-request: 1
tags: panel,opencast
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
# digest: 4a0a00473045022100814f399a98be3f5ce1fa8709c5c457cc35ce12d745979dbc9367473ccc42f62402207a6927c5d149e79e49ed3e9eaaef5875007da8eca65278e716c7ae2c78e28f4f:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/opencast-detect.yaml"

View on Github