Create mobotix-guest-camera.yaml
parent
bde937cdfd
commit
78a0728a83
|
@ -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
|
Loading…
Reference in New Issue