Ethical Hacking Automation

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

Interact Software Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#interactsoftware#interact#detect
Description

What is the "Interact Software Panel - Detect?"

The "Interact Software Panel - Detect" module is designed to detect the presence of Interact Software on a target system. Interact Software is a specific software that the module is programmed to identify. This module is categorized as informative in terms of severity. The original author of this module is righettod.

Impact

This module does not have any direct impact on the target system. It solely focuses on detecting the presence of Interact Software and does not perform any actions that could potentially cause harm or exploit vulnerabilities.

How does the module work?

The "Interact Software Panel - Detect" module works by sending an HTTP request to the target system's "/login" path using the GET method. It then applies matching conditions to determine if Interact Software is present. The matching conditions include:

- Checking the response body for specific words such as "www.interactsoftware.com", "community.interact-intranet.com", and "/InteractV". - Verifying that the HTTP response status is 200.

If both matching conditions are met, the module considers Interact Software to be detected.

Here is an example of the HTTP request sent by the module:

GET /login

Please note that the actual JSON definitions of the module are not shown here for simplicity.

For more information about Interact Software, you can visit their official website: https://www.interactsoftware.com.

Metadata:

- Max Request: 1 - Verified: true

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/login
Matching conditions
word: www.interactsoftware.com, community.inte...and
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability