nuclei-templates/exposed-panels/ems-login-panel.yaml

23 lines
364 B
YAML

id: ems-login-panel
info:
name: EMS Login page detection
author: __Fazal
severity: info
tags: panel,ems
requests:
- method: GET
path:
- '{{BaseURL}}/EMSWebClient/Login.aspx'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "EMS Web Client - Login"