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