Ethical Hacking Automation

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

Atlantis Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#atlantis
Description

What is the "Atlantis Panel - Detect" module?

The "Atlantis Panel - Detect" module is designed to detect the presence of the Atlantis panel, a software used for managing infrastructure on popular version control platforms. This module focuses on identifying misconfigurations or vulnerabilities related to the Atlantis panel.

This module has an informative severity level, meaning it provides valuable information but does not pose an immediate threat.

This module was authored by Jonathan Walker.

Impact

The detection of the Atlantis panel can indicate potential security risks or misconfigurations in the infrastructure management system. It is important to address any identified issues to ensure the secure operation of the Atlantis panel and the associated infrastructure.

How does the module work?

The "Atlantis Panel - Detect" module utilizes HTTP request templates and matching conditions to identify the presence of the Atlantis panel. It performs the following checks:

- It searches for the presence of the word "atlantis" in the HTML body of the target page. - It verifies that the HTTP response status code is 200, indicating a successful request.

If both conditions are met, the module reports the detection of the Atlantis panel.

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

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

The module matches the response against the defined conditions to determine if the Atlantis panel is present.

It is important to note that this module does not perform any actions beyond detection. It solely focuses on identifying the presence of the Atlantis panel.

Module preview

Concurrent Requests (0)
Passive global matcher
word: title="atlantis, Lockand
status: 200
On match action
Report vulnerability