Skip to content

AirOS Panel - Detect

ID: airos-panel

Severity: info

Author: rxerium

Tags: airos,panel

AirOS panel was detected.

id: airos-panel
info:
name: AirOS Panel - Detect
author: rxerium
severity: info
description: |
AirOS panel was detected.
classification:
cpe: cpe:2.3:o:ui:airos:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: ui
product: airos
shodan-query: "http.favicon.hash:-697231354"
tags: airos,panel
http:
- method: GET
path:
- "{{BaseURL}}/login.cgi?uri=/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'airos_logo.png'
- type: status
status:
- 200
# digest: 490a00463044022010ad122fc9f3c50e78dc322d338f0fc86cdf9d80c1d5c124f358a714263906e802203a6a68d459d1eb16282461da78bf7d16bf80cda6447ada771737a82f25e7b2e6: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/airos-panel.yaml"

View on Github