35 lines
903 B
YAML
35 lines
903 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:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"EMQX Dashboard"
|
|
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: 490a00463044022050a31009b4c346da78b99a5700dec5a3aee3121d2a8c3de7a77ea1ec1789fc6302206be21494de96fd3a6af2d4b84e65c003f392ff2f09411d3362558dbc3a87c1cf:922c64590222798bb761d5b6d8e72950 |