GitLab public snippets
ID: gitlab-public-snippets
Severity: info
Author: pdteam
Tags: gitlab,exposure,misconfig
Description
Section titled “Description”YAML Source
Section titled “YAML Source”id: gitlab-public-snippets
info: name: GitLab public snippets author: pdteam severity: info reference: - https://gist.github.com/vysecurity/20311c29d879e0aba9dcffbe72a88b10 - https://twitter.com/intigriti/status/1375078783338876929 metadata: max-request: 2 shodan-query: http.title:"GitLab" tags: gitlab,exposure,misconfig
http: - method: GET path: - "{{BaseURL}}/explore/snippets" - "{{BaseURL}}/-/snippets"
matchers-condition: and matchers: - type: word words: - '<title>Snippets · Explore · GitLab</title>'
- type: status status: - 200
- type: word negative: true condition: or words: - "No snippets found" - "Nothing here."# digest: 4a0a0047304502200b7c4f1e6cfdabd6a7a3a3253dafc9f23f435a8bae8eb11263da69149b466d3a0221009b706555b87b581900550ede409ad6ace79ba94e6bfe838e55e0cd4c915fafd0: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-snippets.yaml"