dod-cyber-crime-center / sqlite-dissect

DC3 SQLite Dissect
Other
53 stars 8 forks source link

Multiple output types #4

Closed kchason closed 2 years ago

kchason commented 2 years ago

Allows multiple simultaneous output formats in the same run.

This still defaults to "TEXT" when no arguments are provided, but also allows space-delimited formats to be passed together.

Example usage: sqlite_dissect [SQLITE_FILE] --schema-history -d [OUTPUT_DIRECTORY] -e sqlite text csv xlsx

dc3-tsd commented 2 years ago

Reviewed by TD.