diff --git a/iot/liveview-axis-camera.yaml b/iot/liveview-axis-camera.yaml new file mode 100644 index 0000000000..fbedb20aea --- /dev/null +++ b/iot/liveview-axis-camera.yaml @@ -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 diff --git a/iot/mobotix-guest-camera.yaml b/iot/mobotix-guest-camera.yaml new file mode 100644 index 0000000000..6f60941f02 --- /dev/null +++ b/iot/mobotix-guest-camera.yaml @@ -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