Skip to content

Jitsi Meet Page Detect

ID: jitsi-meet-detect

Severity: info

Author: dhiyaneshDK

Tags: tech,jitsi

id: jitsi-meet-detect
info:
name: Jitsi Meet Page Detect
author: dhiyaneshDK
severity: info
classification:
cpe: cpe:2.3:a:jitsi:meet:*:*:*:*:docker:*:*:*
metadata:
max-request: 1
vendor: jitsi
product: meet
shodan-query: http.title:"Jitsi Meet"
tags: tech,jitsi
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Jitsi Meet</title>"
- type: status
status:
- 200
# digest: 4a0a00473045022100c4053e66bb1cfd23dd41c0e74d277e44b569b8b4a87587843f872fc0a42d7be402207d29ea09f1ae4ea54377286d1fc0b96e8a0a90fdab129eb803dd66f718e2e85b:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/jitsi-meet-detect.yaml"

View on Github