29 lines
645 B
YAML
29 lines
645 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
|
|
|
|
# digest: 4b0a00483046022100e3bb53afa3cae70ad123439dbdff19f93dc7698770e9987bd76c4569d884558b022100bbe4fa7dc34d384632f8ee70adc8befbb53c7eb502d709f81c30a6b7e107593b:922c64590222798bb761d5b6d8e72950
|