=============================================================================================================================================
| # Title : Ruckus Unleashed 200.13.6.1.319 External Scanner |
| # Author : indoushka |
| # Tested on : windows 11 Fr(Pro) / browser : Mozilla firefox 145.0.1 (64 bits) |
| # Vendor : https://www.ruckusnetworks.com/ |
=============================================================================================================================================
[+] Summary
This release introduces a remote security scanner capable of detecting vulnerable Ruckus Unleashed systems over LAN or WAN using external IP addresses.
[+] The scanner performs:
Version Enumeration
Endpoint Exposure Check
Reflected XSS Detection for CVE‑2025‑63735
Captive Portal Validation
Full Signature‑Based Audit
The tool was built to identify Ruckus controllers exposed to the internet and automatically verify whether the system reflects unsanitized input in the name parameter.
[+] poc
usage : php poc.php --target 41.110.27.120
$url,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_SSL_VERIFYHOST => false,
CURLOPT_TIMEOUT => 10
]);
$result = curl_exec($ch);
curl_close($ch);
return $result;
}
$target = $argv[1] ?? null;
if(!$target){
die("Usage: php scanner.php