Skip to content

airCube Login - Detect

ID: aircube-login

Severity: info

Author: DhiyaneshDk

Tags: panel,aircube,ubiquiti

airCube login panel was detected.

id: aircube-login
info:
name: airCube Login - Detect
author: DhiyaneshDk
severity: info
description: airCube 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.favicon.hash:1249285083
product: aircube
vendor: ui
tags: panel,aircube,ubiquiti
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>airCube</title>'
- type: status
status:
- 200
# digest: 4b0a00483046022100dfef90800f3fbd6cc0d5acb51951a100805d7920b0dc7efab21722a5450b30750221008ab40b20007c909d378c1deba061d765136f38cd630f6b27cba822bcc703d060: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-login.yaml"

View on Github