Ethical Hacking Automation

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

draw.io Flowchart Maker Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#drawio#oss
Description

What is the "draw.io Flowchart Maker Panel - Detect?"

The "draw.io Flowchart Maker Panel - Detect" module is designed to detect the presence of the draw.io Flowchart Maker panel. This panel is a component of the draw.io software, which is an online diagram and flowchart maker. The module focuses on identifying the panel and providing information about its existence.

This module has an informative severity level, meaning it provides valuable information but does not indicate a vulnerability or misconfiguration.

This module was authored by princechaddha.

Impact

The impact of detecting the draw.io Flowchart Maker panel is primarily informational. It does not indicate any immediate security risks or vulnerabilities. Instead, it serves as a way to identify the presence of the panel within a target system or application.

How does the module work?

The "draw.io Flowchart Maker Panel - Detect" module operates by using HTTP request templates and matching conditions to identify the presence of the draw.io Flowchart Maker panel. It performs the following steps:

    - Sends an HTTP request to the target system or application. - Checks the response body for the presence of the "<title>Flowchart Maker & Online Diagram Software</title>" tag. - Verifies that the HTTP response status is 200 (OK).

If all the matching conditions are met, the module reports the detection of the draw.io Flowchart Maker panel.

Example HTTP request:

GET / HTTP/1.1
Host: example.com

The module's matching conditions are:

- The response body must contain the "<title>Flowchart Maker & Online Diagram Software</title>" tag. - The HTTP response status must be 200 (OK).

By satisfying these conditions, the module confirms the presence of the draw.io Flowchart Maker panel.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Flowchart Maker & Online Diagram ...and
status: 200
On match action
Report vulnerability