Ethical Hacking Automation

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

Citrix VPN Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#citrix
Description

What is the "Citrix VPN Panel - Detect" module?

The "Citrix VPN Panel - Detect" module is designed to detect the presence of the Citrix VPN panel. It is a test case used in the Vidoc platform to identify misconfigurations, vulnerabilities, or specific software fingerprints. This module focuses on detecting the Citrix VPN panel, which is a software used for secure remote access to internal networks.

This module has an informative severity level, meaning it provides valuable information without indicating any immediate threats or vulnerabilities. It helps users identify potential security risks related to the Citrix VPN panel.

Impact

The "Citrix VPN Panel - Detect" module does not have any direct impact on the target system. It solely focuses on detecting the presence of the Citrix VPN panel and does not perform any actions that could cause harm or compromise the system.

How the module works?

The "Citrix VPN Panel - Detect" module works by sending an HTTP GET request to the "/vpn/index.html" path of the target system. It then checks the response for the presence of the "" string. If this string is found, it indicates that the Citrix VPN panel is present on the target system.

The matching condition used in this module is a word matcher with the condition set to "and." It checks if the response contains the exact string "". If the condition is met, the module reports a successful detection of the Citrix VPN panel.

It's important to note that this module does not perform any actions beyond the detection process. It does not attempt to exploit or manipulate the Citrix VPN panel in any way.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/vpn/index.html
Matching conditions
word: <title>Citrix Gateway</title>
Passive global matcher
No matching conditions.
On match action
Report vulnerability