33 lines
932 B
YAML
33 lines
932 B
YAML
id: rocketchat-panel
|
|
|
|
info:
|
|
name: RocketChat Login Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: RocketChat login panel was detected.
|
|
reference:
|
|
- https://www.rocket.chat/
|
|
classification:
|
|
cpe: cpe:2.3:a:rocket.chat:rocket.chat:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: rocket.chat
|
|
product: rocket.chat
|
|
shodan-query: http.title:"Rocket.Chat"
|
|
tags: panel,rocketchat,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(body, "<title>Rocket.Chat", "content=\"Rocket.Chat")'
|
|
condition: and
|
|
# digest: 490a0046304402206d4093867e08bee84338071d3f54b30b8a391c6acbd08238a504b9070eef0e0302202812027e100c5c64b55dfe636915290e60c182e1d07af78dfc173a3e8cbc27f2:922c64590222798bb761d5b6d8e72950 |