Ethical Hacking Automation

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

ScriptCase Panel Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#scriptcase
Description

What is the "ScriptCase Panel Detect?"

The "ScriptCase Panel Detect" module is designed to detect the presence of the ScriptCase panel, a web development tool used for creating business applications. This module focuses on identifying potential misconfigurations or vulnerabilities in the ScriptCase panel.

Severity: Informative

Author: Ricardo Maia (Brainfork)

Impact

This module does not directly impact the target system. Instead, it provides information about the presence of the ScriptCase panel, which can help identify potential security risks or misconfigurations that may need to be addressed.

How does the module work?

The "ScriptCase Panel Detect" module works by sending HTTP requests to specific paths associated with the ScriptCase panel. It then applies matching conditions to determine if the panel is present.

Example HTTP request:

GET /devel/iface/

Matching conditions:

- The response must contain the case-insensitive terms "ScriptCase", "NetMake", and "Login". - The response status code must be 200.

If both conditions are met, the module considers the ScriptCase panel to be detected.

For more information about ScriptCase, you can visit the official websites:

- https://www.scriptcase.com.br - https://www.scriptcase.net

Metadata:

- Max-request: 2 - Verified: true - Shodan-query: title:"ScriptCase"

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/devel/iface//scriptcase/devel/if...
Matching conditions
regex: (?i)(ScriptCase), (?i)(NetMake), (?i)(Lo...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability