35 lines
905 B
YAML
35 lines
905 B
YAML
id: emqx-panel
|
|
|
|
info:
|
|
name: EMQX Login Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
EMQX login panel was detected.
|
|
reference:
|
|
- https://www.emqx.io/
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"EMQX Dashboard"
|
|
verified: true
|
|
tags: panel,emqx,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(to_lower(body), "<title>emqx dashboard", "emqx-dashboard")'
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'but\s+(emqx\-dashboard[0-9a-z\-]+)'
|
|
# digest: 4a0a00473045022100af5e628777d333d4d2b3ea4e980d648dbcba682d1559c07a502b5018bf0438bc02203d9f7bc036fe4115045772c8eb04eba8f994de6b78c000523f715beb795d8852:922c64590222798bb761d5b6d8e72950 |