nuclei-templates/vulnerabilities/wordpress/wordpress-affiliatewp-log.yaml

29 lines
552 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

id: wordpress-affiliatewp-log
info:
name: WordPress Plugin "AffiliateWP Allowed Products" Log Disclosure
author: dhiyaneshDK
severity: low
tags: wordpress,log
requests:
- method: GET
path:
- '{{BaseURL}}/wp-content/uploads/affwp-debug.log'
matchers-condition: and
matchers:
- type: word
words:
- 'Referral could not be retrieved'
- 'Affiliate CSV'
- type: word
words:
- 'text/plain'
part: header
- type: status
status:
- 200