CGIT - Detect
ID: cgit-panel
Severity: info
Author: tess,righettod
Tags: panel,git,cgit_project
Description
Section titled “Description”CGIT panel was detected.
YAML Source
Section titled “YAML Source”id: cgit-panel
info: name: CGIT - Detect author: tess,righettod severity: info description: CGIT panel was detected. reference: - https://git.zx2c4.com/cgit/about/ 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:cgit_project:cgit:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: cgit_project product: cgit shodan-query: - http.title:"Git repository browser" - http.title:"git repository browser" fofa-query: title="git repository browser" google-query: intitle:"git repository browser" tags: panel,git,cgit_project
http: - method: GET path: - "{{BaseURL}}"
matchers: - type: dsl dsl: - 'status_code == 200' - 'contains_all(to_lower(body), "git repository browser", "cgit")' condition: and
extractors: - type: regex part: body group: 1 regex: - '(?i)<meta\s+name=.?generator.?\s+content=.?([a-z0-9\s.]+).?'# digest: 4a0a004730450220269a1a7b3d811bfc052a90df58e0f66c4cd84e610a82ea230074e6c532919c5b022100c8616dfa6f3150d3179fa7908b9f86022ecb881421d4b24515d113850e6e1e1b: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/cgit-panel.yaml"