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

Bumps [@react-native-community/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native-community) from 2.0.0 to 3.0.0. Changelog Sourced from @​react-native-community/eslint-config's changelog. Changelog v0.68.2 Changed Bump used version of react-native-codegen to 0.0.17 (dfda480a98 by @​cortinico) Bump react-native-codegen to 0.0.17 (a5ddc2e165 by...

dependencies
javascript

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies
javascript

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.2 to 3.0.5. Changelog Sourced from plist's changelog. 3.0.5 / 2022-03-23 [96e2303d05] Prototype Pollution using .parse() #114 (mario-canva) update browserify from 16 to 17 3.0.4 / 2021-08-27...

dependencies
javascript

Bumps [rootbeer-lib](https://github.com/scottyab/rootbeer) from 0.0.9 to 0.1.0. Release notes Sourced from rootbeer-lib's releases. 0.1.0 Add the -fstack-protector-all to the generated native binrary #171 Changelog Sourced from rootbeer-lib's changelog. #0.1.0 Add fstack...

dependencies
java

Bumps swiperefreshlayout from 1.0.0 to 1.1.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.swiperefreshlayout:swiperefreshlayout&package-manager=gradle&previous-version=1.0.0&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

This part of the library is causing some false positives. We've spotted this issue on a Samsung Galaxy S20+. https://github.com/scottyab/rootbeer#false-positives I tried to replace `rootBeer.isRootedWithBusyBoxCheck();` with `rootBeer.isRooted();` but that also...

false positive

jail-monkey version: 2.3.2 RN: 0.61.5 Setup: **android/app/build.gradle:** ``` dependencies { .... .... .... implementation project(':jail-monkey') implementation project(':react-native-branch') .... ``` **settings.build.gradle** ``` include ':jail-monkey' project(':jail-monkey').projectDir = new File(rootProject.projectDir, '../node_modules/jail-monkey/android') ``` I...

Hello, I get a false alarm that the device has been rooted when it has not been rooted or jail-broken, using isJailBroken only. Any help would be appreciated, Thanks.

false positive

#### Add additional checks for android. * Check if user id 0 can execute su * Check for different which paths can execute su * Check installs for popular packages...

Hello, We've got a pentest report on our app classifying the RootBeer logs as a low vulnerability, and we'd like to fix it. The logs: ``` I RootBeer: LOOKING FOR...