39 lines
982 B
YAML
39 lines
982 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/
|
|
classification:
|
|
cpe: cpe:2.3:a:emqx:emqx:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: emqx
|
|
product: emqx
|
|
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: 490a0046304402205296954ae2d49ad4bf42c9a17eaabc7a7a897d2c67405cdf31e51d10cdf2406902200bf1a070032c06e8ad53721e5720bacaf52968ccd5e7f7c9eaef78ece40a6785:922c64590222798bb761d5b6d8e72950 |