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:
|
|
max-request: 1
|
|
shodan-query: http.title:"Rocket.Chat"
|
|
verified: true
|
|
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: 490a004630440220639e7caa0ba644ae215cc3dd074c8926ad327b20566a3cfc1292cc02c7da8a810220196b995feba5100780868d77f24e1ec5b549d35c76b8351d33db39335e8d0f9c:922c64590222798bb761d5b6d8e72950 |