26 lines
429 B
YAML
26 lines
429 B
YAML
|
id: bigbluebutton-detect
|
||
|
|
||
|
info:
|
||
|
name: BigBlueButton Detect
|
||
|
author: pikpikcu
|
||
|
severity: info
|
||
|
metadata:
|
||
|
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
|