-
Notifications
You must be signed in to change notification settings - Fork 24
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
Root detection not working as expected, delayed hook detection #121
Comments
Hello @shahmharsh, thank you for reporting the issue, we will look at it. Kind regards, |
I am also facing this issue in my production application and because of that it has affected my new deployment as well. Is there a solution for this issue? I have tried adding a delay after starting the talsec engine but still issue is coming and hooking/root detection can be bypassed using Magisk/Frida etc. If a solution can be provided as soon as possible it will be really helpful. |
Hello @shahmharsh, Thank you for reporting this issue. Root Issue Hooking Issue freeRASP performs security checks at startup and then periodically after a set interval. This creates a time window that could be exploited for an attack. If you start the app directly with frida, it will be detected. However, if you run the app and then attach frida within this time window, frida won't be detected until the next periodic check. BusinessRASP+ offers the option to adjust the length of this period, allowing for more or less frequent checks. We will add this issue to our backlog and work on improvements for the future. Best regards, Closing this issue and dividing it into bug issue and enhancement issue. |
Describe the bug
I have integrated the freeRasp SDK in my flutter app. I am mainly interested in the root detection and hook detection capabilities. On testing I have observed that I am able to run on my rooted android emulator (no callback), and when I try to dump the memory there is a delay in getting a
onHooks
callback.To Reproduce
adb root
commandonHooks
callback to be called.Expected behavior
onHooks
should be called immediately (or during execution of) whenpython3 fridump.py -U -s MyApp
is executedPlease complete the following information:
The text was updated successfully, but these errors were encountered: