vulkro catalogue
Export a contributor, module, or endpoint catalogue as CSV. Handy for spreadsheets, inventory reviews, and hand-off documents.
Usage
vulkro catalogue [PATH] --target endpoints -o endpoints.csv
| Argument | Description | Default |
|---|---|---|
PATH | Path to the project root. | . |
Flags
| Flag | Description |
|---|---|
--target <TARGET> | What to export: endpoints (default), findings, or contributors. |
--output, -o <OUTPUT> | Write to a file instead of stdout. |
Examples
# Endpoint inventory as CSV.
vulkro catalogue . --target endpoints -o endpoints.csv
# Findings as CSV for a spreadsheet triage.
vulkro catalogue . --target findings -o findings.csv
Related
vulkro contributors- ownership analytics.vulkro discover- the endpoint map.vulkro graph- the module dependency graph.