nuclei-templates/iot/contacam.yaml

23 lines
382 B
YAML
Raw Normal View History

2021-03-16 16:36:54 +00:00
id: contacam
info:
name: ContaCam
author: dhiyaneshDk
severity: low
reference: https://www.exploit-db.com/ghdb/6831
2021-03-21 14:54:45 +00:00
tags: iot
2021-03-16 16:36:54 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>ContaCam</title>'
part: body
- type: status
status:
- 200