Skip to content

NoVus IP Login Panel - Detect

ID: novus-ip-camera

Severity: info

Author: DhiyaneshDk

Tags: camera,novus,edb,iot,panel

NoVus IP login panel was detected.

id: novus-ip-camera
info:
name: NoVus IP Login Panel - Detect
author: DhiyaneshDk
severity: info
description: NoVus IP login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/8002
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:
verified: true
max-request: 1
google-query: intitle:"NoVus IP camera" -com
tags: camera,novus,edb,iot,panel
http:
- method: GET
path:
- "{{BaseURL}}/Pages/login.htm"
matchers-condition: and
matchers:
- type: word
words:
- "<title>NoVus IP camera</title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4b0a00483046022100bf673ca5c31ef3248457b8920bafbb051801738bb354259037dad797a701b8ee022100f0bcac25e46651efd09d5d674b20bf1304dde91e6e85e8d881be4f473530f658: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/novus-ip-camera.yaml"

View on Github