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

39 lines
891 B
YAML
Raw Normal View History

2023-05-15 19:42:10 +00:00
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:
2023-06-04 08:13:42 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-05-15 19:42:10 +00:00
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