Skip to content

mythic_sync v2.0.1

Compare
Choose a tag to compare
@chrismaddalena chrismaddalena released this 04 Aug 21:12
· 58 commits to main since this release
1658782

Summary

This release adds support for Ghostwriter v3's GraphQL API. Ghostwriter will soon deprecate the REST API used by previous versions of mythic_sync, so this release also deprecates support for the REST API. To use this version of mythic_sync, you will need Ghostwriter v3.0.1 or later and a new API token. You can generate a GraphQL API token by visiting your Ghostwriter user profile.

If you will continue using Ghostwriter v2.x.x for the time being, use this project's Ghostwriter-v2.x branch (v1). That branch will continue to receive maintenance updates.

CHANGELOG

[2.0.1] - 4 August 2022

Added

  • Added a log handler for new agent callbacks

Changed

  • Switched to using Ghostwriter v3's GraphQL API
  • Changed log format to include timestamps consistent with Ghostwriter for easier log entry comparisons (Closes #6)

Deprecated

  • Deprecated support for Ghostwriter v2's REST API
    • mythic_sync now uses Ghostwriter v3's GraphQL API keys (generated by visiting your user profile)
    • Use the Ghostwriter-v2.x branch to continue using mythic_sync with Ghostwriter v2.x.x