diff --git a/http/technologies/craft-cms-detect.yaml b/http/technologies/craft-cms-detect.yaml index 45cb0152e89a..610b4297a340 100644 --- a/http/technologies/craft-cms-detect.yaml +++ b/http/technologies/craft-cms-detect.yaml @@ -18,6 +18,7 @@ http: host-redirects: true max-redirects: 2 + matchers: - type: word part: header @@ -28,4 +29,8 @@ http: part: header regex: - 'Set-Cookie: (Craft|CRAFT)' -# digest: 4a0a0047304502207d753094bc10080da23fb2b996cbdbb0acc5214ae933a38571951370f553a7d20221009d905e141d110000a20a7232e55207a469a5af6a0af1aa1687fc79eb1c9740f1:922c64590222798bb761d5b6d8e72950 \ No newline at end of file + + - type: regex + part: body + regex: + - '(?i)CRAFT_CSRF_TOKEN'