-
Notifications
You must be signed in to change notification settings - Fork 30
Home
monkeywave edited this page Oct 21, 2022
·
14 revisions
The goal of this project is to help researchers to analyze traffic encapsulated in SSL or TLS. For details have a view into the OSDFCon webinar slides or in this blog post.
This project was inspired by SSL_Logger and currently supports all major operating systems (Linux, Windows, Android). More platforms and libraries will be added in future releases.
2022-10-20 friTap 1.0.7.1 is out.
- fixed the detaching bug
2022-10-20 friTap 1.0.7 is out.
- some fixes for iOS and Android (thx MjG345 for reporting this issue)
- created a legacy script when working with frida < 16
- we are now waiting for a ssl library to be initialized (thx MjG345 for pointing this)
- add dynamic loader support for iOS and MacOS
- now we handle the stopping of the target process
2022-10-10 friTap 1.0.6 is out.
- some refactor fixes for windows
- fixes to allow debugging with frida >= 16
2022-10-05 friTap 1.0.5 is out.
- add debugging feature. More infos about its uage can be found here.
- pip package support