23 lines
405 B
YAML
23 lines
405 B
YAML
|
id: jitsi-meet
|
||
|
|
||
|
info:
|
||
|
name: Jitsi Meet Page
|
||
|
author: dhiyaneshDK
|
||
|
severity: info
|
||
|
reference: https://www.shodan.io/search?query=http.title%3A%22Jitsi+Meet%22
|
||
|
tags: tech
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<title>Jitsi Meet</title>"
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|