Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The HiveQueue Agent module is designed to detect misconfigurations in the HiveQueue software. It targets the HiveQueue monitoring page and checks for specific conditions to identify potential vulnerabilities. The severity of this module is classified as low.
This module was authored by DhiyaneshDk.
The HiveQueue Agent module helps identify misconfigurations in the HiveQueue software, which can potentially lead to security vulnerabilities. By detecting these issues, users can take appropriate measures to secure their systems and prevent unauthorized access or data breaches.
The HiveQueue Agent module works by sending an HTTP GET request to the "/monitoring" path of the target system. It then applies a series of matching conditions to determine if the HiveQueue Agent software is properly configured.
Matching conditions:
- The response body must contain the HTML title tag "<title>HiveQueue Agent</title>
".
- The response header must include the word "text/html".
- The HTTP status code must be 200 (OK).
If all of these conditions are met, the module will report a potential misconfiguration in the HiveQueue Agent software.
Reference:
- https://www.facebook.com/ExWareLabs/photos/a.361854183878462/5555061814557647/
Metadata:
max-request: 1
verified: true
shodan-query: http.title:"HiveQueue"