Skip to content

airCube Dashboard Login Panel - Detect

ID: aircube-dashboard-panel

Severity: info

Author: theamanrawat

Tags: panel,aircube

airCube Dashboard login panel was detected.

id: aircube-dashboard-panel
info:
name: airCube Dashboard Login Panel - Detect
author: theamanrawat
severity: info
description: airCube Dashboard 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:ui:aircube:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: http.title:"AirCube Dashboard"
product: aircube
vendor: ui
tags: panel,aircube
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'AirCube Dashboard'
- type: status
status:
- 200
# digest: 490a0046304402201f13b93220f557dac72baf5f898f17fc55d539947485d1a6d534545ef04032e2022001fb027e45354c0671165d4af3196e8701e50b9f8ea41ab327e780673232d732: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/aircube-dashboard-panel.yaml"

View on Github