Files
nuclei-templates/detect-woocommerce.yaml

28 lines
711 B
YAML

id: detect-woocommerce
info:
name: WooCommerce Plugin Detection
author: aastikgakhar
severity: info
description: |
Detects if the WooCommerce plugin is installed on a website by checking for its readme file or other identifying markers.
tags: e-commerce, wordpress, woocommerce
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/woocommerce/readme.txt"
- "{{BaseURL}}/wp-content/plugins/woocommerce/assets/css/woocommerce.css"
matchers-condition: or
matchers:
- type: status
status:
- 200
- type: word
words:
- "WooCommerce"
part: body
- type: regex
regex:
- "WooCommerce Plugin"