Create jitsi-meet.yaml
parent
febb2e68b0
commit
5a240e2314
|
@ -0,0 +1,22 @@
|
|||
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
|
Loading…
Reference in New Issue