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

27 lines
499 B
YAML
Raw Normal View History

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