-
Notifications
You must be signed in to change notification settings - Fork 25
Root Detection Bypass
Tim Guenther edited this page Jul 24, 2017
·
1 revision
This challenge will teach you a way to bypass root detection.
This challenge does not need any special setup.
OPTIONAL:
Either: Download the application from the latest release on github / Use the one provided on the Ubuntu VM.
Or: Pull the application from the phone/emulator.
adb pull /data/app/ruhrpott.owasp.cpm.vuln_app_1-2/base.apk /tmp/
(The app installed might have Proguard activated. This will obfuscate the the code before compiling and make it harder to reverse engineer. An apk compiled without Proguard is in the OWASP folder on the Ubuntu VM and in the release of this repository.)
The application will check if the devices (android VM) is rooted. Your task is:
- Have a rooted emulator/phone without the application detecting it.
Please open an issue in the case you found a mistake in the wiki.