Skip to content

friTap - v1.3.5.3

Choose a tag to compare

@monkeywave monkeywave released this 07 Jul 13:33
· 41 commits to main since this release

friTap - Release Notes (v1.3.5.3)

What's New

  • πŸ“˜ In-depth Documentation

    • We've started building comprehensive docs using MkDocs!
      β†’ Clearer explanations, usage examples, and feature guides are on the way.
  • 🐍 OpenSSL Key Extraction from Python

    • friTap can now hook OpenSSL instances used in Python apps β€” tested on Linux and macOS.
  • πŸ›  Internal Improvements

    • Switched all output to use Python’s structured logger for cleaner and more consistent output.
    • Improved log formatting across all modes (standard, verbose, and debug).
  • 🧩 New Feature: List Loaded Libraries

    • Added -ll / --list-libraries to enumerate loaded libraries in the target process.
    • Helps with debugging or identifying which TLS backends are in use.
  • πŸŽ› Updated Command-Line Interface

    • Refactored several CLI options for clarity and consistency:
      • 🧬 -s now spawns the target app (replacing the old -f).
      • πŸ” Check --help for a full overview of updated options.
  • πŸ›  Development and Testing

    • add a script which trys to create a setup for development
    • started to add tests to friTap (still needs to be extended)

πŸ”— Stay tuned via https://github.com/friTap/friTap
πŸ› Found a bug or missing key? Please report it in the GitHub issue tracker!