nuclei-templates/technologies/lucee-detect.yaml

23 lines
532 B
YAML
Raw Normal View History

2021-01-16 15:02:41 +00:00
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
2021-07-09 02:54:09 +00:00
tags: tech,lucee
2021-01-16 15:02:41 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: regex
part: header
regex:
- "(?i)X-Lucee-Version"
- "(?i)X-CB-Server: LUCEE"
- "(?i)X-IDG-Appserver: Lucee"
condition: or