mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-11 21:23:34 +08:00
Related nuclei tickets: * #259 - dynamic key-value field support for template information * #940 - new infos in template * #834 * RES-84
22 lines
384 B
YAML
22 lines
384 B
YAML
id: opencast-detect
|
|
|
|
info:
|
|
name: Opencast detect
|
|
author: cyllective
|
|
severity: info
|
|
description: Detects Opencast
|
|
tags: tech,opencast
|
|
reference:
|
|
- https://github.com/opencast/opencast
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/admin-ng/login.html"
|
|
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '<title>Opencast</title>'
|