Skip to content

Brunnhilde 1.8.0

Compare
Choose a tag to compare
@tw4l tw4l released this 09 Nov 01:54
· 10 commits to master since this release
aab651d
  • Addresses Issue 38 by:
    • Replacing the wget Python module with requests (removing the cryptic "-1/unknown" terminal output and improving handling of downloads)
    • Adding --save_assets and --load_assets arguments that allow users to cache and retrieve the HTML report's Bootstrap CSS and JavaScript dependencies at a local filepath of their choosing, removing the need for an internet connection to use Brunnhilde. Previously, Brunnhilde HTML reports linked out to CDNs to render correctly; this was seen to be a preservation risk. The default behavior remains for Brunnhilde to download its Bootstrap dependencies from the Brunnhilde Github repository on each run.
  • Renames the assets directory to hidden directory .assets.
  • Fixes buggy formatting in display of Social Security Numbers found by bulk_extractor in the Brunnhilde HTML report.
  • Renames the "PII" section of the Brunnhilde HTML report to "SSNs", more accurately reflecting the content being displayed, which is currently only Social Security Numbers. Other features found by bulk_extractor can be found in the bulk_extractor output directory.