27 lines
626 B
YAML
27 lines
626 B
YAML
id: wp-email-subscribers-listing
|
|
info:
|
|
name: WordPress Plugin Email Subscribers Listing
|
|
author: pussycat0x
|
|
severity: low
|
|
description: Searches for sensitive directories present in the wordpress-plugins plugin.
|
|
reference: https://www.exploit-db.com/ghdb/6428
|
|
tags: wordpress,listing,plugin
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/email-subscribers"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Index of"
|
|
- "wp-content/plugins/email-subscribers"
|
|
condition: and
|
|
|
|
- type: status
|
|
|
|
status:
|
|
- 200
|