nuclei-templates/exposed-panels/aims-password-portal.yaml

33 lines
778 B
YAML

id: aims-password-portal
info:
name: AIMS Password Management Portal
author: dhiyaneshDK
severity: info
description: An AIMS Password Management portal was discovered.
reference:
- https://www.exploit-db.com/ghdb/6576
- https://www.avatier.com/products/identity-management/password-management/
tags: panel,aims
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
cve-id:
cwe-id: CWE-200
requests:
- method: GET
path:
- '{{BaseURL}}/aims/ps/default.aspx'
matchers-condition: and
matchers:
- type: word
words:
- '<title id="PageTitle">Password Management Client</title>'
- type: status
status:
- 200
# Enhanced by mp on 2022/03/21