SkillAgentSearch skills...

GoogleWorkspaceDirectoryDump

No description available

Install / Use

/learn @RedTeamOperations/GoogleWorkspaceDirectoryDump
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Google Workspace Directory Dump Tool

Script written in Python3 which dumps the user/group from the Google Workspace. This tool can be used to map the group member relationship which can aid further cyber operations.

This is an image

Install Dependencies:

pip3 install google.auth google-auth-oauthlib

pip3 install --upgrade google-api-python-client

Usage :

Usage: Python3 WorkspaceDirectoryDump.py [options] GCPOrgID OauthCredentialFilePath

User Dump Syntax : Python3 WorkspaceDirectoryDump.py -U --oauth-filepath client_secret_xyz-8abcd.apps.googleusercontent.com.json 

Group Dump Syntax : Python3 WorkspaceDirectoryDump.py -G --oauth-filepath client_secret_xyz-8abcd.apps.googleusercontent.com.json --org-id=ORG_ID

User & Group Dump Syntax : Python3 WorkspaceDirectoryDump.py -U -G --oauth-filepath client_secret_xyz-8abcd.apps.googleusercontent.com.json --org-id=ORG_ID

GCP Access Token Reuse

Options:
  --version             show program's version number and exit

  -h, --help            show this help message and exit

  -U, --user            Users Information Dump

  -G, --group           Groups Information Dump

  --org-id=ORG_ID       Organization ID

  --oauth-filepath=OAUTH_FILEPATH  OAuth Credential File Path

Little Tweaks

Organization ID is required only if "Group" data needs to be dumped

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated5mo ago
Forks2

Languages

Python

Security Score

67/100

Audited on Oct 28, 2025

No findings