WordPress Plugin Email Subscribers Listing
ID: wp-email-subscribers-listing
Severity: low
Author: pussycat0x
Tags: wordpress,listing,plugin,edb
Description
Section titled “Description”Searches for sensitive directories present in the email-subscribers plugin.
YAML Source
Section titled “YAML Source”id: wp-email-subscribers-listing
info: name: WordPress Plugin Email Subscribers Listing author: pussycat0x severity: low description: Searches for sensitive directories present in the email-subscribers plugin. reference: - https://www.exploit-db.com/ghdb/6428 metadata: max-request: 1 tags: wordpress,listing,plugin,edb
http: - 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# digest: 4a0a00473045022100c55c14bfb0ede819d5f4b481fcd6001cb338d41d9d32d93e8f2acd3eaee146f102204001fb2d80e319ab20db5693d93760c4cf3f9130972fd04a0edcd485109e32e7:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/wordpress/wp-email-subscribers-listing.yaml"