nuclei-templates/http/token-spray/api-gitlab.yaml

28 lines
520 B
YAML

id: api-gitlab
info:
name: Gitlab API Test
author: Adam Crosser
severity: info
reference:
- https://docs.gitlab.com/ee/api/personal_access_tokens.html
tags: token-spray,gitlab
metadata:
max-request: 1
self-contained: true
http:
- method: GET
path:
- "https://gitlab.com/api/v4/personal_access_tokens"
headers:
PRIVATE-TOKEN: "{{token}}"
matchers:
- type: word
part: body
words:
- '"id":'
- '"created_at":'
condition: and