nuclei-templates/technologies/default-lucee-page.yaml

25 lines
515 B
YAML
Raw Normal View History

2021-07-08 19:18:42 +00:00
id: default-lucee-page
info:
name: Lucee Default Page
author: dhiyaneshDk
severity: info
tags: tech,lucee
reference: https://www.shodan.io/search?query=http.title%3A%22Lucee%22
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"