Merge pull request #4246 from idealphase/master

Added ruckus-wireless-panel.yaml
patch-1
Prince Chaddha 2022-04-28 00:49:05 +05:30 committed by GitHub
commit db7c1df746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: ruckus-unleashed-panel
info:
name: Ruckus Wireless Unleashed Login Panel
author: idealphase
severity: info
description: RUCKUS builds and delivers purpose-driven networks that perform in the tough environments of the industries we serve. Together with our trusted go-to-market partners, we empower our customers to deliver exceptional experiences to the guests, students, residents, citizens and employees who are counting on them.
reference:
- https://www.commscope.com/ruckus/
metadata:
shodan-query: http.title:"Unleashed Login"
google-dork: intitle:"Unleashed Login"
tags: panel,ruckus
requests:
- 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">'