nuclei-templates/iot/ulanzi-clock.yaml

24 lines
362 B
YAML
Raw Normal View History

2023-01-31 12:58:40 +00:00
id: ulanzi-clock
2023-01-24 21:43:22 +00:00
info:
2023-01-31 12:58:40 +00:00
name: Ulanzi Clock Detect
2023-01-24 21:43:22 +00:00
author: fabaff
severity: info
tags: panel,ulanzi,iot
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-01-31 12:58:40 +00:00
- '<title>Ulanzi Clock</title>'
2023-01-24 21:43:22 +00:00
- type: status
status:
- 200