Ethical Hacking Automation

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

DirectAdmin Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#directadmin
Description

What is the "DirectAdmin Login Panel - Detect?"

The "DirectAdmin Login Panel - Detect" module is designed to detect the presence of the DirectAdmin login panel. DirectAdmin is a web hosting control panel that allows users to manage their websites and hosting accounts. This module focuses on identifying the login panel specifically.

This module is classified as informative, meaning it provides information about the presence of the DirectAdmin login panel but does not indicate any vulnerabilities or misconfigurations.

This module was authored by idealphase.

Impact

The impact of detecting the DirectAdmin login panel is primarily informational. It confirms the presence of the login panel, but it does not provide any details about potential vulnerabilities or misconfigurations.

How does the module work?

The "DirectAdmin Login Panel - Detect" module works by sending HTTP requests and applying matching conditions to identify the DirectAdmin login panel. It uses two matching conditions:

- Matcher 1: It checks if the HTML title tag contains the text "DirectAdmin Login". - Matcher 2: It verifies that the HTTP response status is 200 (OK).

If both matching conditions are met, the module considers the DirectAdmin login panel to be present.

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

GET / HTTP/1.1
Host: example.com

The module then analyzes the response to determine if it matches the specified conditions.

It's important to note that this module only detects the presence of the DirectAdmin login panel and does not perform any further analysis or testing.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>DirectAdmin Login</title>and
status: 200
On match action
Report vulnerability