nuclei-templates/technologies/opencast-detect.yaml

22 lines
384 B
YAML
Raw Normal View History

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
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>'