29 lines
806 B
YAML
29 lines
806 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/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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: 490a004630440220033e04196ae5d3e3dfa2d2e4002c34f06bd31d9033b6ca3fe79b1e4b98f8285f02201d5223d270c17cdb518372cdc2092703bfa4adb03532a5a62a71ba226c7fa05d:922c64590222798bb761d5b6d8e72950 |