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

25 lines
552 B
YAML
Raw Normal View History

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