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

27 lines
624 B
YAML
Raw Normal View History

2023-03-07 09:40:29 +00:00
id: gitlab-pipeline-token
info:
name: GitLab Pipeline Trigger Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/gitlab.yml
- https://docs.gitlab.com/ee/ci/triggers/
- https://gitlab.com/gitlab-org/gitlab/-/issues/371396
- https://gitlab.com/gitlab-org/gitlab/-/issues/388379
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-10-14 11:27:55 +00:00
max-request: 1
2023-03-07 09:40:29 +00:00
tags: gitlab,token,exposure
http:
2023-03-07 09:40:29 +00:00
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
2023-10-14 11:27:55 +00:00
- '\b(glptt-[0-9a-f]{40})\b'