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

27 lines
649 B
YAML
Raw Normal View History

id: wordpress-woocommerce-listing
info:
name: WordPress Woocommerce Plugin Directory Listing
author: dhiyaneshDK
2021-07-23 18:36:13 +00:00
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/"
2021-06-21 12:39:16 +00:00
condition: and
- type: status
status:
- 200