• v2.5 48456f45d7

    v2.5 Stable

    kerem released this 2025-10-12 19:48:03 +03:00 | 90 commits to main since this release

    📅 Originally published on GitHub: Sun, 12 Oct 2025 17:47:22 GMT
    🏷️ Git tag created: Sun, 12 Oct 2025 16:48:03 GMT

    Features and Improvements:

    • IMPROVE: Added support for loading TOTP secrets from local files via file:// URLs
    • IMPROVE: Updated remote URL in SECRET_CIPHER_DICT_URL
    • IMPROVE: Updated spotify_monitor_secret_grabber to dump secrets in different formats. Choose what you need with the --secret, --secretbytes and --secretdict CLI flags, or go all out with the --all mode to write all secret formats to files like secrets.json, secretBytes.json and secretDict.json (thanks @tomballgithub)
    • IMPROVE: Added multi-arch Docker image build and compose support for spotify_monitor_secret_grabber - more info at 🐳 Secret Key Extraction via Docker
    • IMPROVE: Added deletion of flag_file at launch if specified via .conf file. Previously only done when flag_file was specified on command line
    • IMPROVE: Added info to console output when TOTP secrets are fetched from a remote URL or local file

    Bug fixes:

    • BUGFIX: Removed walrus operator to support min python version 3.6 (fixes #20, thanks @tomballgithub)
    Downloads