Files
nuclei-templates/http/exposed-panels/cockpit-project-panel.yaml
2025-10-23 06:01:47 +00:00

50 lines
1.3 KiB
YAML

id: cockpit-project-panel
info:
name: Cockpit Project Login Panel - Detect
author: righettod
severity: info
description: |
Cockpit Project products was detected.
reference:
- https://github.com/cockpit-project/cockpit
- https://cockpit-project.org/
metadata:
max-request: 1
verified: true
shodan-query: http.html:"cockpit/static/login.css"
tags: panel,cockpit,login
http:
- method: GET
path:
- "{{BaseURL}}/"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(to_lower(body), "cockpit/", "is_cockpit_client")'
condition: and
extractors:
- type: regex
part: body
name: os
group: 1
regex:
- '(?i)"PRETTY_NAME"\s*:\s*"(.*?)"'
internal: true
- type: regex
part: body
name: hostname
group: 1
regex:
- '(?i)"hostname"\s*:\s*"(.*?)"'
internal: true
- type: dsl
dsl:
- '"OS: " + os + " | Hostname: " + hostname'
# digest: 4a0a0047304502204e88e66a47107ec07faf82059c2bc57b6ea77ca945d118cfe9ae510017be7672022100e5a424c4646054bb5b97351911adadb5d33de508cfe80cc2823b6adca4842155:922c64590222798bb761d5b6d8e72950