Skip to main content

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
ArgumentDescriptionDefault
PATHPath to the project root..

Flags

FlagDescription
--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