41 lines
925 B
YAML
41 lines
925 B
YAML
id: ruckus-unleashed-panel
|
|
|
|
info:
|
|
name: Ruckus Wireless Unleashed Login Panel - Detect
|
|
author: idealphase
|
|
severity: info
|
|
description: Ruckus Wireless Unleashed login panel was detected.
|
|
reference:
|
|
- https://www.commscope.com/ruckus/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"Unleashed Login"
|
|
google-query: intitle:"Unleashed Login"
|
|
tags: panel,ruckus
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/admin/login.jsp"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>Unleashed Login</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
group: 1
|
|
regex:
|
|
- '<link href="css\/font-awesome\.min\.css\?(.+)" rel="stylesheet">'
|