Skip to content

exe-cut3/gcp-permissions-checker

Repository files navigation

GCP permissions checker

GCP Permissions Checker is a simple Python script designed to enumerate (bruteforce) and test IAM permissions in Google Cloud Platform (GCP). This tool helps you to identify and validate the permissions associated with your GCP service accounts.

You just need to provide a service account key JSON file (key.json) to start enumerating.

Installation

pip3 install -r requirements.txt

Usage

./gcp_perm_checker.py path/to/key.json
or
./gcp_perm_checker.py -Token ACCESS_TOKEN -ProjectID PROJECT_ID

About

GCP Permissions Checker: Python script for enumerating and testing GCP IAM permissions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages