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

29 lines
552 B
YAML
Raw Normal View History

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