2021-03-30 16:37:49 +00:00
|
|
|
id: liveview-axis-camera
|
|
|
|
|
|
|
|
info:
|
2022-01-19 07:19:00 +00:00
|
|
|
name: Live View AXIS Network Camera
|
2022-04-23 14:28:33 +00:00
|
|
|
author: dhiyaneshDK,f1she3
|
2021-03-30 16:37:49 +00:00
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/6843
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: axis,network,edb,iot
|
2021-03-30 16:37:49 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/view/viewer_index.shtml'
|
2022-04-23 14:28:33 +00:00
|
|
|
- '{{BaseURL}}/pics/logo_70x29px.gif'
|
2022-01-19 07:19:00 +00:00
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-04-23 14:28:33 +00:00
|
|
|
max-redirects: 2
|
|
|
|
stop-at-first-match: true
|
2022-01-19 07:19:00 +00:00
|
|
|
matchers-condition: or
|
2021-03-30 16:37:49 +00:00
|
|
|
matchers:
|
2022-01-19 07:19:00 +00:00
|
|
|
- type: dsl
|
2022-04-23 14:28:33 +00:00
|
|
|
name: stream-view
|
2022-01-19 07:19:00 +00:00
|
|
|
dsl:
|
|
|
|
- 'contains(tolower(body), "live view - axis")'
|
2022-04-23 14:28:33 +00:00
|
|
|
- 'contains(tolower(body), "live view - axis")'
|
|
|
|
condition: or
|
2022-01-19 07:19:00 +00:00
|
|
|
|
|
|
|
- type: dsl
|
2022-04-23 14:28:33 +00:00
|
|
|
name: logo
|
2022-01-19 07:19:00 +00:00
|
|
|
dsl:
|
|
|
|
- 'status_code == 200'
|
2022-04-23 14:28:33 +00:00
|
|
|
- '"1106649083" == mmh3(base64_py(body))'
|
2022-01-19 07:19:00 +00:00
|
|
|
condition: and
|
2022-04-23 14:28:33 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'AXIS (.*) Network Camera</title>'
|