Jitsi Meet Page Detect
ID: jitsi-meet-detect
Severity: info
Author: dhiyaneshDK
Tags: tech,jitsi
Description
Section titled “Description”YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/technologies/jitsi-meet-detect.yaml"