nuclei-templates/vulnerabilities/wordpress/dzs-zoomsounds-listing.yaml

25 lines
585 B
YAML
Raw Normal View History

id: dzs-zoomsounds-listing
2022-02-28 16:59:32 +00:00
info:
name: WordPress Plugin dzs zoomsounds
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/dzs-zoomsounds/"
2022-02-28 16:59:32 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "Index of"
- "/wp-content/plugins/dzs-zoomsounds"
2022-03-15 11:51:27 +00:00
condition: and
2022-02-28 16:59:32 +00:00
- type: status
status:
- 200