Skip to content

Citrix ADC Gateway Login Panel - Detect

ID: citrix-adc-gateway-panel

Severity: info

Author: organiccrap

Tags: panel,citrix

Citrix ADC Gateway login panel was detected.

id: citrix-adc-gateway-panel
info:
name: Citrix ADC Gateway Login Panel - Detect
author: organiccrap
severity: info
description: Citrix ADC Gateway login 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: 2
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}}/logon/LogonPoint/index.html'
- '{{BaseURL}}/logon/LogonPoint/custom.html'
matchers:
- type: word
words:
- '_ctxstxt_CitrixCopyright'
# digest: 4a0a0047304502201d1450932e76f0f0d84658787400f01becc5ea79a29820c208eee8a5ec485c8d0221008e51e85df2c6e88a115d3d69b3a4adc5238699e54b3e441606ff5cd4e8cfb184: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-adc-gateway-detect.yaml"

View on Github