2021-03-30 23:44:50 +00:00
|
|
|
id: opencast-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Opencast detect
|
|
|
|
author: cyllective
|
|
|
|
severity: info
|
|
|
|
description: Detects Opencast
|
|
|
|
tags: tech,opencast
|
2021-08-18 11:29:20 +00:00
|
|
|
reference:
|
2021-03-30 23:44:50 +00:00
|
|
|
- https://github.com/opencast/opencast
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/admin-ng/login.html"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>Opencast</title>'
|