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

35 lines
658 B
YAML

id: bigbluebutton-login
info:
name: BigBlueButton Login Panel
author: myztique
severity: info
description: A BigBlueButton login panel was detected.
reference:
- https://github.com/bigbluebutton/greenlight
classification:
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