nuclei-templates/exposed-panels/lucee-login.yaml

26 lines
555 B
YAML

id: lucee-login
info:
name: Lucee Web/Server Administrator Login
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Lucee"
tags: panel,lucee
requests:
- method: GET
path:
- '{{BaseURL}}/lucee/admin/web.cfm'
- '{{BaseURL}}/lucee/admin/server.cfm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Login - Lucee Web Administrator</title>'
- '<title>Login - Lucee Server Administrator</title>'
- type: status
status:
- 200