nuclei-templates/iot/epmp-login.yaml

23 lines
388 B
YAML
Raw Normal View History

2021-03-16 16:41:04 +00:00
id: epmp-login
info:
2021-03-16 16:44:46 +00:00
name: ePMP 2000 Login
2021-03-16 16:41:04 +00:00
author: dhiyaneshDk
severity: info
reference: https://www.exploit-db.com/ghdb/6826
2021-03-21 14:54:45 +00:00
tags: iot
2021-03-16 16:41:04 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>ePMP</title>'
part: body
- type: status
status:
- 200