-
I created a Frida script to bypass root detection, however when trying to signup in an app, it sent a verification link by email that redirects to an app URI scheme (e.g. XXX-lending://registered?cust…
-
frida -U -l disable_root_detection.js -f owasp.mstg.uncrackable1 --no-pause
____
/ _ | Frida 15.1.14 - A world-class dynamic instrumentation toolkit
| (_| |
> _ | Commands:
…
-
I am running a frida-server(version 15.0.18) on a rooted device and both detection methods are not working.
Is anyone else facing this issue? Maybe the detection methods are outdated by now?
Ple…
-
Thanks for this wonderful package. I have a react native project and I couldn't find any readme for integrating with React Native. Could you point me to tutorial to implement this in React native.
-
Hello,
I can't solve the problem.
-------------Code-------------
console.log(Il2Cpp.unityVersion);
console.log(Il2Cpp.domain.assemblies);
-------------Code-------------
Result:
2022.3.19…
-
@pimterry Muchas aplicaciones detectan la presencia de la VPN. Cuando pruebas estas aplicaciones, ¿usas un script genérico para Frida o siempre creas uno nuevo basado en cada aplicación?
tomando no…
-
Root Detection was working as per this plugin but we are able to bypass using Frida's Dynamic Hooking and iHide as the code is not obfuscated.
@Phil0xFF Could you please help me to overcome this is…
-
I'm trying to write a script with Frida, most likely there's a root check. They are using a native library named 'libbugsnag-root-detection.so'. Whatever I've tried, I couldn't hook it.The application…
-
Dear Sir,
We have implemented the plugin in our Cordova mobile app to resolve the "Widened Application attack surface - Application allowed to run on a Rooted Device" security concern.
However, in…
-