6. Android Bug Bounty
Android Bug Bounty Hunt
frida-ps -Uai | grep temu
Temu com.einnovation.temucd ~/tcm/mapt/temu
adb shell pm list packages | grep temu
adb shell pm path com.einnovation.temu
adb pull /data/app/com.einnovation.temu-RKERNRo1SuGOM3UEbNeFIA==/base.apk
adb pull /data/app/com.einnovation.temu-RKERNRo1SuGOM3UEbNeFIA==/split_config.arm64_v8a.apk
adb pull /data/app/com.einnovation.temu-RKERNRo1SuGOM3UEbNeFIA==/split_config.xhdpi.apk
.rw-r--r-- 19M base.apk
.rw-r--r-- 15M split_config.arm64_v8a.apk
.rw-r--r-- 77k split_config.xhdpi.apk
mv base.apk temu.apk
# or use apkpull tool by david-lee
curl -sL bit.ly/apkpull | bash -s -- com.einnovation.temu -d .












Android Red Teaming
Create Generic APK with Metasploit
Inject App with Metasploit

The Ghost Framework

Last updated