Skip to content

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

Notifications You must be signed in to change notification settings

exe-cut3/gcp-permissions-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

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

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