nuclei-templates/vulnerabilities/wordpress/wordpress-elementor-plugin-...

26 lines
616 B
YAML

id: wordpress-elementor-plugin-listing
info:
name: WordPress Elementor Plugin Directory Listing
author: dhiyaneshDK
severity: low
description: Searches for sensitive directories present in the elementor wordpress plugin.
reference: https://www.exploit-db.com/ghdb/6297
tags: wordpress,listing
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/elementor/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/elementor/"
condition: and
- type: status
status:
- 200