Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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
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.
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.