From 64670366a13406ecb290d3b2c0ce4c656eb0c5a7 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 3 Mar 2022 16:41:00 +0530 Subject: [PATCH] Update and rename wordpress-plugins-qards.yaml to wp-qards-listing.yaml --- ...ss-plugins-qards.yaml => wp-qards-listing.yaml} | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) rename vulnerabilities/wordpress/{wordpress-plugins-qards.yaml => wp-qards-listing.yaml} (66%) diff --git a/vulnerabilities/wordpress/wordpress-plugins-qards.yaml b/vulnerabilities/wordpress/wp-qards-listing.yaml similarity index 66% rename from vulnerabilities/wordpress/wordpress-plugins-qards.yaml rename to vulnerabilities/wordpress/wp-qards-listing.yaml index fa3b5de492..a237ff6d21 100644 --- a/vulnerabilities/wordpress/wordpress-plugins-qards.yaml +++ b/vulnerabilities/wordpress/wp-qards-listing.yaml @@ -1,20 +1,24 @@ -id: wordpress-plugins-qards +id: wp-qards-listing info: name: WordPress Plugin Qards author: pussycat0x - severity: low + severity: info description: Searches for sensitive directories present in the wordpress-plugins plugin. - tags: wordpress,listing + tags: wordpress,listing,wp-plugin,wp + requests: - method: GET path: - "{{BaseURL}}/wp-content/plugins/qards/" + matchers-condition: and matchers: - type: word words: - "Index of" - - "/wp-content/plugins/qards/" + - "/wp-content/plugins/qards" + condition: and + - type: status status: - - 200 \ No newline at end of file + - 200