mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
50 lines
1.3 KiB
YAML
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: 4a0a0047304502202f00cffdf9061d1dcd41fe3d584305271fafbd829401d2f9b3d102daefd20f8802210088eee0c18b185caceef8c70eaca9997bc63afd5018485ace5003bc3fa095fc60:922c64590222798bb761d5b6d8e72950 |