Ethical Hacking Automation

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

Redis Commander Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#redis
Description

What is the "Redis Commander Panel - Detect?"

The "Redis Commander Panel - Detect" module is designed to detect the presence of the Redis Commander panel. Redis Commander is a web-based GUI tool for managing Redis databases. This module specifically targets the Redis Commander panel and checks for its existence.

This module has an informative severity level, meaning it provides information about the Redis Commander panel but does not indicate any vulnerabilities or misconfigurations.

This module was authored by dahse89.

Impact

The detection of the Redis Commander panel does not directly imply any impact. It simply indicates that the Redis Commander panel is present in the target system.

How does the module work?

The "Redis Commander Panel - Detect" module works by using matching conditions to identify the presence of specific words in the HTML source code of the target system. It looks for the words "<title>Redis Commander" and "redisCommanderBearerToken". If both words are found, the module considers the Redis Commander panel to be detected.

This module does not send any HTTP requests.

The matching conditions used by this module are:

- Part: All - Type: Word - Words: "<title>Redis Commander", "redisCommanderBearerToken" - Negative: False - Condition: And

The module checks if both words are present in the HTML source code, using an "and" condition to ensure that both conditions are met for a positive match.

For more information about Redis Commander, you can visit the following references:

- https://joeferner.github.io/redis-commander/ - https://github.com/joeferner/redis-commander

Metadata:

- Max Request: 1

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Redis Commander, redisCommanderBe...
On match action
Report vulnerability