2021-01-16 15:02:41 +00:00
id : lucee-detect
2022-04-22 10:38:41 +00:00
2021-01-16 15:02:41 +00:00
info :
name : Detect Lucee
author : geeknik
severity : info
2022-04-22 10:38:41 +00:00
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/
2021-07-09 02:54:09 +00:00
tags : tech,lucee
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-01-16 15:02:41 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-01-16 15:02:41 +00:00
- method : GET
path :
- "{{BaseURL}}"
2021-12-31 12:27:46 +00:00
matchers-condition : and
2021-01-16 15:02:41 +00:00
matchers :
- type : regex
part : header
regex :
- "(?i)X-Lucee-Version"
- "(?i)X-CB-Server: LUCEE"
- "(?i)X-IDG-Appserver: Lucee"
condition : or
2021-12-31 12:27:46 +00:00
- type : status
status :
- 200