Skip to content

wrlu/ExploitFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Exploit Framework for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published