Skip to content

Commit

Permalink
Add details about --stdin and --csv options
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Jul 31, 2020
1 parent e323f95 commit e318902
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ optional arguments:
-z, --scanarchives Decompress and scan zip, tar, gzip, warc, arc with
Siegfried
-o, --overwrite Overwrite reports directory if it already exists
--csv CSV Path to Siegfried CSV file to read as input
--stdin Read Siegfried CSV from piped stdin
--csv CSV Path to Siegfried CSV file to read as input (directories only)
--stdin Read Siegfried CSV from piped stdin (directories only)
```

Expand Down Expand Up @@ -170,6 +170,8 @@ To force Siegfried to pause for 1 second between file scans, pass `-t` or `--thr

To force Siegfried to log verbose output to the terminal while processing, pass `-v` or `--verbosesf` as an argument.

In Brunnhilde 1.9+, you can pass Brunnhilde a Siegfried CSV file via piped stdin with the `--stdin` flag or by providing the path to a Siegfried CSV file with `--csv CSV`. The `--stdin` and `--csv CSV` options are limited to directory sources and do not work with disk images. When using these options, make sure that the `source` argument passed to Brunnhilde matches the directory scanned by Siegfried. Otherwise some options (e.g. virus scanning, running bulk_extractor) and statistics (e.g. total size) will not work as expected.

### Specifying hash type

Brunnhilde uses the md5 hash algorithm by default. Other options are sha1, sha256, sha512, or none.
Expand Down

0 comments on commit e318902

Please sign in to comment.