Skip to content

cobalt_sync v2.0.3

Latest
Compare
Choose a tag to compare
@chrismaddalena chrismaddalena released this 05 Jan 21:06
· 7 commits to main since this release
14d24e2

Summary

This release fixes a potential issue that could cause duplicate log entries when Cobalt Strike writes to a log file multiple times in under a second.

CHANGELOG

[2.0.3] - 05 January 2024

Changed

  • Updated the logic for hash checking within cobalt_parser to track seen hashes first and optionally remove them if they fail to send
    • This prevents an issue where repeated writes to a file within a short timeframe (1s) caused duplicate entries sent
  • Updated cobalt_web's hash creator to sort dictionary keys for a more consistent check