Skip to content

Index

pipeleak gl

GitLab related commands

Synopsis

Commands to enumerate and exploit GitLab instances.

GitLab Proxy Support

Note: Proxying is currently supported only for GitLab commands.

Since Go binaries aren't compatible with Proxychains, you can set a proxy using the HTTP_PROXY environment variable.

For HTTP proxy (e.g., Burp Suite): HTTP_PROXY=http://127.0.0.1:8080 pipeleak gl scan --token glpat-xxxxxxxxxxx --gitlab https://gitlab.com

For SOCKS5 proxy: HTTP_PROXY=socks5://127.0.0.1:8080 pipeleak gl scan --token glpat-xxxxxxxxxxx --gitlab https://gitlab.com

Options

1
2
3
4
  -g, --gitlab string   GitLab instance URL
  -h, --help            help for gl
  -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