Cobbler WebGUI Login Panel - Detect
ID: cobbler-webgui
Severity: info
Author: c-sh0
Tags: cobbler,webserver,panel,cobblerd
Description
Section titled “Description”Cobbler WebGUI login panel was detected.
YAML Source
Section titled “YAML Source”id: cobbler-webgui
info: name: Cobbler WebGUI Login Panel - Detect author: c-sh0 severity: info description: Cobbler WebGUI login panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:cobblerd:cobbler:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: cobblerd product: cobbler shodan-query: - http.title:"Cobbler Web Interface" - http.title:"cobbler web interface" fofa-query: title="cobbler web interface" google-query: intitle:"cobbler web interface" tags: cobbler,webserver,panel,cobblerd
http: - method: GET path: - "{{BaseURL}}/cobbler_web"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: status status: - 200
- type: word part: body words: - "<title>Cobbler Web Interface</title>" - "/cobbler_webui_content/" - "/cobbler_web/do_login" condition: or# digest: 4a0a0047304502202dd99d0d1bb60ad9e7107800b283184ce89a76b5be0f06e9afd6b0d692dfff1102210094867b8ec70c0f1665691668370ab2c1f86c821ac8b21e9173544aa354d8eb17:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/cobbler-webgui.yaml"