33 lines
598 B
YAML
33 lines
598 B
YAML
id: novus-ip-camera
|
|
|
|
info:
|
|
name: NoVus IP camera Login
|
|
author: DhiyaneshDk
|
|
severity: info
|
|
reference:
|
|
- https://www.exploit-db.com/ghdb/8002
|
|
metadata:
|
|
verified: true
|
|
google-query: intitle:"NoVus IP camera" -com
|
|
tags: camera,novus,edb,iot,panel
|
|
|
|
requests:
|
|
- 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
|