streaak / keyhacks

Keyhacks is a repository which shows quick ways in which API keys leaked by a bug bounty program can be checked to see if they're valid.
4.86k stars 1.01k forks source link

Add GitLab personal access tokens #37

Closed nightwatchcyber closed 5 years ago

nightwatchcyber commented 5 years ago

Docs are here: https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html https://docs.gitlab.com/ee/api/README.html#personal-access-tokens

curl https://gitlab.example.com/api/v4/projects?private_token=

streaak commented 5 years ago

Thanks for sending this in.