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

40 lines
852 B
YAML

id: rundeck-login
info:
name: RunDeck Login Panel
author: DhiyaneshDk, daffainfo
severity: info
metadata:
verified: true
shodan-query: title:"Rundeck"
tags: panel,rundeck
requests:
- method: GET
path:
- '{{BaseURL}}/user/login'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'alt="Rundeck"'
- '/assets/rundeck' ## For old rundeck
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'utm_medium=([0-9.]+)-'
- 'data-version-string=\"([0-9.-]+)\"' ## Detection version on old rundeck
- '<span class="version">([0-9.-]+)<\/span>' ## Detection on very old rudneck