nuclei-templates/vulnerabilities/wordpress/wordpress-woocommerce-listi...

27 lines
649 B
YAML

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