Skip to content

Lucee Stack Trace Error

ID: lucee-stack-trace

Severity: low

Author: dhiyaneshDK

Tags: lucee,exposure

Lucee Stack Trace error exposed.

id: lucee-stack-trace
info:
name: Lucee Stack Trace Error
author: dhiyaneshDK
severity: low
description: Lucee Stack Trace error exposed.
metadata:
max-request: 1
shodan-query: http.title:"Lucee"
tags: lucee,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- 'lucee.runtime'
- type: status
status:
- 500
- 200
condition: or
# digest: 4a0a0047304502200cdcf52784fa635f9c8bc4aa4662e9e96d8d4a31de2aaa440748ecf6eb26e78a022100a13297db10292c8dfc7e43582c66a079c7537b1b0971ac4060c8994cbb2b602c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/logs/lucee-stack-trace.yaml"

View on Github