29 lines
669 B
YAML
29 lines
669 B
YAML
id: wordpress-woocommerce-listing
|
|
|
|
info:
|
|
name: WordPress WooCommerce - Directory Search
|
|
author: dhiyaneshDK
|
|
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
|
|
|
|
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
|
|
|
|
# Enhanced by mp on 2022/10/12
|