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

40 lines
807 B
YAML
Raw Normal View History

2022-08-17 17:23:45 +00:00
id: novus-ip-camera
info:
name: NoVus IP Login Panel - Detect
2022-08-17 17:23:45 +00:00
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
2022-08-17 17:23:45 +00:00
reference:
- https://www.exploit-db.com/ghdb/8002
metadata:
verified: true
google-query: intitle:"NoVus IP camera" -com
tags: camera,novus,edb,iot,panel
2022-08-17 17:23:45 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/Pages/login.htm"
matchers-condition: and
matchers:
- type: word
words:
- "<title>NoVus IP camera</title>"
- type: word
2022-08-20 09:25:20 +00:00
part: header
2022-08-17 17:23:45 +00:00
words:
- "text/html"
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29