nuclei-templates/http/iot/novus-ip-camera.yaml

38 lines
791 B
YAML

id: novus-ip-camera
info:
name: NoVus IP Login Panel - Detect
author: DhiyaneshDk
severity: info
description: NoVus IP 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/8002
metadata:
max-request: 1
verified: true
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