jail-monkey icon indicating copy to clipboard operation
jail-monkey copied to clipboard

A React Native library for identifying if a phone is rooted or mocking locations

Results 89 jail-monkey issues
Sort by recently updated
recently updated
newest added

I just found this [article](https://www.ayrx.me/gantix-jailmonkey-root-detection-bypass/) explaining how to bypass the detection Is it possible to avoid this kind of trick ? ( I have not tried the trick )

detection bypass

The `canMockLocation` implementation for Android only checks to see if another app is installed which requests the `android.permission.ACCESS_MOCK_LOCATION` permission. It does not check to see if that permission is granted....

After reading the part in source for iOS I realized the mock location detection is equal to jailbreak detection: ``` JMCanMockLocationKey: @(self.isJailBroken) ``` However it's possible for an user to...

enhancement

Hi, My users say that their device are not rooted but they still got blocked on app because jail-monkey see them as rooted. Is there a bug?

false positive

Hi, Not sure if i need to do something specific but when using the latest version (2.6.0) of this plugin, canMockLocation returns false when testing with the iOS simulator. I...

enhancement

![deviceinfo](https://user-images.githubusercontent.com/1895191/58230421-e5a30580-7d51-11e9-8e34-ea420bccc375.jpeg) ![jailbreak](https://user-images.githubusercontent.com/1895191/58230422-e5a30580-7d51-11e9-8109-bf3145c94c04.jpeg) We are having some OPPO brand phones which is marked as rooted. Is there any way we can avoid this ?

error occurs: TypeError: Cannot read properties of undefined (reading 'isJailBroken') at Object.isJailBroken (jailmonkey.js:7) at _callee$ (Home.js:42) at tryCatch (runtime.js:63) at Generator.invoke [as _invoke] (runtime.js:294) at Generator.next (runtime.js:119) at tryCatch (runtime.js:63)...

support

Hi, I want to ask, can this lib be bypassed using Liberty Lite? I want to make sure that `jail-monkey` prevents bypass from any tools, including Liberty Lite. Thank you.

detection bypass

This module is being bypassed using the cydia tweaks. Is there is any method to prevent this method.