Skip to content

Disable root checks performed by rootbeer library (for security testing)

License

Notifications You must be signed in to change notification settings

UraSecTeam/unrootbeer

 
 

Repository files navigation

UnRootBeer

About

UnRootBeer is an Xposed Framework module that will disable the root detection methods performed by the useful RootBeer library. I created this utility for security testing of applications using the RootBeer library without needing to rely on frameworks such as RootCloak.

Usage

You will need to root your test device and install the Xposed Framework. Next, you can

$ git clone https://github.com/jakev/unrootbeer
$ cd unrootbeer
$ ./gradlew installDebug

Optionally, you can install the pre-built copy to avoid using Gradle:

$ git clone https://github.com/jakev/unrootbeer
$ cd unrootbeer
$ adb install ./out/jakev.unrootbeer-debug.apk

License

UnRootBeer is released under the Apache Software License 2.0.

About

Disable root checks performed by rootbeer library (for security testing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%