Exposed Cobbler Directories
ID: cobbler-exposed-directory
Severity: medium
Author: c-sh0
Tags: cobbler,exposure,misconfig
Description
Section titled “Description”Searches for exposed Cobbler Directories
YAML Source
Section titled “YAML Source”id: cobbler-exposed-directory
info: name: Exposed Cobbler Directories author: c-sh0 severity: medium description: Searches for exposed Cobbler Directories metadata: max-request: 2 tags: cobbler,exposure,misconfig
http: - method: GET path: - "{{BaseURL}}/cobbler/" - "{{BaseURL}}/cblr/"
matchers-condition: and matchers: - type: status status: - 200
- type: word part: body words: - "Index of /cobbler" - "Index of /cblr" condition: or# digest: 4b0a00483046022100ca0ae839cc1630ac795d3993caad8be9ddcffc77bdc1733e93e76d2f31a6c49402210090f9b340485ef7e66119c3cde446aee7d10949f16382259fcbcc9fbdf1f3f6fc: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/misconfiguration/cobbler-exposed-directory.yaml"