nuclei-templates/iot/codian-mcu-login.yaml

26 lines
475 B
YAML
Raw Normal View History

2021-10-19 18:25:49 +00:00
id: codian-mcu-login
info:
name: Codian MCU Login
author: dhiyaneshDK
severity: info
reference:
- https://www.exploit-db.com/ghdb/7404
2021-10-19 18:25:49 +00:00
metadata:
shodan-query: http.title:"Codian MCU - Home page"
tags: iot
2021-10-19 18:25:49 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Codian MCU - login:</title>'
- type: status
status:
- 200