nuclei-templates/exposed-panels/bigbluebutton-login.yaml

37 lines
741 B
YAML

id: bigbluebutton-login
info:
name: BigBlueButton Login Panel
author: myztique
description: A BigBlueButton login panel was detected.
severity: info
reference:
- https://github.com/bigbluebutton/greenlight
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,bigbluebutton
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'content="BigBlueButton'
extractors:
- type: regex
part: body
name: version
group: 1
regex:
- 'Greenlight<\/a>\. (.*)'
# Enhanced by mp on 2022/03/23