GitLab public repositories
ID: gitlab-public-repos
Severity: info
Author: ldionmarcil
Tags: gitlab,exposure,misconfig
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: gitlab-public-repos
info: name: GitLab public repositories author: ldionmarcil severity: info reference: - https://twitter.com/ldionmarcil/status/1370052344562470922 - https://github.com/ldionmarcil/gitlab-unauth-parser classification: cpe: cpe:2.3:a:gitlab:gitlab:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: gitlab product: gitlab shodan-query: http.title:"GitLab" tags: gitlab,exposure,misconfig
http: - method: GET path: - "{{BaseURL}}/api/v4/projects"
headers: Cookie: _gitlab_session=
matchers-condition: and matchers: - type: word part: header words: - "Set-Cookie: _gitlab_session="
- type: word part: body words: - "name_with_namespace"# digest: 490a00463044022043a565cd27c071c663ffd8717425f3150b52d2fab82eb7a3d794a8b04fcdbe84022046f7b613db20b9b30733e9d014169157a5fd0b32586b754bbf7c63763a95fac4: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/gitlab/gitlab-public-repos.yaml"