nuclei-templates/technologies/jitsi-meet-detect.yaml

26 lines
421 B
YAML
Raw Normal View History

id: jitsi-meet-detect
2021-07-06 17:57:03 +00:00
info:
name: Jitsi Meet Page Detect
2021-07-06 17:57:03 +00:00
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Jitsi Meet"
tags: tech,jitsi
2021-07-06 17:57:03 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
2021-07-06 17:57:03 +00:00
words:
- "<title>Jitsi Meet</title>"
2021-07-06 17:57:03 +00:00
- type: status
status:
- 200