Create novus-ip-camera.yaml

patch-1
Dhiyaneshwaran 2022-08-17 22:53:45 +05:30 committed by GitHub
parent b867ed6ef5
commit 0cfcbc5929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

33
iot/novus-ip-camera.yaml Normal file
View File

@ -0,0 +1,33 @@
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-dork: intitle:"NoVus IP camera" -com
tags: iot,panel
requests:
- method: GET
path:
- "{{BaseURL}}/Pages/login.htm"
matchers-condition: and
matchers:
- type: word
words:
- "<title>NoVus IP camera</title>"
condition: and
- type: word
words:
- "text/html"
part: header
- type: status
status:
- 200