Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "Azkaban Web Client" module is designed to detect the presence of an Azkaban web client panel. Azkaban is a workflow management tool used for scheduling and executing Hadoop jobs. This module focuses on identifying the web client component of Azkaban.
This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.
This module was authored by dhiyaneshDK.
The impact of the "Azkaban Web Client" module is informational. It helps users identify the presence of an Azkaban web client panel, which can be useful for understanding the overall configuration and setup of an Azkaban installation.
The "Azkaban Web Client" module works by sending HTTP requests and matching the responses against specific conditions. It uses the following matching conditions:
- Matcher 1: The response must contain the phrase "Azkaban Web Client". - Matcher 2: The response status code must be 200.If both matchers are satisfied, the module considers the Azkaban web client panel to be present.
Here is an example of an HTTP request that the module might send:
GET / HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner
The module expects a maximum of 1 request to be made during the scan. Additionally, it may use the Shodan search engine to query for web servers with the title "Azkaban Web Client".
For more information about Azkaban, you can visit the official website: https://azkaban.github.io/