From 836de8489f6dad70f893a6e986f2828bd274b75a Mon Sep 17 00:00:00 2001 From: NkxxkN Date: Tue, 21 Apr 2020 12:10:12 +0000 Subject: [PATCH 1/2] Add Drupal Install --- subdomain-takeover/drupal.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 subdomain-takeover/drupal.yaml diff --git a/subdomain-takeover/drupal.yaml b/subdomain-takeover/drupal.yaml new file mode 100644 index 0000000000..1fd7f0cedf --- /dev/null +++ b/subdomain-takeover/drupal.yaml @@ -0,0 +1,18 @@ +id: drupal + +info: + name: Drupal Install + author: NkxxkN + severity: medium + +requests: + - method: GET + path: + - "{{BaseURL}}/core/install.php" + - "{{BaseURL}}/install.php" + matchers: + - type: word + words: + - 'Choose language' + - 'Verify requirements' + condition: and From 32459a5e355aeaab105ba223f5ed1b32a70b6bde Mon Sep 17 00:00:00 2001 From: Kevin Antoine <5072452+kevin-ntn@users.noreply.github.com> Date: Tue, 21 Apr 2020 17:25:13 +0200 Subject: [PATCH 2/2] rename drupal file & change template id & move to files folder --- subdomain-takeover/drupal.yaml => files/drupal-install.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename subdomain-takeover/drupal.yaml => files/drupal-install.yaml (86%) diff --git a/subdomain-takeover/drupal.yaml b/files/drupal-install.yaml similarity index 86% rename from subdomain-takeover/drupal.yaml rename to files/drupal-install.yaml index 1fd7f0cedf..c3e3038344 100644 --- a/subdomain-takeover/drupal.yaml +++ b/files/drupal-install.yaml @@ -1,4 +1,4 @@ -id: drupal +id: drupal-install info: name: Drupal Install @@ -9,7 +9,6 @@ requests: - method: GET path: - "{{BaseURL}}/core/install.php" - - "{{BaseURL}}/install.php" matchers: - type: word words: