Skip to content

Ruckus Wireless Admin Login Panel - Detect

ID: ruckus-wireless-admin-login

Severity: info

Author: pussycat0x

Tags: panel,exposed,ruckus,ruckuswireless

Ruckus Wireless admin login panel was detected.

id: ruckus-wireless-admin-login
info:
name: Ruckus Wireless Admin Login Panel - Detect
author: pussycat0x
severity: info
description: Ruckus Wireless admin login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:h:ruckuswireless:e510:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: ruckuswireless
product: e510
shodan-query:
- title:"ruckus"
- http.title:"ruckus"
fofa-query: title="ruckus"
google-query: intitle:"ruckus"
tags: panel,exposed,ruckus,ruckuswireless
http:
- method: GET
path:
- '{{BaseURL}}/login.asp'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Ruckus Wireless Admin</title>"
- type: status
status:
- 200
# digest: 4b0a004830460221009a372c07dd4c7ce1faedbb8afe950fe0b2c64dc7678100386cbdbe73f6a6d14b0221008dcfaa55718aaf2fb3ff4f304ffc57d4469e86bd0e22d0b9231d4d7e3714b02c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ruckus-wireless-admin-login.yaml"

View on Github