BigBlueButton Login Panel
ID: bigbluebutton-login
Severity: info
Author: myztique
Tags: panel,bigbluebutton
Description
Section titled “Description”A BigBlueButton login panel was detected.
YAML Source
Section titled “YAML Source”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 cpe: cpe:2.3:a:bigbluebutton:greenlight:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: bigbluebutton product: greenlight tags: panel,bigbluebutton
http: - 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>\. (.*)'# digest: 4a0a004730450221009ec247b7a23cbd5ca950417e1131211744a8b768c6f9a2ffe67307a761a71b1102203c7631f75dc57874e88a61623da115e1af7b20451c71aa33cd91d3d0fd6bc751:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/bigbluebutton-login.yaml"