2021-07-08 19:18:42 +00:00
|
|
|
id: default-lucee-page
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Lucee Default Page
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.shodan.io/search?query=http.title%3A%22Lucee%22
|
2021-07-08 19:18:42 +00:00
|
|
|
tags: tech,lucee
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}'
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>Rapid web development with Lucee!</title>"
|
|
|
|
part: body
|
2021-07-09 03:00:20 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2021-07-09 03:13:28 +00:00
|
|
|
- "Lucee ([0-9.\\-A-Z]+) on your system"
|