Skip to content

NetScaler AAA Login Panel - Detect

ID: netscaler-aaa-login

Severity: info

Author: dhiyaneshDk,righettod

Tags: panel,netscaler,login,edb,citrix,detect

NetScaler AAA login panel was detected.

id: netscaler-aaa-login
info:
name: NetScaler AAA Login Panel - Detect
author: dhiyaneshDk,righettod
severity: info
description: NetScaler AAA login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6898
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:netscaler:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: citrix
product: netscaler
tags: panel,netscaler,login,edb,citrix,detect
http:
- method: GET
path:
- '{{BaseURL}}/logon/LogonPoint/tmindex.html'
matchers:
- type: word
words:
- "NetScaler AAA</title>"
- "_ctxstxt_NetscalerAAA"
condition: or
# digest: 4b0a0048304602210093f10c920e24576e8ddbd12fc6b388dcce97a7bbf89eec8450be81bfcae7602302210098a8d2efc8f443a3f16a9395d63eca7949438f4d6ba5040fa0783fa70f937826: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-aaa-login.yaml"

View on Github