Releases: fkie-cad/friTap
Releases · fkie-cad/friTap
friTap 1.2.6.4
- 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
- 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
- Improvements in Python Integration:
Now it is possible to integrate friTap with your own Custom Handler
friTap 1.2.4.0
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
-c
parameter. This custom script will be invoked just before friTap applies its own hooks, providing greater flexibility and customization.
- Added the ability to enhance friTaps functionality by providing a custom Frida script during your session with
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
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.
- Added the ability to import and use
-
Job Management Support:
- Introduced support for running
friTap
as a job in theJobManager()
class of the AndroidFridaManager project.
- Introduced support for running
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
- 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
- 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
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
- 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
- fixes regarding Android 13
- fixes for full packet capture on Android
- add anti-root feature while applying friTap-hooks