nuclei-templates/exposed-panels/netscaler-aaa-login.yaml

27 lines
607 B
YAML
Raw Normal View History

2021-10-13 06:14:02 +00:00
id: netscaler-aaa-login
2021-05-01 02:16:29 +00:00
info:
name: NetScaler AAA Login Panel - Detect
2021-05-01 02:16:29 +00:00
author: dhiyaneshDk
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
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,netscaler,login,edb
2021-05-01 02:16:29 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/logon/LogonPoint/tmindex.html'
matchers:
- type: word
words:
- "NetScaler AAA</title>"
condition: and
# Enhanced by md on 2022/11/29