Merge pull request #1174 from DhiyaneshGeek/master

Live view AXIS Network Camera,MOBOTIX Guest Camera
patch-1
PD-Team 2021-03-31 15:26:20 +05:30 committed by GitHub
commit 853ccd4178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,20 @@
id: liveview-axis-camera
info:
name: Live view AXIS Network Camera
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/6843
requests:
- method: GET
path:
- '{{BaseURL}}/view/viewer_index.shtml'
matchers-condition: and
matchers:
- type: word
words:
- 'Live view - AXIS'
- type: status
status:
- 200

View File

@ -0,0 +1,20 @@
id: mobotix-guest-camera
info:
name: MOBOTIX Guest Camera
author: dhiyaneshDK
severity: info
reference: https://www.exploit-db.com/ghdb/6848
requests:
- method: GET
path:
- '{{BaseURL}}/cgi-bin/guestimage.html'
matchers-condition: and
matchers:
- type: word
words:
- 'MOBOTIX'
- type: status
status:
- 200