Ethical Hacking Automation

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

BMC Discovery Outpost Admin Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#bmc
Description

What is the "BMC Discovery Outpost Admin Panel - Detect?"

The "BMC Discovery Outpost Admin Panel - Detect" module is designed to detect the presence of the BMC Discovery Outpost admin panel. This module focuses on identifying the admin panel and does not perform any actions beyond detection. The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate threat.

This module was authored by pikpikcu.

Impact

The impact of detecting the BMC Discovery Outpost admin panel is primarily informational. It allows users to identify the presence of the admin panel, which can be useful for further analysis and security assessments. However, it does not directly indicate any vulnerabilities or misconfigurations.

How does the module work?

The "BMC Discovery Outpost Admin Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the admin panel. It sends a GET request to the "/adminlogin" path and checks the response body for the presence of the "" string. If this string is found, the module considers the admin panel to be detected.

Here is an example of the HTTP request sent by the module:

GET /adminlogin

The matching condition used in this module is a word matcher that checks the response body for an exact match of the specified string. The condition is set to "and," meaning all matchers must evaluate to true for the module to consider the admin panel detected.

The module also includes metadata, specifying that it expects a maximum of 1 request to be made.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/adminlogin
Matching conditions
word: <title>BMC Discovery Outpost: Login</tit...
Passive global matcher
No matching conditions.
On match action
Report vulnerability