/ExploitFramework

Exploit Framework for Android

Primary LanguageJava

Android Exploit Framework

Feature

  • Info collection: Show uid / pid / UserHandle
  • Control: APK installation / PPS installation

Requirement

  • Android 7.0+
  • Fully tested on Android 10-12

Compile

./gradlew dex

Usage (via shell)

adb push run.sh /data/local/tmp/
adb push ExploitFramework.dex /data/local/tmp/
adb shell

cd /data/local/tmp/
sh run.sh
>help

Usage (via DexClassLoader)

  • See src/main/js/hook_android_dexclassloader.js

Author

  • wrlu (@xiaolulwr)