nuclei-templates/iot/nuuno-network-login.yaml

33 lines
704 B
YAML

id: nuuno-network-login
info:
name: NUUO Network Video Recorder Login Panel - Detect
author: dhiyaneshDK
severity: info
description: NUUO Network Video Recorder login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://www.exploit-db.com/ghdb/6840
tags: iot,panel,nuuo,edb
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>NUUO Network Video Recorder Login</title>'
part: body
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29