diff --git a/vulnerabilities/wordpress/wp-plugineasy-media-gallery-pro-listing.yaml b/vulnerabilities/wordpress/wp-plugineasy-media-gallery-pro-listing.yaml new file mode 100644 index 0000000000..18a408b803 --- /dev/null +++ b/vulnerabilities/wordpress/wp-plugineasy-media-gallery-pro-listing.yaml @@ -0,0 +1,21 @@ +id: wp-easy-media-gallery-pro-listing +info: + name: WordPress Plugin Media Gallery Pro Listing + author: pussycat0x + severity: info + description: Searches for sensitive directories present in the wordpress-plugins plugin. + reference: https://www.exploit-db.com/ghdb/6455 + tags: wordpress,listing +requests: + - method: GET + path: + - "{{BaseURL}}/wp-content/plugins/easy-media-gallery-pro/" + matchers-condition: and + matchers: + - type: word + words: + - "Index of" + - "wp-content/plugins/easy-media-gallery-pro/" + - type: status + status: + - 200 \ No newline at end of file