42 lines
938 B
YAML
42 lines
938 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:
|
||
|
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">'
|
||
|
|
||
|
# Enhanced by md on 2023/01/09
|