Ethical Hacking Automation

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

NoEscape Login Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#noescape
Description

What is the "NoEscape Login Panel - Detect?"

The "NoEscape Login Panel - Detect" module is designed to detect the presence of the NoEscape login panel. This module is used to identify potential misconfigurations or vulnerabilities related to the NoEscape login panel.

The severity of this module is classified as informative, meaning it provides valuable information but does not pose an immediate threat.

This module was authored by DhiyaneshDK.

Impact

The impact of the NoEscape login panel detection module is primarily focused on identifying potential security risks or misconfigurations related to the login panel. By detecting the presence of the login panel, users can take appropriate actions to ensure the security and integrity of their system.

How does the module work?

The "NoEscape Login Panel - Detect" module works by utilizing HTTP request templates and matching conditions to identify the presence of the NoEscape login panel. It uses a specific set of matchers to search for the presence of the phrase "NoEscape - Login" within the body of the HTTP response.

Here is an example of a matching condition used by the module:

{
  "part": "body",
  "type": "word",
  "words": [
    "NoEscape - Login"
  ],
  "negative": false,
  "condition": "and"
}

This condition specifies that the module will search for the exact phrase "NoEscape - Login" within the body of the HTTP response. If a match is found, the module will report the detection of the NoEscape login panel.

It's important to note that this module does not perform any active actions or exploit any vulnerabilities. It solely focuses on detecting the presence of the NoEscape login panel.

For more technical details and usage instructions, please refer to the module's documentation.

Module preview

Concurrent Requests (0)
Passive global matcher
word: NoEscape - Login
On match action
Report vulnerability