Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

AirNotifier Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#airnotifier
Description

What is the "AirNotifier Login Panel - Detect?"

The "AirNotifier Login Panel - Detect" module is designed to detect the presence of the AirNotifier login panel. AirNotifier is a software that provides push notification services. This module focuses on identifying the login panel of AirNotifier.

This module has an informative severity level, which means it provides valuable information but does not indicate a vulnerability or misconfiguration.

Author: tess

Impact

This module does not have a direct impact on the security of the system. It is primarily used for information gathering purposes to identify the presence of the AirNotifier login panel.

How does the module work?

The module works by sending an HTTP GET request to the "/auth/login" path. It then applies several matching conditions to determine if the response indicates the presence of the AirNotifier login panel.

The matching conditions include:

- The response body must contain the words "AirNotifier", "Stats", and "Server Info". - The response header must contain the word "text/html". - The HTTP status code must be 200 (OK).

If all the matching conditions are met, the module reports that the AirNotifier login panel has been detected.

Example HTTP request:

GET /auth/login

Matching conditions:

- Response body contains "AirNotifier", "Stats", and "Server Info". - Response header contains "text/html". - HTTP status code is 200.

Note: The module definition provided in the JSON format contains additional metadata and configuration details, but those are not relevant for the description.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/auth/login
Matching conditions
word: AirNotifier, Stats, Server Infoand
word: text/htmland
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability