Skip to content

Releases: fkie-cad/friTap

friTap 1.2.6.4

16 Dec 13:33
Compare
Choose a tag to compare
  • Fixing minor bug regarding Full Packet Capture: Resolved minor bugs handling a full packet capture on a none mobile device.

friTap 1.2.6.0

09 Dec 15:45
Compare
Choose a tag to compare
  • Improved Argument Parsing: Resolved minor bugs in the argument parsing functionality to enhance stability and accuracy.
  • Full Packet Capture Fix: Fixed issues with the full packet capture feature for Android, ensuring reliable usage of the -f / --full_capture option.
  • Socket Tracing Feature: Introduced a socket tracing feature, which traces all sockets of the target application and provides a pre-configured Wireshark display filter for easier analysis. If an optional file path is specified, the socket trace will be saved to a file. Use the -sot [<path>] / --socket_tracing [<path>] option to enable this feature. This feature was unavailable in recent versions due to the removal of the relevant code path.

friTap 1.2.4.3

04 Dec 09:02
Compare
Choose a tag to compare
  • Improvements in Python Integration:
    Now it is possible to integrate friTap with your own Custom Handler

friTap 1.2.4.0

20 Nov 12:22
Compare
Choose a tag to compare

Release Notes for v1.2.4.0

✨ New Features

  • Python Integration:
    • Added the ability to enhance friTaps functionality by providing a custom Frida script during your session with -cparameter. This custom script will be invoked just before friTap applies its own hooks, providing greater flexibility and customization.

We hope you enjoy these new features and improvements! If you encounter any issues or have suggestions, please feel free to open an issue or contribute to the project.

Happy tapping! 🚀

friTap 1.2.3.6

17 Nov 16:57
Compare
Choose a tag to compare

Release Notes for v1.2.3.6

🛠️ Improvements

  • Cronet Byte Pattern Update: Minor fixes to the byte pattern for Cronet to ensure compatibility with the latest Cronet versions.

✨ New Features

  • Python Integration:

    • Added the ability to import and use friTap as part of a Python project with a simple invocation:
      ssl_log = SSL_Logger(...)
      process = ssl_log.start_fritap_session()
    • This makes it easier to integrate friTap functionality directly into Python workflows.
  • Job Management Support:

    • Introduced support for running friTap as a job in the JobManager() class of the AndroidFridaManager project.

We hope you enjoy these new features and improvements! If you encounter any issues or have suggestions, please feel free to open an issue or contribute to the project.

Happy tapping! 🚀

friTap 1.2.3.0

30 Oct 14:56
Compare
Choose a tag to compare
  • Adding s2n support to friTap thx to @Julian-Lengersdorff
  • Adding support for BoringSSL when it is used in the mono runtime

friTap 1.2.2.8

08 Oct 10:19
Compare
Choose a tag to compare
  • first support for Flutter on Android (tested) and iOS (untested)
  • improvements in the byte-pattern based hooking
  • a better logging experience

friTap 1.2.2.0

02 Oct 11:40
Compare
Choose a tag to compare

A lot of new features:

  • update the build system
  • fixes in providing offsets to friTap
  • able to hook Cronet
  • able to hook by byte pattern matching
  • able to hook SSL_write_ex and SSL_read_ex on OpenSSL

friTap 1.1.0.5

06 Mar 13:37
Compare
Choose a tag to compare
  • some fixes regarding Conscrypt on Android
  • Update the android.py class so that newer Android versions can also be handled
  • fixes a logic bug when doing a full packet capture
  • add feature to provide default socket information ( --enable_default_fd)

friTap 1.1.0

28 Jun 16:54
Compare
Choose a tag to compare
  • fixes regarding Android 13
  • fixes for full packet capture on Android
  • add anti-root feature while applying friTap-hooks