diff --git a/vulnerabilities/wordpress/wp-plugin-utlimate-member.yaml b/vulnerabilities/wordpress/wp-plugin-utlimate-member.yaml new file mode 100644 index 0000000000..531de68ccb --- /dev/null +++ b/vulnerabilities/wordpress/wp-plugin-utlimate-member.yaml @@ -0,0 +1,21 @@ +id: wordpress-plugins-ultimate-member +info: + name: WordPress Plugin Ultimate Member + author: pussycat0x + severity: low + description: Searches for sensitive directories present in the wordpress-plugins plugin. + reference: https://www.exploit-db.com/ghdb/6998 + tags: wordpress,listing +requests: + - method: GET + path: + - "{{BaseURL}}/wp-content/plugins/ultimate-member/" + matchers-condition: and + matchers: + - type: word + words: + - "Index of" + - "/wp-content/plugins/ultimate-member/" + - type: status + status: + - 200 \ No newline at end of file