-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to log TLS keys or traffic with an android app #22
Comments
I guess we have another game engine (LibGDX) here that , like Unity, comes with its own network stack. (https://libgdx.com/wiki/networking) |
On some Android devices the following code will return since SSL_get_fd return -1
I don't know if it is because of the lack of permission or some Android OEM quirks. The google ssl_logger just ignore this so they can log traffic without ip/port. |
Hi,
Originally, friTap was designed with live forensics in mind, aiming to preserve socket information for thorough analysis. We've since introduced a new feature, |
Can you retry it with the latest friTap version (1.1.0.5). Also consider the following: |
Hello, Thank you for the update, I tried using the new version of Fritap on the same app, but now I am receiving these errors: As you can see, I have run the command for both key logging and pcap traffic, with and without the --enable_default_fd flag for each case. Do you know what these errors mean? The device I am using is a Genymotion emulated Google Nexus 4. If anyone can somehow succesfully log the TLS keys/traffic for this app, help would be appreciated. Thanks! |
Hi, there was a bug how friTap hooked Conscrypt and other Android related libraries in the past which should be solved in the latest version of friTap (version 1.1.1.0) . Can you try to log the keys in the latest version of friTap? |
Hi @thecoder8324 , you can test it again with the latest release of friTap to log the keys (1.2.2.0). If it is still not working it would help use if you could provide us the result of All the best Daniel |
I am testing the app "Rucoy Online" for http data upon character login.
Fritap spawns the app just fine, but it does not log any TLS traffic or keys relating to the log in.
It does however, log firebase TLS keys when you first install the app, but these keys are unrelated to the actual game server connection.
I assume the hooked functions correspond to this.
This app is on the playstore, feel free to give it a try!
The text was updated successfully, but these errors were encountered: