Skip to content

NUUO Network Video Recorder Login Panel - Detect

ID: nuuno-network-login

Severity: info

Author: dhiyaneshDK

Tags: iot,panel,nuuo,edb

NUUO Network Video Recorder login panel was detected.

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.
reference:
- https://www.exploit-db.com/ghdb/6840
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
cwe-id: CWE-200
metadata:
max-request: 1
tags: iot,panel,nuuo,edb
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>NUUO Network Video Recorder Login</title>'
part: body
- type: status
status:
- 200
# digest: 4a0a00473045022100afc7811e46608acd6790ca17483c036e7523eda6ea6c8df0675bddbc5e42a4810220076ed120f0fb3090239bdd8f746474c25e7d0b3fbe8520af1313c19fb8f4f1c6:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/iot/nuuno-network-login.yaml"

View on Github