From aafbf077f8fa0f7ae96f1fdbfb2c74a3f410a0f0 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Sun, 12 May 2024 13:46:56 +0530 Subject: [PATCH] updated matcher & info --- http/technologies/statamic-detect.yaml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/http/technologies/statamic-detect.yaml b/http/technologies/statamic-detect.yaml index 9b5d841b29..fe4003d1d6 100644 --- a/http/technologies/statamic-detect.yaml +++ b/http/technologies/statamic-detect.yaml @@ -1,20 +1,28 @@ id: statamic-detect info: - name: Statamic Detection - description: Statamic is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites. - reference: https://github.com/statamic/cms + name: Statamic - Detect author: geeknik severity: info - tags: tech,statamic + description: | + Statamic is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites. + reference: + - https://github.com/statamic/cms + metadata: + verified: true + max-request: 1 + shodan-query: "Statamic" + tags: tech,statamic,detect http: - method: GET path: - "{{BaseURL}}" + host-redirects: true + max-redirects: 2 matchers: - - type: word + - type: regex part: header - words: - - 'X-Powered-By: Statamic' + regex: + - 'X-Powered-By:(.*)Statamic'