nuclei-templates/exposures/logs/lucee-stack-trace.yaml

27 lines
427 B
YAML
Raw Normal View History

2021-07-08 20:14:30 +00:00
id: lucee-stack-trace
info:
name: Lucee Stack Trace Error
author: dhiyaneshDK
severity: low
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Lucee"
2021-07-08 20:14:30 +00:00
tags: lucee,exposure
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- 'lucee.runtime'
- type: status
status:
2021-07-09 04:20:42 +00:00
- 500
2021-07-08 20:14:30 +00:00
- 200
2021-07-09 04:15:38 +00:00
condition: or