25 lines
378 B
YAML
25 lines
378 B
YAML
id: bigbluebutton-detect
|
|
|
|
info:
|
|
name: BigBlueButton Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
tags: tech,bigbluebutton
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>BigBlueButton</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|