nuclei-templates/http/exposures/tokens/gitlab/gitlab-personal-token.yaml

24 lines
545 B
YAML
Raw Normal View History

2023-03-07 09:40:29 +00:00
id: gitlab-personal-token
info:
name: GitLab Personal Access Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/gitlab.yml
- https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html
metadata:
max-request: 1
2023-03-07 09:40:29 +00:00
verified: "true"
tags: gitlab,token,exposure
http:
2023-03-07 09:40:29 +00:00
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '\b(glpat-[0-9a-zA-Z_-]{20})(?:\b|$)'