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