From 642480ecb813396e73a3109889362a2c15e82e7b Mon Sep 17 00:00:00 2001 From: Geeknik Labs <466878+geeknik@users.noreply.github.com> Date: Sat, 16 Jan 2021 15:02:41 +0000 Subject: [PATCH] Create lucee-detect.yaml --- technologies/lucee-detect.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 technologies/lucee-detect.yaml diff --git a/technologies/lucee-detect.yaml b/technologies/lucee-detect.yaml new file mode 100644 index 0000000000..5213f4acd0 --- /dev/null +++ b/technologies/lucee-detect.yaml @@ -0,0 +1,22 @@ +id: lucee-detect +info: + name: Detect Lucee + author: geeknik + description: Lucee Server is a dynamic, Java based (JSR-223), tag and scripting language used for rapid web application development -- https://github.com/lucee/Lucee/ + severity: info + +requests: + - method: GET + path: + - "{{BaseURL}}" + + matchers-condition: and + matchers: + + - type: regex + part: header + regex: + - "(?i)X-Lucee-Version" + - "(?i)X-CB-Server: LUCEE" + - "(?i)X-IDG-Appserver: Lucee" + condition: or