Skip to content

Enum

pipeleak gl enum

Enumerate access rights of a GitLab access token

Synopsis

Enumerate access rights of a GitLab access token by listing projects, groups and users the token has access to.

pipeleak gl enum [flags]

Examples

pipeleak gl enum --token glpat-xxxxxxxxxxx --gitlab https://gitlab.mydomain.com --level 20

Options

1
2
3
4
5
  -g, --gitlab string   GitLab instance URL
  -h, --help            help for enum
      --level int       Minimum repo access level. See https://docs.gitlab.com/api/access_requests/#valid-access-levels for integer values (default 10)
  -t, --token string    GitLab API Token
  -v, --verbose         Verbose logging

Options inherited from parent commands

1
2
3
      --coloredLog       Output the human-readable log in color (default true)
      --json             Use JSON as log output format
  -l, --logfile string   Log output to a file

SEE ALSO