Skip to content

Releases: Macmod/flashingestor

v0.2.0

19 Jan 17:42

Choose a tag to compare

What's Changed

  • Fix static analysis issues: performance, correctness, and Go best practices by @Copilot in #1
  • Redesigned the remote collection entirely (and parts of conversion) to better ensure performance / usability.
  • Improved network footprint of registry query operations by reusing the hive handle from OpenLocalMachine.
  • Implemented the Status property with availability checks windows_os, password_age and smb_port_scan.
  • Implemented --pprof for performance profiling.
  • Added DEBUG log level for general troubleshooting and refactored logging functions.
  • Fixed data races synchronizing UI updates in tview, throttled UI updates and other minor fixes.
  • Updated go-msrpc (due to PR#95 & PR#98) and other dependencies.

New Contributors

  • @Copilot made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0

v0.1.0

09 Jan 20:40

Choose a tag to compare