From d429c66cfceca093e25e4d8b8639abb5dcb31767 Mon Sep 17 00:00:00 2001 From: Ahmed Taher Date: Thu, 25 Aug 2022 20:37:56 +0300 Subject: [PATCH] Create drupal-detect.yaml --- technologies/drupal-detect.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 technologies/drupal-detect.yaml diff --git a/technologies/drupal-detect.yaml b/technologies/drupal-detect.yaml new file mode 100644 index 0000000000..03086769eb --- /dev/null +++ b/technologies/drupal-detect.yaml @@ -0,0 +1,19 @@ +id: drupal-detector + +info: + name: Drupal Detection + author: 1nf1n7y + severity: info + metadata: + shodan-query: http.component:"Drupal" + tags: tech,drupal + +requests: + - method: GET + path: + - "{{BaseURL}}/CHANGELOG.txt" + + matchers: + - type: word + words: + - "Drupal 1.0.0, 2001-01-15"