nuclei-templates/http/technologies/lucee-detect.yaml

30 lines
641 B
YAML

id: lucee-detect
info:
name: Detect Lucee
author: geeknik
severity: info
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/
metadata:
max-request: 1
tags: tech,lucee
http:
- 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
- type: status
status:
- 200