-
Notifications
You must be signed in to change notification settings - Fork 2
Data View Export
WebbinRoot edited this page Jul 28, 2026
·
2 revisions
Use this page for quick querying and export workflows from workspace SQLite data.
If you are still onboarding, start with Getting Started.
- Querying saved data with
data sql - Exporting reports with
data export - Picking output formats and paths
Run SQL directly against the local workspace databases.
data sql --db service "SELECT * FROM identity_policies LIMIT 20"
data sql --db metadata "SELECT * FROM workspaces"Notes:
-
--db servicetargets module output tables. -
--db metadatatargets workspace/session metadata tables.
Supported formats:
csvjson-
excel(requires the optional[excel]extra:pip install "ocinferno[excel]") treeimage
Examples:
data export json
data export excel
data export csv --out-dir ./exports/csv
data export treeimage --out-file ./exports/tenant_tree.pngmodules run enum_all --comp
data export excel --out-dir ./report_excel
data export json --out-dir ./report_json- Default root:
./ocinferno_output - Exports are written under the active workspace path unless
--out-dir/--out-fileis provided
- Workspace commands and config defaults: Workspace Instructions
- Module flags and execution details: Orchestration Module Reference
- Static findings catalog: ConfigChecker - Static Config Checks
Home | Getting Started | Auth | Workspace | Orchestration Modules | Downloads to Disk | Data View/Export | Operator Runbook | Troubleshooting and FAQ | OpenGraph - Node/Edge Tables | OpenGraph - Default Priv Escalation Mode | OpenGraph - IAM Conditionals | OpenGraph - Inheritance & IncludeAll | ConfigChecker - Static Config Checks | Module Development Guide
- Authentication Reference
- Workspace Instructions
- Orchestration Module Reference
- Enumeration Module Reference
- Exploit Module Reference
- Downloads to Disk
- Data View/Export
- Troubleshooting and FAQ