-
Notifications
You must be signed in to change notification settings - Fork 28
Data View Export
WebbinRoot edited this page May 9, 2026
·
2 revisions
Use this page for SQL queries, export commands, and wipe operations against local workspace data.
data sql --db service "SELECT * FROM iam_allow_policies LIMIT 25"
data sql --db metadata "SELECT * FROM workspaces"Supported formats:
csvjsonexceltreeimage
Examples:
data export csv
data export json
data export excel
data export treeimageCustom output targets:
data export json --out-file ./exports/gcpwn.json
data export excel --out-file ./exports/gcpwn.xlsx
data export csv --out-dir ./exports/csvdata wipe-service --yes
data wipe-service --all-workspaces --yesWithout --yes, GCPwn prompts for confirmation.
Default export root:
gcpwn_output/<workspace_slug>/exports/
Typical files:
sqlite_blob.csvsqlite_blob.jsonsqlite_blob.xlsxhierarchy_tree.svg
modules run enum_all --iam
modules run enum_policy_bindings --ensure-tree
data export excel
data sql --db service "SELECT * FROM member_permissions_summary LIMIT 20"- Authentication Reference
- Workspace Instructions
- Google Workspace Enumeration
- CLI Module Reference
- Enumeration Module Reference
- Exploit Module Reference
- Downloads to Disk
- Logging & Verbosity
- Data View/Export
- IAM Enumeration and Analysis Workflow
- Troubleshooting and FAQ