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

26 lines
429 B
YAML
Raw Normal View History

2021-07-27 06:30:59 +00:00
id: bigbluebutton-detect
info:
name: BigBlueButton Detect
author: pikpikcu
severity: info
metadata:
shodan-query: http.title:"BigBlueButton"
2021-07-27 06:30:59 +00:00
tags: tech,bigbluebutton
http:
2021-07-27 06:30:59 +00:00
- method: GET
path:
2021-08-02 07:23:35 +00:00
- "{{BaseURL}}"
2021-07-27 06:30:59 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>BigBlueButton</title>"
2021-07-27 10:59:18 +00:00
2021-07-27 06:30:59 +00:00
- type: status
status:
- 200