Files
nuclei-templates/technologies/bigbluebutton-detect.yaml
Muhammad Daffa 5c800a4ef7 Seperate technologies and exposed-panels templates (#3424)
* Edit magmi workflow

* Add some workflow template + edit some template

* Changing some templates

* minor update

* workflow matcher fixes

* tech update

Co-authored-by: sandeep <sandeep@projectdiscovery.io>
2021-12-27 10:31:53 +05:30

26 lines
433 B
YAML

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