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

29 lines
665 B
YAML
Raw Normal View History

id: wordpress-woocommerce-listing
info:
name: WordPress WooCommerce - Directory Search
author: dhiyaneshDK
2021-07-23 18:36:13 +00:00
severity: info
description: WordPress WooCommerce plugin sensitive directory searches were conducted.
reference:
- https://www.exploit-db.com/ghdb/6192
tags: edb,wordpress,listing,plugin,woocommerce
http:
- 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
# Enhanced by mp on 2022/10/12