Skip to content
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

how can i check CheckRootCloakingApps #12

Open
sridharan31 opened this issue Oct 30, 2018 · 5 comments
Open

how can i check CheckRootCloakingApps #12

sridharan31 opened this issue Oct 30, 2018 · 5 comments
Labels

Comments

@sridharan31
Copy link

how can i check CheckRootCloaking Apps

@SujitSingh
Copy link

It is hard or may be impossible to completely check for Cloaking apps.

Following are ways I took to take care of this scenario -

  1. Use default function(s) from this plugin. If required, use other similar plugins.
  2. Check for installed application using app IDs of known cloaking apps. Specifically target Magisk.
  3. If possible, use SafetyNet for Android apps.

@WuglyakBolgoink
Copy link
Owner

@sridharan31 / @SujitSingh

are we need an additional checks? like in https://github.com/karandpr/cordova-plugin-android-rootbeer?

@SujitSingh
Copy link

SujitSingh commented Oct 31, 2018

@WuglyakBolgoink, in my case I required to prevent cloaking apps from bypassing security checks. There were few known cloaking apps which passed checks from this plugin. I used only isRootbeerRootedWithoutBusyBoxCheck.

Later I added checks provided from cordova-plugin-android-rootbeer. But still, there were few known apps(Xposed, Magisc) which cleared checks. For them, I added custom checks.

There is SafetyNet checks for Android as well which provides more chances of accurate detection. SafetyNet Test is the app which has this implemented.

@WuglyakBolgoink
Copy link
Owner

@WuglyakBolgoink
Copy link
Owner

@SujitSingh FYI: scottyab/rootbeer#115

@WuglyakBolgoink WuglyakBolgoink removed this from the 0.8.0 milestone Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants