Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
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)
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.
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.netMetadata:
- Max-request: 2 - Verified: true - Shodan-query: title:"ScriptCase"