Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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.
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.
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:
<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.