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

28 lines
507 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
2022-07-04 08:46:15 +00:00
metadata:
max-request: 1
2022-07-04 08:46:15 +00:00
shodan-query: http.title:"Lucee"
2021-07-08 19:18:42 +00:00
tags: tech,lucee
http:
2021-07-08 19:18:42 +00:00
- method: GET
path:
- '{{BaseURL}}'
2022-07-04 08:46:15 +00:00
2021-07-08 19:18:42 +00:00
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"