26 lines
421 B
YAML
26 lines
421 B
YAML
|
id: jitsi-meet-detect
|
||
|
|
||
|
info:
|
||
|
name: Jitsi Meet Page Detect
|
||
|
author: dhiyaneshDK
|
||
|
severity: info
|
||
|
metadata:
|
||
|
shodan-query: http.title:"Jitsi Meet"
|
||
|
tags: tech,jitsi
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<title>Jitsi Meet</title>"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|