Skip to content

Citrix VPN Panel - Detect

ID: citrix-vpn-detect

Severity: info

Author: pdteam

Tags: panel,citrix

Citrix VPN panel was detected.

id: citrix-vpn-detect
info:
name: Citrix VPN Panel - Detect
author: pdteam
severity: info
description: Citrix VPN panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:citrix:gateway:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: citrix
product: gateway
shodan-query: http.title:"citrix gateway"
fofa-query: title="citrix gateway"
google-query: intitle:"citrix gateway"
tags: panel,citrix
http:
- method: GET
path:
- "{{BaseURL}}/vpn/index.html"
matchers:
- type: word
words:
- "<title>Citrix Gateway</title>"
# digest: 490a0046304402200d113ec57c4dcb90a676f0adf45ad2396febf6638af142727969bc4b0835123c022049630f354357206df4513ad5dce8ccf64c8617902db599fe705e60e291fe2b36:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/citrix-vpn-detect.yaml"

View on Github