Ethical Hacking Automation

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

Ace Admin Dashboard - Detect

By kannthu

Medium
Vidoc logoVidoc Module
#misconfig#exposure#aceadmin
Description

What is the "Ace Admin Dashboard - Detect" module?

The "Ace Admin Dashboard - Detect" module is designed to detect misconfigurations in the Ace Admin Dashboard. The Ace Admin Dashboard is a software that provides an overview and stats about a system. This module has a medium severity level.

Impact

A misconfiguration in the Ace Admin Dashboard can lead to potential security vulnerabilities and expose sensitive information.

How does the module work?

The "Ace Admin Dashboard - Detect" module works by performing HTTP requests and matching specific conditions. It checks for the presence of certain words in the body and header of the response, as well as the HTTP status code. The module expects a response with a status code of 200 and the words "Dashboard - Ace Admin" and "overview & stats" in the body. Additionally, it checks for the presence of the word "text/html" in the header.

Here is an example of an HTTP request that the module may send:

GET /dashboard HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner

The module then evaluates the response based on the defined matching conditions. If all conditions are met, it reports a potential misconfiguration in the Ace Admin Dashboard.

Module preview

Concurrent Requests (0)
Passive global matcher
word: Dashboard - Ace Admin, overview & statsand
word: text/htmland
status: 200
On match action
Report vulnerability