nuclei-templates/iot/epmp-login.yaml

26 lines
406 B
YAML

id: epmp-login
info:
name: ePMP 2000 Login
author: dhiyaneshDk
severity: info
reference:
- https://www.exploit-db.com/ghdb/6826
tags: panel,edb,iot
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>ePMP</title>'
part: body
- type: status
status:
- 200