nuclei-templates/misconfiguration/gitlab/gitlab-public-snippets.yaml

36 lines
772 B
YAML

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:
shodan-query: http.title:"GitLab"
tags: gitlab,exposure,misconfig
requests:
- 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."