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: 4b0a00483046022100bfc69df216a983bbc0ff120c2128d60e91c3a7e75d9e1566586d1c4f15d4c11a022100c961b2d2e79f963e8c7ea7309d2c6d7d68bd2bb5ed13d252606b6496e93fc07e:922c64590222798bb761d5b6d8e72950 |