21 lines
437 B
YAML
21 lines
437 B
YAML
id: gitlab-snippets
|
|
info:
|
|
name: GitLab public snippets
|
|
author: pdteam
|
|
severity: info
|
|
reference: https://gist.github.com/vysecurity/20311c29d879e0aba9dcffbe72a88b10
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/explore/snippets"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Snippets · Explore · GitLab</title>'
|
|
|
|
- type: status
|
|
status:
|
|
- 200 |