Added gitlab-snippets
parent
4ddbfc8b07
commit
2f328cecd2
|
@ -0,0 +1,21 @@
|
|||
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
|
Loading…
Reference in New Issue