nuclei-templates/iot/open-mjpg-streamer.yaml

28 lines
523 B
YAML
Raw Normal View History

2021-07-09 19:13:23 +00:00
id: open-mjpg-streamer
2021-07-09 19:06:45 +00:00
info:
name: open-mjpg-streamer
author: gboddin
severity: medium
description: Open mjpg-streamer service sharing webcam/camera feed
reference:
- https://github.com/jacksonliam/mjpg-streamer
tags: iot,webcam
2021-07-09 19:06:45 +00:00
requests:
- method: GET
path:
2021-07-09 19:47:38 +00:00
- "{{BaseURL}}/?action=stream"
max-size: 2048
2021-07-09 19:06:45 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-09 19:47:38 +00:00
- 'MJPG-Streamer/0.2'
part: header
2021-07-09 19:06:45 +00:00
- type: status
status:
- 200