Skip to content

Lucee Default Page

ID: default-lucee-page

Severity: info

Author: dhiyaneshDk

Tags: tech,lucee

id: default-lucee-page
info:
name: Lucee Default Page
author: dhiyaneshDk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"Lucee"
tags: tech,lucee
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "<title>Rapid web development with Lucee!</title>"
part: body
extractors:
- type: regex
part: body
group: 1
regex:
- "Lucee ([0-9.\\-A-Z]+) on your system"
# digest: 4a0a0047304502210094bfb327d750ff37db548f127c4595191a6a4153a7785d7c93a3028b16277300022038f0caf12c4db7c9aad2c451daf4f852c6fa93b3e057372eb987c0e7e8bb1765: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/technologies/default-lucee-page.yaml"

View on Github