nuclei-templates/http/iot/liveview-axis-camera.yaml

49 lines
1.1 KiB
YAML
Raw Normal View History

2021-03-30 16:37:49 +00:00
id: liveview-axis-camera
info:
name: AXIS Network Camera Live View - Detect
author: dhiyaneshDK,f1she3
2021-03-30 16:37:49 +00:00
severity: info
description: AXIS Network Camera live view was detected.
reference:
- https://www.exploit-db.com/ghdb/6843
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 2
2023-06-12 13:24:55 +00:00
tags: axis,edb,iot
2021-03-30 16:37:49 +00:00
http:
2021-03-30 16:37:49 +00:00
- method: GET
path:
- '{{BaseURL}}/view/viewer_index.shtml'
- '{{BaseURL}}/pics/logo_70x29px.gif'
host-redirects: true
max-redirects: 2
stop-at-first-match: true
matchers-condition: or
2021-03-30 16:37:49 +00:00
matchers:
- type: dsl
name: stream-view
dsl:
- 'contains(tolower(body), "live view - axis")'
- 'contains(tolower(body), "live view - axis")'
condition: or
- type: dsl
name: logo
dsl:
- 'status_code == 200'
- '"1106649083" == mmh3(base64_py(body))'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
2023-07-06 05:54:47 +00:00
- 'AXIS (.*) Network Camera</title>'