23 lines
456 B
YAML
23 lines
456 B
YAML
id: aims-password-portal
|
|
|
|
info:
|
|
name: AIMS Password Management Portal
|
|
author: dhiyaneshDK
|
|
severity: info
|
|
reference: https://www.exploit-db.com/ghdb/6576
|
|
tags: panel
|
|
|
|
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
|