mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-07 03:03:51 +08:00
* Edit magmi workflow * Add some workflow template + edit some template * Changing some templates * minor update * workflow matcher fixes * tech update * Seperate technology template * Update metabase-panel.yaml * Update lucee-detect.yaml * Update oneblog-detect.yaml * Update dolibarr-panel.yaml * Update dolibarr-panel.yaml * Update dolibarr-panel.yaml * Update gespage-panel.yaml * Update gespage-panel.yaml * Update mautic-crm-panel.yaml * Update kibana-panel.yaml * Update metabase-panel.yaml * Update home-assistant-detect.yaml * Update jitsi-meet-detect.yaml * Update lucee-detect.yaml * Update gotmls-plugin-lfi.yaml * Update and rename technologies/opencast-detect.yaml to exposed-panels/opencast-detect.yaml * duplicate template - cves/2020/CVE-2020-11738.yaml Co-authored-by: sandeep <sandeep@projectdiscovery.io> Co-authored-by: Prince Chaddha <prince@projectdiscovery.io>
27 lines
613 B
YAML
27 lines
613 B
YAML
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
|
|
tags: tech,lucee
|
|
|
|
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
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|