nuclei-templates/http/iot/ulanzi-clock.yaml

26 lines
389 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
metadata:
max-request: 1
2023-01-24 21:43:22 +00:00
http:
2023-01-24 21:43:22 +00:00
- 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