nuclei-templates/http/technologies/bigbluebutton-detect.yaml

27 lines
448 B
YAML

id: bigbluebutton-detect
info:
name: BigBlueButton Detect
author: pikpikcu
severity: info
metadata:
max-request: 1
shodan-query: http.title:"BigBlueButton"
tags: tech,bigbluebutton
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>BigBlueButton</title>"
- type: status
status:
- 200