From 19a29bf7543cdf2951d2fae46be39e0276ab2b96 Mon Sep 17 00:00:00 2001 From: Philippe Delteil Date: Tue, 27 Jul 2021 20:32:43 -0400 Subject: [PATCH] Create getsimple-cms-detector.yaml Test ``` nuclei -t getsimple-cms-detector.yaml -u http://www.lrc.ic.unicamp.br/~luisrussi nuclei -t getsimple-cms-detector.yaml -u https://hebergement-pro.com/ ``` --- technologies/getsimple-cms-detector.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 technologies/getsimple-cms-detector.yaml diff --git a/technologies/getsimple-cms-detector.yaml b/technologies/getsimple-cms-detector.yaml new file mode 100644 index 0000000000..e2fda51c52 --- /dev/null +++ b/technologies/getsimple-cms-detector.yaml @@ -0,0 +1,20 @@ +info: + name: GetSimple CMS Detector + author: philippedelteil + severity: info + description: With this template we can detect a running GetSimple CMS instance + tags: getsimple +requests: + - method: GET + path: + - "{{BaseURL}}/readme.txt" + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'GetSimple CMS is a flatfile CMS' + - type: status + part: header + status: + - 200