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

26 lines
620 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: wordpress,listing
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