Skip to content

GitLab Pipeline Trigger Token

ID: gitlab-pipeline-token

Severity: info

Author: DhiyaneshDK

Tags: gitlab,token,exposure

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:
verified: true
max-request: 1
tags: gitlab,token,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '\b(glptt-[0-9a-f]{40})\b'
# digest: 490a0046304402207e36356affb2b1357fc2f441767a0d56949cbf81c4faf86a1683ea22bf730ef60220645c50fb848b79f938934b94229b03f10c98775e7a272d00c26c8478823c1d43:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/gitlab/gitlab-pipeline-token.yaml"

View on Github