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

40 lines
852 B
YAML
Raw Normal View History

2022-08-01 08:15:48 +00:00
id: rundeck-login
info:
name: RunDeck Login Panel
2022-10-25 10:53:09 +00:00
author: DhiyaneshDk, daffainfo
2022-08-01 08:15:48 +00:00
severity: info
metadata:
verified: true
2022-08-01 17:06:24 +00:00
shodan-query: title:"Rundeck"
2022-08-01 08:15:48 +00:00
tags: panel,rundeck
requests:
- method: GET
path:
- '{{BaseURL}}/user/login'
2022-10-25 10:53:09 +00:00
host-redirects: true
max-redirects: 2
matchers-condition: and
2022-08-01 08:15:48 +00:00
matchers:
- type: word
part: body
words:
2022-10-25 10:53:09 +00:00
- 'alt="Rundeck"'
- '/assets/rundeck' ## For old rundeck
2022-10-23 15:32:18 +00:00
condition: or
2022-08-01 08:15:48 +00:00
- type: status
status:
- 200
extractors:
- type: regex
2022-08-01 08:15:48 +00:00
part: body
group: 1
regex:
2022-10-25 10:53:09 +00:00
- '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