Skip to content

Netscaler Gateway

ID: netscaler-gateway

Severity: info

Author: joeldeleep

Tags: panel,netscaler,citrix

Citrix NetScaler is an application delivery controller that improves the delivery speed and quality of applications to an end user.

id: netscaler-gateway
info:
name: Netscaler Gateway
author: joeldeleep
severity: info
description: Citrix NetScaler is an application delivery controller that improves the delivery speed and quality of applications to an end user.
remediation: Ensure proper access.
reference:
- https://stack.watch/product/citrix/netscaler-gateway/
classification:
cwe-id: CWE-200
cpe: cpe:2.3:a:citrix:netscaler_gateway:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: citrix
product: netscaler_gateway
tags: panel,netscaler,citrix
http:
- method: GET
path:
- "{{BaseURL}}/vpn/index.html"
matchers:
- type: word
words:
- <title>Netscaler Gateway</title>
# digest: 4a0a004730450220359bb69474b5bd422b5282ab0790c6f6dc85cc057681d4ab13a4bbf96e6c69860221009d876ef0ad0e3478beffbf943b6914c8d8ca5970f443aca128224798871d296c: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/netscaler-gateway.yaml"

View on Github