nuclei-templates/vulnerabilities/wordpress/wp-qards-listing.yaml

26 lines
517 B
YAML

id: wp-qards-listing
info:
name: WordPress Plugin Qards
author: pussycat0x
severity: info
description: Searches for sensitive directories present in the qards plugin.
tags: wordpress,listing,wp-plugin,wp
requests:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/qards/"
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/qards"
condition: and
- type: status
status:
- 200