Skip to content

AirNotifier Login Panel - Detect

ID: airnotifier-panel

Severity: info

Author: tess

Tags: panel,airnotifier

AirNotifier login panel was detected.

id: airnotifier-panel
info:
name: AirNotifier Login Panel - Detect
author: tess
severity: info
description: AirNotifier 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
metadata:
verified: true
max-request: 1
shodan-query: http.title:"AirNotifier"
tags: panel,airnotifier
http:
- method: GET
path:
- '{{BaseURL}}/auth/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "AirNotifier"
- "Stats"
- "Server Info"
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# digest: 4b0a00483046022100997e0a60f6b034c535344225d25cabf5af839cd2e402ae11b505fa50ecba7fc2022100f02eb30233b1f5164356763eef86e3eb38ed9238c206634cca66be8c981f0371: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/airnotifier-panel.yaml"

View on Github