2021-06-24 16:59:05 +00:00
|
|
|
id: avtech-dvr-exposure
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Avtech AVC798HA DVR Information Exposure
|
|
|
|
description: Under the /cgi-bin/nobody folder every CGI script can be accessed without authentication.
|
2021-06-24 17:00:51 +00:00
|
|
|
reference: http://www.avtech.com.tw/
|
2021-06-24 16:59:05 +00:00
|
|
|
author: geeknik
|
|
|
|
severity: low
|
|
|
|
tags: dvr,exposure,avtech
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/cgi-bin/nobody/Machine.cgi?action=get_capability"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Firmware.Version="
|
|
|
|
- "MACAddress="
|
|
|
|
- "Product.Type="
|
|
|
|
condition: and
|