nuclei-templates/technologies/ems-webclient-detect.yaml

27 lines
499 B
YAML

id: ems-webclient-detect
info:
name: EMS Web Client
author: pussycat0x
severity: info
metadata:
google-dork: inurl:EMSWebClient/
tags: tech,ems
requests:
- method: GET
path:
- "{{BaseURL}}/emswebclient/Login.aspx"
- "{{BaseURL}}/Login.aspx"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "EMS Web Client - Login"
- type: status
status:
- 200