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

33 lines
700 B
YAML
Raw Normal View History

2021-03-24 17:15:41 +00:00
id: nuuno-network-login
info:
name: NUUO Network Video Recorder Login Panel - Detect
2021-03-24 17:15:41 +00:00
author: dhiyaneshDK
severity: info
2023-02-02 21:51:33 +00:00
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
2021-03-24 17:15:41 +00:00
http:
2021-03-24 17:15:41 +00:00
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>NUUO Network Video Recorder Login</title>'
2021-08-24 08:53:31 +00:00
part: body
2021-03-24 17:15:41 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29