29 lines
810 B
YAML
29 lines
810 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
|
|
shodan-query: "http.title:\"Rocket.Chat\""
|
|
max-request: 1
|
|
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: 490a004630440220213f92e33c7b93bd760a281dff3427b796dcb4eed73ed550941fb16abddd89180220080a30ead625b8491cb47333aff0f5d45158897773064a2aeb1baddffe94683a:922c64590222798bb761d5b6d8e72950 |