Ethical Hacking Automation

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

Appsmith User Login - Panel Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#appsmith
Description

What is the "Appsmith User Login - Panel Detect?"

The "Appsmith User Login - Panel Detect" module is designed to detect the presence of the user login panel in the Appsmith software. Appsmith is a web development platform that allows users to build and deploy applications. This module focuses on identifying any misconfigurations or vulnerabilities related to the user login panel.

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

This module was authored by powerexploit.

Impact

If the user login panel is misconfigured or vulnerable, it could potentially lead to unauthorized access to user accounts or sensitive information. It is important to ensure that the user login panel is properly secured to prevent any security breaches.

How does the module work?

The module works by sending an HTTP GET request to the "/user/login" path of the target application. It then applies two matching conditions to determine if the user login panel is present:

- The module checks if the response body contains the HTML tag "<title>Appsmith</title>". This indicates that the user login panel is present. - The module also checks if the HTTP response status is 200, indicating a successful request. This further confirms the presence of the user login panel.

If both matching conditions are met, the module reports a successful detection of the Appsmith user login panel.

For more information about Appsmith, you can visit their official website: https://www.appsmith.com.

Metadata:

- max-request: 1 - verified: true - shodan-query: http.title:"appsmith"

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/user/login
Matching conditions
word: <title>Appsmith</title>and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability