Skip to content

August 2022 - Summer release

Compare
Choose a tag to compare
@Rafiot Rafiot released this 08 Aug 13:53
· 1074 commits to main since this release
v1.14.0

New features

  • Trigger a capture on a web enabled document provided as a file instead of a URL. Useful for HTML files attached to emails, or HTML body in email.
    Screenshot_20220808_131607

  • Compress (gzip) the HAR file in archived captures - saves a lot of disk space.
  • Support for RiskIQ Passive DNS (requires API key)
  • Display SSL/TLS information available in the HAR dump from Playwright
    Screenshot_20220808_132643

  • Optional DoNotTrack HTTP header in capture
    Screenshot_20220808_132302

  • Display size of rendered page on hostnode popup.
  • [WiP] Download files when the URL captured to a downloadable file (PDF, Office doc, ...) (Important note the downloaded file is not exposed to the user yet)
  • [WiP] List all hashes available in the capture, sort them by frequency. Makes it easier to find phishing sides using the same resources.
    Screenshot_20220808_132149

Fixes

  • Major speed improvements when displaying the hostnode popups (only show the recent cached captures by default)
  • Improvements in the caching mechanism
  • Cleanup data showed by monitoring script
  • Avoid crashes when RiskIQ isn't reachable

Changes

  • Update dependencies (js, python)
  • Improve logging in archiver
  • Improve config file