35 lines
907 B
YAML
35 lines
907 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: 4b0a004830460221009efc84e19cc4d6dc6aefc4609111f91658caaee5cd8d556bc85e80b944679bd7022100de8c23742fb4a26187f99ab6e36c683ed2d315b2eccd678526331c575eede3d2:922c64590222798bb761d5b6d8e72950 |