From de09cbbd4331369ade1740234691e85c45f09b44 Mon Sep 17 00:00:00 2001 From: PD-Team <8293321+bauthard@users.noreply.github.com> Date: Thu, 21 Jan 2021 20:17:20 +0530 Subject: [PATCH] updating template --- .../wordpress/wp-enabled-registration.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) rename exposures/files/WordPress-user-registration-enabled.yaml => vulnerabilities/wordpress/wp-enabled-registration.yaml (84%) diff --git a/exposures/files/WordPress-user-registration-enabled.yaml b/vulnerabilities/wordpress/wp-enabled-registration.yaml similarity index 84% rename from exposures/files/WordPress-user-registration-enabled.yaml rename to vulnerabilities/wordpress/wp-enabled-registration.yaml index 316f8809e9..f6df77ced5 100644 --- a/exposures/files/WordPress-user-registration-enabled.yaml +++ b/vulnerabilities/wordpress/wp-enabled-registration.yaml @@ -1,21 +1,24 @@ -id: WordPress user registration enabled +id: wp-enabled-registration info: name: WordPress user registration enabled author: Ratnadip Gajbhiye - severity: Medium + severity: info requests: - method: GET path: - '{{BaseURL}}/wp-login.php?action=register' + matchers-condition: and matchers: - type: word words: - Register For This Site - E-mail + condtion: and part: body + - type: status status: - 200